Emacs: use crux

This commit is contained in:
Marcel Kapfer 2018-03-12 11:22:52 +01:00
parent 178c241176
commit 896ce9401d
1 changed files with 6 additions and 0 deletions

View File

@ -249,6 +249,12 @@
:init
(diminish 'abbrev-mode))
;; curx
;; A Collection of Ridiculously Useful eXtensions for Emacs
(use-package crux
:bind
(("C-a" . crux-move-beginning-of-line)))
;; which-key
;; Display available keybindings in popup
(use-package which-key