diff --git a/oni-package.el b/oni-package.el index 7114165..0de6c25 100644 --- a/oni-package.el +++ b/oni-package.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2019.0904.210725 +;; Version: 2020.0412.224157 ;; 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 @@ -93,6 +93,9 @@ DESCRIPTION is the text of the news item." "New entries go here" (package--make-html-entry title description))) +(define-key package-menu-mode-map (kbd "a") 'move-beginning-of-line) +(define-key package-menu-mode-map (kbd "e") 'move-end-of-line) + (add-hook 'package-menu-mode-hook 'hl-line-mode) ;;;###autoload (with-eval-after-load 'package (require 'oni-package))