summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-10 10:16:32 -0600
committerCase Duckworth2021-02-10 10:16:32 -0600
commitcbddf931a34b4d343a31b816781d3997ca3f8fa1 (patch)
tree476b46e07f730cbb06ded1a1ab7f661951ceae36 /config.org
parentDon't raise GC Cons percentage (diff)
downloademacs-cbddf931a34b4d343a31b816781d3997ca3f8fa1.tar.gz
emacs-cbddf931a34b4d343a31b816781d3997ca3f8fa1.zip
Enable global-display-fill-column-indicator-mode
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.org b/config.org index baf16dd..da3e495 100644 --- a/config.org +++ b/config.org
@@ -1269,6 +1269,12 @@ contents of the files the represent on-disk. Thus, we have
1269 (setq-default fill-column 80) 1269 (setq-default fill-column 80)
1270#+end_src 1270#+end_src
1271 1271
1272I also want to display the fill-column:
1273
1274#+begin_src emacs-lisp :noweb-ref modes
1275 (global-display-fill-column-indicator-mode +1)
1276#+end_src
1277
1272By default, Emacs uses =C-x f= to set the =fill-column=. I think it's 1278By default, Emacs uses =C-x f= to set the =fill-column=. I think it's
1273pretty dumb that such an easy-to-reach binding (for Emacs) is set to a function 1279pretty dumb that such an easy-to-reach binding (for Emacs) is set to a function
1274that I /literally/ never use. So I'm going to bind it to =find-file= ... since 1280that I /literally/ never use. So I'm going to bind it to =find-file= ... since