summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el
index 32ecb4b..7a693fb 100644
--- a/init.el
+++ b/init.el
@@ -858,8 +858,9 @@
;;;; cursor and mark
(transient-mark-mode -1)
(blink-cursor-mode -1)
-(setq cursor-in-non-selected-windows nil
- visible-cursor nil) ;; stop blinking in xterm
+(setopt cursor-in-non-selected-windows nil
+ visible-cursor nil) ;; stop blinking in xterm
+
;;;; uniquifiy
(require 'uniquify)
(setq uniquify-buffer-name-style 'forward