summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-20 13:19:56 +0200
committerGravatar Tom Willemse2014-04-20 13:19:56 +0200
commit6e8bd6132a8c72ab52f98417e24d18fb8ef1f6de (patch)
tree84a5c92e0b70f27931f3b61c2cfbff72affcc5d2 /.emacs.d/init.el
parent531507d0f38427a8a4e521e8a088e9b17ec80bba (diff)
downloademacs-6e8bd6132a8c72ab52f98417e24d18fb8ef1f6de.tar.gz
emacs-6e8bd6132a8c72ab52f98417e24d18fb8ef1f6de.zip
Move inactive cursor setting to init.org
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index ca75d43..f296dea 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -910,7 +910,6 @@ from myaethon2.core.decorators import (
;;;; Unconditional settings
-(setq-default cursor-in-non-selected-windows nil)
(setq-default cursor-type 'bar)
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)