diff options
author | Case Duckworth | 2021-12-31 15:46:16 -0600 |
---|---|---|
committer | Case Duckworth | 2021-12-31 15:46:16 -0600 |
commit | 064c946faea9d7e940367d840ffbe10147f43881 (patch) | |
tree | 78c71c796070ddfbd4b899f0351f3692b54cb390 /lisp | |
parent | Use truncate-string-ellipsis by default (diff) | |
download | emacs-064c946faea9d7e940367d840ffbe10147f43881.tar.gz emacs-064c946faea9d7e940367d840ffbe10147f43881.zip |
Changes of things
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+emacs.el | 1 |
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 |