diff options
author | Alan Pearce | 2017-05-05 14:56:45 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-05 14:56:45 +0200 |
commit | 9934d6381e2b8fcf313f67986adae9de97e89fc8 (patch) | |
tree | 53418097d112a869c3eb71262f537ad023088be6 | |
parent | a25863baab734e3ec7e9957823196158fc944281 (diff) | |
download | nixfiles-9934d6381e2b8fcf313f67986adae9de97e89fc8.tar.lz nixfiles-9934d6381e2b8fcf313f67986adae9de97e89fc8.tar.zst nixfiles-9934d6381e2b8fcf313f67986adae9de97e89fc8.zip |
Emacs: Unset cursor type
A new version of multiple-cursors tries to mimic a bar cursor, but it uses a taller character in the Monaco-10 font, so the lines jump around.
-rw-r--r-- | emacs/.emacs.d/init.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 786411bc..aad14dc0 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -180,7 +180,6 @@ Let’s try a basic theme. (setq-default mode-line-format nil) (setq mode-line-default-hidden t))) - (setq-default cursor-type '(bar . 1)) (setq-default cursor-in-non-selected-windows nil) (defun hide-clutter () |