diff --git a/global.org b/global.org index be5c01c..7045148 100644 --- a/global.org +++ b/global.org @@ -58,6 +58,7 @@ easily spot the cursor #+BEGIN_SRC emacs-lisp (blink-cursor-mode 0) + (set-default 'cursor-type 'box) (global-hl-line-mode t) #+END_SRC Set frame title @@ -389,7 +390,6 @@ This is the same as using \\[set-mark-command] with the prefix argument." (require 'highlight-sexps) (setq echo-keystrokes 0.10) -(set-default 'cursor-type 'box) (require 'fringe-current-line) (global-fringe-current-line-mode 1)