Update .emacs

This commit is contained in:
joachimschmidt557 2022-05-21 22:25:05 +02:00
parent 7adb2d29fa
commit d7610326da
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -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)))