summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2019-11-30 23:56:26 +0100
committerAlan Pearce2019-11-30 23:56:26 +0100
commit8474d2a2904d7919a848d6b47a558d9cfca71f36 (patch)
treedb199ba12c751a5b251278245aabde9577ead261 /user
parent34e6a0cc0ce0103a2ee01edd2421c415af28be4a (diff)
downloadnixfiles-8474d2a2904d7919a848d6b47a558d9cfca71f36.tar.lz
nixfiles-8474d2a2904d7919a848d6b47a558d9cfca71f36.tar.zst
nixfiles-8474d2a2904d7919a848d6b47a558d9cfca71f36.zip
Emacs: Show column number alongside line number in
Makes it more obvious where the line number is dispayed.
Diffstat (limited to 'user')
-rw-r--r--user/emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/.emacs.d/init.el b/user/emacs/.emacs.d/init.el
index 850434e1..c78f9c96 100644
--- a/user/emacs/.emacs.d/init.el
+++ b/user/emacs/.emacs.d/init.el
@@ -74,6 +74,7 @@
            (minions-mode-line-delimiters nil)
            (minions-mode t)))
 
+(column-number-mode +1)
 (use-package doom-modeline
   :hook (after-init . doom-modeline-mode)
   :config (progn