aboutsummaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-08-11 13:02:32 -0500
committerJesús <heckyel@hyperbola.info>2018-08-11 13:02:32 -0500
commitea4493ec242383c60646de9457a3412f50f9d225 (patch)
tree94f0c27ca3c7095437e5476b1ca5560a20e18bbb /init.el
parent7423a2b2db434ad3795c6ef3d298053c0c4287bf (diff)
downloademacs-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.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index d7e6c91..41d9f25 100644
--- a/init.el
+++ b/init.el
@@ -37,6 +37,7 @@
;; Tools
(require 'init-flycheck)
;; Languages
+(require 'init-ccc)
(require 'init-markdown)
(require 'init-python)
(require 'init-pkgbuild)