diff dotemacs.el @ 73:922d31d8d1dc

Enable bar-cursor-mode
author Jordi GutiƩrrez Hermoso <jordigh@octave.org>
date Wed, 26 Sep 2012 14:49:21 -0400 (2012-09-26)
parents b086e0144b71
children c18f8ce41d1d
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -21,6 +21,10 @@
 
 (require 'tabbar)
 
+;; I think I like the idea of the cursor being more indicative of
+;; where the point is.
+(bar-cursor-mode)
+
 ;(require 'erc-highlight-mode)
 (setq erc-input-line-position -2)