summary refs log tree commit diff stats
path: root/lisp/+emacs.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-31 15:46:16 -0600
committerCase Duckworth2021-12-31 15:46:16 -0600
commit064c946faea9d7e940367d840ffbe10147f43881 (patch)
tree78c71c796070ddfbd4b899f0351f3692b54cb390 /lisp/+emacs.el
parentUse truncate-string-ellipsis by default (diff)
downloademacs-064c946faea9d7e940367d840ffbe10147f43881.tar.gz
emacs-064c946faea9d7e940367d840ffbe10147f43881.zip
Changes of things
Diffstat (limited to 'lisp/+emacs.el')
-rw-r--r--lisp/+emacs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/+emacs.el b/lisp/+emacs.el index 792da40..a7c91f0 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el
@@ -114,6 +114,7 @@ Do this only if the buffer is not visiting a file."
114 tab-bar-show 1 114 tab-bar-show 1
115 tab-width 4 115 tab-width 4
116 tramp-backup-directory-alist backup-directory-alist 116 tramp-backup-directory-alist backup-directory-alist
117 undo-limit 100000000 ; 10 MB
117 use-dialog-box nil 118 use-dialog-box nil
118 use-file-dialog nil 119 use-file-dialog nil
119 use-short-answers t 120 use-short-answers t