diff options
Diffstat (limited to 'lisp/+emacs.el')
-rw-r--r-- | lisp/+emacs.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/+emacs.el b/lisp/+emacs.el index 312657e..1679886 100644 --- a/lisp/+emacs.el +++ b/lisp/+emacs.el | |||
@@ -43,6 +43,7 @@ Do this only if the buffer is not visiting a file." | |||
43 | backup-by-copying t | 43 | backup-by-copying t |
44 | backup-directory-alist `((".*" . ,(.etc "backup/" t))) | 44 | backup-directory-alist `((".*" . ,(.etc "backup/" t))) |
45 | blink-cursor-blinks 1 | 45 | blink-cursor-blinks 1 |
46 | comp-deferred-compilation nil | ||
46 | completion-category-defaults nil | 47 | completion-category-defaults nil |
47 | completion-category-overrides '((file (styles . (partial-completion)))) | 48 | completion-category-overrides '((file (styles . (partial-completion)))) |
48 | completion-ignore-case t | 49 | completion-ignore-case t |
@@ -68,15 +69,15 @@ Do this only if the buffer is not visiting a file." | |||
68 | hscroll-step 1 | 69 | hscroll-step 1 |
69 | imenu-auto-rescan t | 70 | imenu-auto-rescan t |
70 | indent-tabs-mode nil | 71 | indent-tabs-mode nil |
71 | indicate-empty-lines nil | ||
72 | indicate-buffer-boundaries 'left | 72 | indicate-buffer-boundaries 'left |
73 | indicate-empty-lines nil | ||
73 | inhibit-startup-screen t | 74 | inhibit-startup-screen t |
74 | initial-buffer-choice t | 75 | initial-buffer-choice t |
75 | kill-do-not-save-duplicates t | 76 | kill-do-not-save-duplicates t |
76 | kill-read-only-ok t | 77 | kill-read-only-ok t |
77 | kill-ring-max 500 | 78 | kill-ring-max 500 |
78 | kmacro-ring-max 20 | 79 | kmacro-ring-max 20 |
79 | load-prefer-newer t | 80 | load-prefer-newer noninteractive |
80 | major-mode '+set-major-mode-from-buffer-name | 81 | major-mode '+set-major-mode-from-buffer-name |
81 | mark-ring-max 50 | 82 | mark-ring-max 50 |
82 | minibuffer-eldef-shorten-default t | 83 | minibuffer-eldef-shorten-default t |
@@ -88,6 +89,7 @@ Do this only if the buffer is not visiting a file." | |||
88 | mouse-wheel-progressive-speed nil | 89 | mouse-wheel-progressive-speed nil |
89 | mouse-yank-at-point t | 90 | mouse-yank-at-point t |
90 | native-comp-async-report-warnings-errors 'silent | 91 | native-comp-async-report-warnings-errors 'silent |
92 | native-comp-deferred-compilation nil | ||
91 | read-answer-short t | 93 | read-answer-short t |
92 | read-buffer-completion-ignore-case t | 94 | read-buffer-completion-ignore-case t |
93 | read-extended-command-predicate (when (fboundp | 95 | read-extended-command-predicate (when (fboundp |