Move stuff about the cursor in one place

master
Jacopo De Simoi 9 years ago
parent dc4c839c19
commit d1b2ae0e71
  1. 2
      global.org

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

Loading…
Cancel
Save