diff options
author | fpi | 2020-07-29 11:35:42 +0200 |
---|---|---|
committer | fpi | 2020-07-29 11:37:30 +0200 |
commit | c7415dcfcb4282902996125399bd1261d9372b37 (patch) | |
tree | a16c3d92f51cbadd829de52a6f59725443de258b | |
parent | Disable twoway caldav sync.. (diff) |
Add a keybinding for olivetti mode
-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 |