Set some emacs settings
This commit is contained in:
parent
9d203c48e2
commit
a3c7a306f6
1 changed files with 8 additions and 1 deletions
|
|
@ -179,6 +179,7 @@
|
||||||
(minibuffer-electric-default-mode)
|
(minibuffer-electric-default-mode)
|
||||||
(electric-pair-mode)
|
(electric-pair-mode)
|
||||||
(repeat-mode)
|
(repeat-mode)
|
||||||
|
(fset 'yes-or-no-p 'y-or-n-p)
|
||||||
|
|
||||||
(setq
|
(setq
|
||||||
auto-save-file-name-transforms `((".*" ,temporary-file-directory t))
|
auto-save-file-name-transforms `((".*" ,temporary-file-directory t))
|
||||||
|
|
@ -195,7 +196,13 @@
|
||||||
tab-bar-new-tab-choice "*scratch*"
|
tab-bar-new-tab-choice "*scratch*"
|
||||||
tab-bar-show nil
|
tab-bar-show nil
|
||||||
user-full-name "Tobias Ostner"
|
user-full-name "Tobias Ostner"
|
||||||
user-mail-address "tobias.ostner@gmail.com")
|
user-mail-address "tobias.ostner@gmail.com"
|
||||||
|
undo-limit 6710886400 ;; 64mb
|
||||||
|
undo-strong-limit 100663296 ;; x 1.5 (96mb)
|
||||||
|
undo-outer-limit 1006632960 ;; x 10 (960mb)
|
||||||
|
truncate-string-ellipsis "..."
|
||||||
|
use-dialog-box nil
|
||||||
|
fast-but-imprecise-scrolling t)
|
||||||
|
|
||||||
(setq-default indent-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue