Install the form-feed package

This commit is contained in:
Gergely Polonkai 2016-11-07 16:17:30 +01:00
parent 79c8dc6072
commit 1e02b702c8
2 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,7 @@
flycheck
flycheck-pkg-config
focus
form-feed
ggtags
git-gutter
git-messenger

View File

@ -777,6 +777,11 @@
:config
(add-hook 'prog-mode-hook 'fci-mode))
(use-package form-feed
:ensure t
:config
(add-hook 'emacs-lisp-mode-hook 'form-feed-mode))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")