about summary refs log tree commit diff stats
path: root/lisp/+emacs.el
diff options
context:
space:
mode:
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