Install the fill-column-indicator package

This commit is contained in:
2016-11-07 16:06:41 +01:00
parent 555c27b4cc
commit 79c8dc6072
2 changed files with 7 additions and 0 deletions

View File

@@ -772,6 +772,11 @@
(:map dired-mode-map
("K" . dired-k)))
(use-package fill-column-indicator
:ensure t
:config
(add-hook 'prog-mode-hook 'fci-mode))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")