From 7d7cfff5782b6bf15ef8e62b4ca2144f9b288463 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 1 Mar 2016 15:19:56 -0500 Subject: [PATCH] Enable column-number mode --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 630c485..51193a7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -18,6 +18,7 @@ (load-theme 'fred t) (savehist-mode 1) (show-paren-mode 1) +(column-number-mode 1) (tool-bar-mode -1) ;;; enable disabled functions