1
0
Fork 0

Enable fill-column-indicator for CMake

This commit is contained in:
Tom Willemse 2019-04-02 23:26:31 -07:00
parent 1e818c9109
commit b5dd41c664

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 20190328173541 ;; Version: 20190402232459
;; Package-Requires: (cmake-mode oni-company cmake-font-lock) ;; Package-Requires: (cmake-mode oni-company oni-fci cmake-font-lock)
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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 'cmake-font-lock-activate)
(add-hook 'cmake-mode-hook 'company-mode) (add-hook 'cmake-mode-hook 'company-mode)
(add-hook 'cmake-mode-hook 'electric-pair-local-mode) (add-hook 'cmake-mode-hook 'electric-pair-local-mode)
(add-hook 'cmake-mode-hook 'fci-mode)
(add-to-list 'compilation-error-regexp-alist (add-to-list 'compilation-error-regexp-alist
`(,(rx bol `(,(rx bol