aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.el b/init.el
index efafdd5..460bd11 100644
--- a/init.el
+++ b/init.el
@@ -65,6 +65,16 @@
65;; --------------------------------------------------------------------- 65;; ---------------------------------------------------------------------
66 66
67;; --------------------------------- 67;; ---------------------------------
68;; Line and column numbers
69;; -----------------------
70;; It helps to know where you are
71;; ---------------------------------
72
73(column-number-mode)
74(global-display-line-numbers-mode t)
75
76
77;; ---------------------------------
68;; Scrolling 78;; Scrolling
69;; --------- 79;; ---------
70;; This makes the scrolling behavior 80;; This makes the scrolling behavior