summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-05-05 14:56:45 +0200
committerAlan Pearce2017-05-05 14:56:45 +0200
commit9934d6381e2b8fcf313f67986adae9de97e89fc8 (patch)
tree53418097d112a869c3eb71262f537ad023088be6 /emacs
parenta25863baab734e3ec7e9957823196158fc944281 (diff)
downloaddotfiles-9934d6381e2b8fcf313f67986adae9de97e89fc8.tar.lz
dotfiles-9934d6381e2b8fcf313f67986adae9de97e89fc8.tar.zst
dotfiles-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.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 786411b..aad14dc 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 ()