From b5dd41c6644b891e99bbbe247a755a9b4bf458e7 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 2 Apr 2019 23:26:31 -0700 Subject: Enable fill-column-indicator for CMake --- oni-cmake.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'oni-cmake.el') 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 ;; 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 -- cgit v1.2.3-54-g00ecf