diff options
author | JSDurand <mmemmew@gmail.com> | 2022-01-26 17:41:01 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-01-26 17:41:16 +0800 |
commit | 8440d42c74f04babdf513d4cdee77f968226f749 (patch) | |
tree | 5f1e1db23b2fb5fbe97b88d343a48bad2afc92f0 | |
parent | 7b0cd304edc8a150c57d2e2320492be59d0a6d5a (diff) |
olivetti: fancy style
* init.el ("olivetti"): The new fancy style looks quite cool. But
with modus-vivendi theme I cannot really distinguish the fringe and
the margin, haha.
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -258,7 +258,8 @@ no effect." (use-package "olivetti" 'olivetti (durand-hide-minor-mode olivetti-mode olivetti " Oli") - (setq-default olivetti-body-width 80)) + (setq-default olivetti-body-width 80) + (setq-default olivetti-style 'fancy)) ;; (load-config "center-buffer.el") ;;; Eshell |