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
|
(use-package undo-tree
|
||||||
:config
|
:config
|
||||||
(global-undo-tree-mode)
|
(global-undo-tree-mode)
|
||||||
|
:custom
|
||||||
|
(undo-tree-auto-save-history nil)
|
||||||
:delight)
|
:delight)
|
||||||
|
|
||||||
(use-package which-key
|
(use-package which-key
|
||||||
|
|
@ -173,6 +175,6 @@
|
||||||
:bind (("C-." . company-complete)))
|
:bind (("C-." . company-complete)))
|
||||||
|
|
||||||
(use-package ace-window
|
(use-package ace-window
|
||||||
:config
|
:custom
|
||||||
(setq aw-keys '(?h ?i ?e ?a ?t ?r ?n ?s))
|
(aw-keys '(?h ?i ?e ?a ?t ?r ?n ?s))
|
||||||
:bind (("C-x o" . ace-window)))
|
:bind (("C-x o" . ace-window)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue