diff options
| author | Jesús <heckyel@hyperbola.info> | 2018-08-11 13:02:32 -0500 |
|---|---|---|
| committer | Jesús <heckyel@hyperbola.info> | 2018-08-11 13:02:32 -0500 |
| commit | ea4493ec242383c60646de9457a3412f50f9d225 (patch) | |
| tree | 94f0c27ca3c7095437e5476b1ca5560a20e18bbb /init.el | |
| parent | 7423a2b2db434ad3795c6ef3d298053c0c4287bf (diff) | |
| download | emacs-personal-ea4493ec242383c60646de9457a3412f50f9d225.tar.lz emacs-personal-ea4493ec242383c60646de9457a3412f50f9d225.tar.xz emacs-personal-ea4493ec242383c60646de9457a3412f50f9d225.zip | |
fix C++-mode incorrect indentation
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ ;; Tools (require 'init-flycheck) ;; Languages +(require 'init-ccc) (require 'init-markdown) (require 'init-python) (require 'init-pkgbuild) |
