diff options
| author | Daniel <[email protected]> | 2024-02-08 04:33:36 -0500 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-02-08 04:33:36 -0500 |
| commit | 8513a9816b56d1827152743666cebe149992699a (patch) | |
| tree | 2ce4dc64a2985cd6ac4960f3f108df72f4194abe /bard-emacs-modules | |
| parent | 914709e92f7c00c09388657c384962d73826df30 (diff) | |
remove olivetti
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-ui.el | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el index dfed7fb..c741534 100644 --- a/bard-emacs-modules/bard-emacs-ui.el +++ b/bard-emacs-modules/bard-emacs-ui.el @@ -102,25 +102,25 @@ ;; (bard/disable-all-themes)) ;; olivetti -(use-package olivetti - :config - (defun bard/olivetti-toggle () - (interactive) - "Distraction-free writing environment" - (if (equal olivetti-mode nil) - (progn - (fontaine-set-preset 'large) - (setq olivetti-body-width 80) - (set-fringe-mode 0) - (olivetti-mode t)) - (progn - (olivetti-mode 0) - (fontaine-set-preset 'regular) - (mixed-pitch-mode 0) - (fringe-mode nil) - (setq cursor-type 'box)))) - :bind - (("<f9>" . bard/olivetti-toggle))) +;; (use-package olivetti +;; :config +;; (defun bard/olivetti-toggle () +;; (interactive) +;; "Distraction-free writing environment" +;; (if (equal olivetti-mode nil) +;; (progn +;; (fontaine-set-preset 'large) +;; (setq olivetti-body-width 80) +;; ;; (set-fringe-mode 0) +;; (olivetti-mode t)) +;; (progn +;; (olivetti-mode 0) +;; (fontaine-set-preset 'regular) +;; (mixed-pitch-mode 0) +;; ;; (fringe-mode nil) +;; (setq cursor-type 'box)))) +;; :bind +;; (("<f9>" . bard/olivetti-toggle))) (provide 'bard-emacs-ui) |
