From d65fcaba2af7ad7e2d514970ae827183639d6c23 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 4 Feb 2019 01:09:16 -0800 Subject: [PATCH] =?UTF-8?q?Highlight=20current=20line=20in=20=E2=80=98pack?= =?UTF-8?q?age-menu-mode=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-package.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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))