hl-line has been activated by default

This commit is contained in:
Sameer Rahmani 2018-05-22 12:40:24 +01:00
parent be92dc1f99
commit 71e212868f
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,10 @@
;; scratch should be scratch
(setq initial-scratch-message nil)
(ability highligh-current-line ()
"Highlights the current line."
(global-hl-line-mode t))
(ability flycheck ()
"Check syntax on the fly using flycheck."
(require 'flycheck)