diff options
Diffstat (limited to 'lisp/+emacs.el')
-rw-r--r-- | lisp/+emacs.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/+emacs.el b/lisp/+emacs.el index 1679886..b40e9c4 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el | |||
@@ -92,9 +92,9 @@ Do this only if the buffer is not visiting a file." | |||
92 | native-comp-deferred-compilation nil | 92 | native-comp-deferred-compilation nil |
93 | read-answer-short t | 93 | read-answer-short t |
94 | read-buffer-completion-ignore-case t | 94 | read-buffer-completion-ignore-case t |
95 | read-extended-command-predicate (when (fboundp | 95 | ;; read-extended-command-predicate (when (fboundp |
96 | 'command-completion-default-include-p) | 96 | ;; 'command-completion-default-include-p) |
97 | 'command-completion-default-include-p) | 97 | ;; 'command-completion-default-include-p) |
98 | recenter-positions '(top middle bottom) | 98 | recenter-positions '(top middle bottom) |
99 | regexp-search-ring-max 100 | 99 | regexp-search-ring-max 100 |
100 | regexp-search-ring-max 200 | 100 | regexp-search-ring-max 200 |