summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-02 23:52:16 -0500
committerCase Duckworth2021-09-02 23:52:16 -0500
commit0f5c23cdba53854c0f0731a6ea0647572c4e08ad (patch)
treec0dd623b8c32d746f054a67bd3c281b95b06068f /init.el
parentChange modified indicator in special modes (diff)
downloademacs-0f5c23cdba53854c0f0731a6ea0647572c4e08ad.tar.gz
emacs-0f5c23cdba53854c0f0731a6ea0647572c4e08ad.zip
Remove line number from circe modelines
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 24a1ce1..3d443df 100644 --- a/init.el +++ b/init.el
@@ -1319,7 +1319,8 @@ like a dumbass."
1319 scroll-margin 0 1319 scroll-margin 0
1320 word-wrap t 1320 word-wrap t
1321 wrap-prefix (repeat-string 1321 wrap-prefix (repeat-string
1322 acdw-irc/left-margin " "))))) 1322 acdw-irc/left-margin " "))
1323 (line-number-mode -1))))
1323 1324
1324(setup (:straight crux) 1325(setup (:straight crux)
1325 1326