summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-20 13:22:59 +0200
committerGravatar Tom Willemse2014-04-20 13:22:59 +0200
commit149e4acb12f4c0aa8dd9cefbc3b201d8969875b2 (patch)
tree8d323af72291b70f9cb124af893800ed09aad6b4 /.emacs.d/init.el
parent6e8bd6132a8c72ab52f98417e24d18fb8ef1f6de (diff)
downloademacs-149e4acb12f4c0aa8dd9cefbc3b201d8969875b2.tar.gz
emacs-149e4acb12f4c0aa8dd9cefbc3b201d8969875b2.zip
Move cursor type 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 f296dea..2ac2ea3 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-type 'bar)
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(setq-default truncate-lines t)