Move stuff about the cursor in one place

master
Jacopo De Simoi 8 years ago
parent dc4c839c19
commit d1b2ae0e71
  1. 2
      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)

Loading…
Cancel
Save