General cleanup + update readme

This commit is contained in:
Henrik Lissner 2016-05-30 21:19:10 -04:00
parent d9bdb067df
commit 412dd71ffc
10 changed files with 39 additions and 43 deletions

View file

@ -52,8 +52,8 @@
(doom|nlinum-unhl-line)
(let ((str (nth 1 (get-text-property 0 'display (overlay-get ov 'before-string)))))
(put-text-property 0 (length str) 'face 'doom-nlinum-highlight str)
(setq doom--hl-nlinum-overlay ov
doom--hl-nlinum-line line-no))))))))
(setq doom--hl-nlinum-line line-no
doom--hl-nlinum-overlay ov))))))))
(provide 'defuns-nlinum)
;;; defuns-nlinum.el ends here