summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-06 18:30:49 -0500
committerCase Duckworth2021-04-07 00:12:39 -0500
commit0f458f78cba6ec42046cb1fcf856b9aa9d00327f (patch)
tree191f51e472c5e67b6bfc5069865828424e1b46dd /early-init.el
parent7 (diff)
downloademacs-0f458f78cba6ec42046cb1fcf856b9aa9d00327f.tar.gz
emacs-0f458f78cba6ec42046cb1fcf856b9aa9d00327f.zip
Blink cursor once
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index b8f652e..53059cd 100644 --- a/early-init.el +++ b/early-init.el
@@ -28,7 +28,8 @@
28;;; Speed up init 28;;; Speed up init
29;; see doom-emacs, et al. 29;; see doom-emacs, et al.
30 30
31(setq orig-file-name-handler-alist file-name-handler-alist 31(setq load-prefer-newer noninteractive
32 orig-file-name-handler-alist file-name-handler-alist
32 file-name-handler-alist nil) 33 file-name-handler-alist nil)
33(acdw/gc-disable) 34(acdw/gc-disable)
34 35