From 0f5c66368df6847e8bc66a070a87fcf4556e0dfe Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 22 Jul 2023 11:20:52 +0200 Subject: [PATCH] Enable hl-line-mode in package list --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 990bc3d..528ce01 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -273,6 +273,7 @@ (exec-path-from-shell-initialize))) (add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p) + (add-hook 'package-menu-mode-hook #'hl-line-mode) :custom (global-auto-revert-non-file-buffers t) (kill-do-not-save-duplicates t)