Compare commits
2 commits
eff75f8911
...
c6ddd95404
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c6ddd95404 | ||
![]() |
5c5e0b7ff6 |
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -13,13 +13,13 @@
|
|||
(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 undo-tree-history-directory-alist `(("." . "~/.emacs.d/undo-tree-hist/"))) ; fix undo tree folder
|
||||
(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
|
||||
(setq coding-system-for-write 'utf-8 )
|
||||
(setq sentence-end-double-space nil) ; sentence SHOULD end with only a point.
|
||||
(setq initial-scratch-message "Welcome in Emacs") ; print a default message in the empty scratch buffer opened at startup
|
||||
(setq initial-scratch-message "") ; print a default message in the empty scratch buffer opened at startup
|
||||
(setq focus-follows-mouse nil) ; stop popups from getting focus
|
||||
(setq mouse-autoselect-window nil) ; stop popups from getting focus
|
||||
(setq display-line-numbers 'relative) ; show relative line-numers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue