emacs: use hl-line-mode

master
an 2020-03-16 21:29:06 -04:00
parent 4f1e686725
commit a65408f352
1 changed files with 2 additions and 1 deletions

View File

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