Emacs: use crux
This commit is contained in:
parent
178c241176
commit
896ce9401d
1 changed files with 6 additions and 0 deletions
|
@ -249,6 +249,12 @@
|
||||||
:init
|
:init
|
||||||
(diminish 'abbrev-mode))
|
(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
|
;; which-key
|
||||||
;; Display available keybindings in popup
|
;; Display available keybindings in popup
|
||||||
(use-package which-key
|
(use-package which-key
|
||||||
|
|
Loading…
Reference in a new issue