From d7610326da7dfd55c219e6ff7cf78146244ad406 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Sat, 21 May 2022 22:25:05 +0200 Subject: [PATCH] Update .emacs --- emacs.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index cfa2ef4..9859898 100644 --- a/emacs.el +++ b/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)))