]> code.delx.au - dotemacs/commitdiff
highlight current line
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 28 Jul 2016 12:00:12 +0000 (22:00 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 28 Jul 2016 13:43:14 +0000 (23:43 +1000)
lisp/my-other-modes.el

index 960e2a364794c7cfaf47aafdc9fd8571706dba77..da3cff19a19463447f4fb2491e4d0b9a4aca7ec8 100644 (file)
@@ -14,6 +14,9 @@
 
 (setq find-file-visit-truename t)
 
+(require 'hl-line)
+(global-hl-line-mode)
+
 (require 'ibuffer-vc)
 (add-hook 'ibuffer-hook
           (lambda ()