aboutsummaryrefslogtreecommitdiffstats
path: root/oni-package.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-04 01:09:16 -0800
committerGravatar Tom Willemse2019-02-04 01:09:16 -0800
commitd65fcaba2af7ad7e2d514970ae827183639d6c23 (patch)
tree3c9610f38c1c5aacde731c4922b3f3e366772743 /oni-package.el
parent9feb0bfa452e9e84c4cb3a698631aeb42f38797d (diff)
downloademacs-config-d65fcaba2af7ad7e2d514970ae827183639d6c23.tar.gz
emacs-config-d65fcaba2af7ad7e2d514970ae827183639d6c23.zip
Highlight current line in ‘package-menu-mode’
Diffstat (limited to 'oni-package.el')
-rw-r--r--oni-package.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-package.el b/oni-package.el
index 53b9b9c..e752f60 100644
--- a/oni-package.el
+++ b/oni-package.el
@@ -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))