summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
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