diff options
author | Case Duckworth | 2021-02-10 10:16:32 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-10 10:16:32 -0600 |
commit | cbddf931a34b4d343a31b816781d3997ca3f8fa1 (patch) | |
tree | 476b46e07f730cbb06ded1a1ab7f661951ceae36 | |
parent | Don't raise GC Cons percentage (diff) | |
download | emacs-cbddf931a34b4d343a31b816781d3997ca3f8fa1.tar.gz emacs-cbddf931a34b4d343a31b816781d3997ca3f8fa1.zip |
Enable global-display-fill-column-indicator-mode
-rw-r--r-- | config.org | 6 |
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 | ||
1272 | I 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 | |||
1272 | By default, Emacs uses =C-x f= to set the =fill-column=. I think it's | 1278 | By default, Emacs uses =C-x f= to set the =fill-column=. I think it's |
1273 | pretty dumb that such an easy-to-reach binding (for Emacs) is set to a function | 1279 | pretty dumb that such an easy-to-reach binding (for Emacs) is set to a function |
1274 | that I /literally/ never use. So I'm going to bind it to =find-file= ... since | 1280 | that I /literally/ never use. So I'm going to bind it to =find-file= ... since |