aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init/oni-cmake-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/oni-cmake-init.el')
-rw-r--r--emacs/.emacs.d/init/oni-cmake-init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/oni-cmake-init.el b/emacs/.emacs.d/init/oni-cmake-init.el
new file mode 100644
index 0000000..b66da19
--- /dev/null
+++ b/emacs/.emacs.d/init/oni-cmake-init.el
@@ -0,0 +1,5 @@
+(add-hook 'cmake-mode-hook 'cmake-font-lock-activate)
+
+(add-hook 'cmake-mode-hook 'company-mode)
+
+(add-hook 'cmake-mode-hook 'electric-pair-local-mode)