Highlight current line in ‘package-menu-mode’
This commit is contained in:
parent
9feb0bfa45
commit
d65fcaba2a
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue