aboutsummaryrefslogtreecommitdiffstats
path: root/oni-cmake.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-04-02 23:26:31 -0700
committerGravatar Tom Willemse2019-04-02 23:26:31 -0700
commitb5dd41c6644b891e99bbbe247a755a9b4bf458e7 (patch)
tree7a7f4ab888fb2f8a04a7f8b1922ecf1652541ecc /oni-cmake.el
parent1e818c9109378bb028519ac11aa7569cd4410ef8 (diff)
downloademacs-config-b5dd41c6644b891e99bbbe247a755a9b4bf458e7.tar.gz
emacs-config-b5dd41c6644b891e99bbbe247a755a9b4bf458e7.zip
Enable fill-column-indicator for CMake
Diffstat (limited to 'oni-cmake.el')
-rw-r--r--oni-cmake.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/oni-cmake.el b/oni-cmake.el
index d8ba67f..7019583 100644
--- a/oni-cmake.el
+++ b/oni-cmake.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190328173541
-;; Package-Requires: (cmake-mode oni-company cmake-font-lock)
+;; Version: 20190402232459
+;; Package-Requires: (cmake-mode oni-company oni-fci cmake-font-lock)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -31,6 +31,7 @@
(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)
+(add-hook 'cmake-mode-hook 'fci-mode)
(add-to-list 'compilation-error-regexp-alist
`(,(rx bol