diff options
-rw-r--r-- | emacs-init.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index 12d036e..2de6bbd 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4703,6 +4703,10 @@ Support for HTML code blocks with proper syntax highlighting. See [[https://gith ;; (olivetti-minimum-body-width 70) ) #+end_src + +#+begin_src emacs-lisp :tangle no :noweb-ref fpi-bindings +(define-key fpi/toggle-map "do" #'olivetti-mode) +#+end_src ** Email For the setup of external mail specific programs see [[file:mail.org]]. *** Sending mail |