summary refs log tree commit diff stats
path: root/lisp/+emacs.el
diff options
context:
space:
mode:
authorCase Duckworth2022-05-23 20:12:53 -0500
committerCase Duckworth2022-05-23 20:12:59 -0500
commitdd3afe747ecf51f87d33318c2ad68953d153495f (patch)
treec364d2c59741f68bb3f51e8a28f84a2a9712fd37 /lisp/+emacs.el
parentAdd timers (diff)
downloademacs-dd3afe747ecf51f87d33318c2ad68953d153495f.tar.gz
emacs-dd3afe747ecf51f87d33318c2ad68953d153495f.zip
meh
Diffstat (limited to 'lisp/+emacs.el')
-rw-r--r--lisp/+emacs.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/+emacs.el b/lisp/+emacs.el index 3c5d383..dedde98 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el
@@ -73,8 +73,6 @@ Do this only if the buffer is not visiting a file."
73 (executable-find "gm") 73 (executable-find "gm")
74 (executable-find "ffmpeg")) 74 (executable-find "ffmpeg"))
75 indent-tabs-mode nil 75 indent-tabs-mode nil
76 indicate-buffer-boundaries 'left
77 indicate-empty-lines nil
78 inhibit-startup-screen t 76 inhibit-startup-screen t
79 initial-buffer-choice t 77 initial-buffer-choice t
80 kept-new-versions 6 78 kept-new-versions 6
@@ -98,9 +96,11 @@ Do this only if the buffer is not visiting a file."
98 native-comp-deferred-compilation nil 96 native-comp-deferred-compilation nil
99 read-answer-short t 97 read-answer-short t
100 read-buffer-completion-ignore-case t 98 read-buffer-completion-ignore-case t
101 ;; read-extended-command-predicate (when (fboundp 99 ;; read-extended-command-predicate
100 ;; (when (fboundp
102 ;; 'command-completion-default-include-p) 101 ;; 'command-completion-default-include-p)
103 ;; 'command-completion-default-include-p) 102 ;; 'command-completion-default-include-p)
103 read-process-output-max (+bytes 1 :mib) ; We’re in the future man. Set that to at least a megabyte
104 recenter-positions '(top middle bottom) 104 recenter-positions '(top middle bottom)
105 regexp-search-ring-max 100 105 regexp-search-ring-max 100
106 regexp-search-ring-max 200 106 regexp-search-ring-max 200