store undo history files in .emacs.d
This commit is contained in:
parent
6a1760ac24
commit
25d9f3b6f8
1 changed files with 1 additions and 0 deletions
1
init.el
1
init.el
|
@ -13,6 +13,7 @@
|
|||
(setq backup-directory-alist `(("." . "~/.emacs.d/backups")) ) ; which directory to put backups file
|
||||
(setq vc-follow-symlinks t ) ; don't ask for confirmation when opening symlinked file
|
||||
(setq auto-save-file-name-transforms '((".*" "~/.emacs.d/auto-save-list/" t)) ) ;transform backups file name
|
||||
(setq undo-tree-history-directory-alist `(("." . "~/.emacs.d/undo-tree-hist/")))
|
||||
(setq inhibit-startup-screen t ) ; inhibit useless and old-school startup screen
|
||||
(setq ring-bell-function 'ignore ) ; silent bell when you make a mistake
|
||||
(setq coding-system-for-read 'utf-8 ) ; use utf-8 by default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue