diff --git a/.config/emacs/init.org b/.config/emacs/init.org index aecf62d..757f84e 100644 --- a/.config/emacs/init.org +++ b/.config/emacs/init.org @@ -353,7 +353,10 @@ Use Dashboard.el. First load `all-the-icons` for nicer rendering #+begin_src emacs-lisp (require 'olivetti) -(setq olivetti-minimum-body-width 100) +(if (equal "flowjoe-f37" (system-name)) + (setq olivetti-minimum-body-width 100) + (setq olivetti-minimum-body-width 120)) + (global-set-key (kbd "C-x x o") 'olivetti-mode) (add-hook 'prog-mode-hook 'olivetti-mode) #+end_src