mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
GAH, stop it
This commit is contained in:
parent
0c054e82f3
commit
9333fcd07e
1 changed files with 3 additions and 0 deletions
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Reference in a new issue