changeset 73:922d31d8d1dc

Enable bar-cursor-mode
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 26 Sep 2012 14:49:21 -0400
parents b086e0144b71
children 65a91c6b56ef
files dotemacs.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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)