branch: externals/logos commit 77bc053f14325def427a0bd7c265a278e81bd06b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak sample configuration --- README.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 35cbbb5867..fefa1eb114 100644 --- a/README.org +++ b/README.org @@ -214,13 +214,13 @@ changes out-of-the-box ([[#h:2bb57369-352a-43bf-afe3-0bed2fcc7359][Extra tweaks] ;; These apply when `logos-focus-mode' is enabled. Their value is ;; buffer-local. -(setq-default logos-hide-mode-line nil - logos-scroll-lock nil +(setq-default logos-hide-mode-line t + logos-hide-buffer-boundaries t + logos-hide-fringe t logos-variable-pitch nil - logos-hide-buffer-boundaries nil logos-buffer-read-only nil - logos-olivetti nil - logos-hide-fringe nil) + logos-scroll-lock nil + logos-olivetti nil) (let ((map global-map)) (define-key map [remap narrow-to-region] #'logos-narrow-dwim)