emacs: move hl-line to use-package

master
an 2020-03-20 23:22:31 -04:00
parent ca49155893
commit d8681e1747
2 changed files with 4 additions and 2 deletions

View File

@ -20,8 +20,7 @@
(setq-local tab-always-indent nil
tab-width 3
standard-indent 3
indent-tabs-mode t)
(hl-line-mode nil))
indent-tabs-mode t))
(defun agw-fp-mode ()
"Sets up lisp and other functional language major modes."

View File

@ -253,6 +253,9 @@
(dolist (face '(whitespace-space whitespace-tab))
(set-face-attribute face nil :background nil :foreground "#7e4594")))
(use-package hl-line
:hook (prog-mode . hl-line-mode))
(use-package image-file
:config
(auto-image-file-mode))