about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-09-29 13:56:46 +0000
committerAlyssa Ross <hi@alyssa.is>2020-09-29 14:39:04 +0000
commit15b621e961596e5ad5a741c8ce0af25d269d45e3 (patch)
treee681c2bb12358b582fd5faa08517f146c3022b57 /modules
parent2d9419f984802e9c49bdc57c2cb42771d6013c1f (diff)
downloadnixlib-15b621e961596e5ad5a741c8ce0af25d269d45e3.tar
nixlib-15b621e961596e5ad5a741c8ce0af25d269d45e3.tar.gz
nixlib-15b621e961596e5ad5a741c8ce0af25d269d45e3.tar.bz2
nixlib-15b621e961596e5ad5a741c8ce0af25d269d45e3.tar.lz
nixlib-15b621e961596e5ad5a741c8ce0af25d269d45e3.tar.xz
nixlib-15b621e961596e5ad5a741c8ce0af25d269d45e3.tar.zst
nixlib-15b621e961596e5ad5a741c8ce0af25d269d45e3.zip
modules/emacs: enable column-number-mode
Diffstat (limited to 'modules')
-rw-r--r--modules/workstation/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el
index e58f9744fc78..11542e6f007c 100644
--- a/modules/workstation/emacs/init.el
+++ b/modules/workstation/emacs/init.el
@@ -1,4 +1,5 @@
 ;;; UI customization ;;;
+(column-number-mode 1)
 (menu-bar-mode -1)
 (scroll-bar-mode -1)
 (tool-bar-mode -1)