1
0
Fork 0

Add ‘a’ and ‘e’ keybindings to move to beginning and end of line

This commit is contained in:
Tom Willemse 2020-04-12 22:48:16 -07:00
parent ec15e1bca1
commit 9571771281

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; 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))