Install the fill-column-indicator package

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

View File

@ -15,6 +15,7 @@
(quote
("a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" default)))
'(echo-keystrokes 0.1)
'(fill-column 76)
'(foreground-color "#5c5cff")
'(indent-tabs-mode nil)
'(indicate-empty-lines t)
@ -47,6 +48,7 @@
electric-case
electric-spacing
emamux
fill-column-indicator
flycheck
flycheck-pkg-config
focus

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")