summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-27 18:19:47 -0500
committerCase Duckworth2021-09-27 18:19:47 -0500
commitbfd4e02c0c215fd027fc4ee1cd0d6507a224e2b6 (patch)
tree3d1d9cbee397e7048321a0674c6b7bf1ae68212c /init.el
parentAdd bookmarks to eww (diff)
downloademacs-bfd4e02c0c215fd027fc4ee1cd0d6507a224e2b6.tar.gz
emacs-bfd4e02c0c215fd027fc4ee1cd0d6507a224e2b6.zip
Enable column-number-mode
... most of the time.
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/init.el b/init.el index 0ace8a4..84e0945 100644 --- a/init.el +++ b/init.el
@@ -427,7 +427,9 @@ In short, DO NOT USE THIS FUNCTION!!!"
427 (add-hook 'after-make-frame-functions 427 (add-hook 'after-make-frame-functions
428 (defun after-make-frame@maximize (frame) 428 (defun after-make-frame@maximize (frame)
429 (unless (bound-and-true-p edit-server-frame-p) 429 (unless (bound-and-true-p edit-server-frame-p)
430 (toggle-frame-maximized frame))))) 430 (toggle-frame-maximized frame))))
431
432 (column-number-mode +1))
431 433
432(setup encoding 434(setup encoding
433 (:option locale-coding-system 'utf-8-unix 435 (:option locale-coding-system 'utf-8-unix
@@ -1153,7 +1155,8 @@ specific to most general, they are these:
1153 scroll-margin 0 1155 scroll-margin 0
1154 word-wrap t 1156 word-wrap t
1155 wrap-prefix (repeat-string acdw-irc/left-margin " ") 1157 wrap-prefix (repeat-string acdw-irc/left-margin " ")
1156 line-number-mode nil) 1158 line-number-mode nil
1159 column-number-mode nil)
1157 1160
1158 (:hook #'enable-lui-track))) 1161 (:hook #'enable-lui-track)))
1159 1162