1
0
Fork 0

Highlight current line in ‘package-menu-mode’

This commit is contained in:
Tom Willemse 2019-02-04 01:09:16 -08:00
parent 9feb0bfa45
commit d65fcaba2a

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 20190122013425
;; Version: 20190203132826
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@ -67,6 +67,8 @@ DESCRIPTION is the text of the news item."
"New entries go here"
(package--make-html-entry title description)))
(add-hook 'package-menu-mode-hook 'hl-line-mode)
;;;###autoload (with-eval-after-load 'package (require 'oni-package))
;;;###autoload (with-eval-after-load 'package-x (require 'oni-package))