diff --git a/lib/extensions/editor/init.el b/lib/extensions/editor/init.el index 02fdd9e..e13499f 100644 --- a/lib/extensions/editor/init.el +++ b/lib/extensions/editor/init.el @@ -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)