summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--early-init.el3
-rw-r--r--init.el6
2 files changed, 6 insertions, 3 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
diff --git a/init.el b/init.el index 19c0f9a..4b0bd8c 100644 --- a/init.el +++ b/init.el
@@ -3,7 +3,7 @@
3;; Created: Sometime during Covid-19, 2020 3;; Created: Sometime during Covid-19, 2020
4;; Keywords: configuration 4;; Keywords: configuration
5;; URL: https://tildegit.org/acdw/emacs 5;; URL: https://tildegit.org/acdw/emacs
6;; Bankruptcy: 6 6;; Bankruptcy: 7
7 7
8;; This file is NOT part of GNU Emacs. 8;; This file is NOT part of GNU Emacs.
9 9
@@ -114,7 +114,9 @@
114 114
115 ;; Cursor 115 ;; Cursor
116 (:option cursor-type 'bar 116 (:option cursor-type 'bar
117 cursor-in-non-selected-windows 'hollow) 117 cursor-in-non-selected-windows 'hollow
118 blink-cursor-blinks 1)
119 (blink-cursor-mode +1)
118 120
119 ;; Scrolling 121 ;; Scrolling
120 (:option auto-window-vscroll nil 122 (:option auto-window-vscroll nil