Update .emacs
This commit is contained in:
parent
7adb2d29fa
commit
d7610326da
1 changed files with 4 additions and 2 deletions
6
emacs.el
6
emacs.el
|
|
@ -121,6 +121,8 @@
|
|||
(use-package undo-tree
|
||||
:config
|
||||
(global-undo-tree-mode)
|
||||
:custom
|
||||
(undo-tree-auto-save-history nil)
|
||||
:delight)
|
||||
|
||||
(use-package which-key
|
||||
|
|
@ -173,6 +175,6 @@
|
|||
:bind (("C-." . company-complete)))
|
||||
|
||||
(use-package ace-window
|
||||
:config
|
||||
(setq aw-keys '(?h ?i ?e ?a ?t ?r ?n ?s))
|
||||
:custom
|
||||
(aw-keys '(?h ?i ?e ?a ?t ?r ?n ?s))
|
||||
:bind (("C-x o" . ace-window)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue