From cbddf931a34b4d343a31b816781d3997ca3f8fa1 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 10 Feb 2021 10:16:32 -0600 Subject: Enable global-display-fill-column-indicator-mode --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) 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 (setq-default fill-column 80) #+end_src +I also want to display the fill-column: + +#+begin_src emacs-lisp :noweb-ref modes + (global-display-fill-column-indicator-mode +1) +#+end_src + By default, Emacs uses =C-x f= to set the =fill-column=. I think it's pretty dumb that such an easy-to-reach binding (for Emacs) is set to a function that I /literally/ never use. So I'm going to bind it to =find-file= ... since -- cgit 1.4.1-21-gabe81