Enable column-number-mode

... most of the time.
This commit is contained in:
Case Duckworth 2021-09-27 18:19:47 -05:00
parent 910e982e37
commit bfd4e02c0c
1 changed files with 5 additions and 2 deletions

View File

@ -427,7 +427,9 @@ In short, DO NOT USE THIS FUNCTION!!!"
(add-hook 'after-make-frame-functions
(defun after-make-frame@maximize (frame)
(unless (bound-and-true-p edit-server-frame-p)
(toggle-frame-maximized frame)))))
(toggle-frame-maximized frame))))
(column-number-mode +1))
(setup encoding
(:option locale-coding-system 'utf-8-unix
@ -1153,7 +1155,8 @@ specific to most general, they are these:
scroll-margin 0
word-wrap t
wrap-prefix (repeat-string acdw-irc/left-margin " ")
line-number-mode nil)
line-number-mode nil
column-number-mode nil)
(:hook #'enable-lui-track)))