GAH, stop it

This commit is contained in:
Benson Chu 2022-11-03 17:07:17 -05:00
parent 0c054e82f3
commit 9333fcd07e

View file

@ -22,6 +22,9 @@
;; Help window select stuff
(setq help-window-select t)
;; I don't care about backup files, stop bothering me
(setq delete-old-versions t)
;; Undo tree is useful
(use-package undo-tree)
(setq undo-tree-history-directory-alist '(("." . "~/.emacs.d/undo")))