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 ;; 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))