]> git.dkaiser.de - config/emacs.git/commitdiff
Change olivetti body with default
authorDominik Kaiser <dkaisr@proton.me>
Wed, 20 Aug 2025 11:43:36 +0000 (13:43 +0200)
committerDominik Kaiser <dkaisr@proton.me>
Wed, 20 Aug 2025 11:43:36 +0000 (13:43 +0200)
README.org
init.el

index 68d42e9388b88ae2807e6be984f3d0a9aa834481..3882c6d926f4182d7ce24e8266bb736a32d2aef2 100644 (file)
@@ -75,7 +75,7 @@
     (text-mode . olivetti-mode)
     (prog-mode . olivetti-mode)
     :init
-    (setq-default olivetti-body-width 90))
+    (setq-default olivetti-body-width 105))
 #+end_src
 * Completion
 ** Ivy
diff --git a/init.el b/init.el
index e7fc5d058c414ad6a70a4241ed49b3485ac13463..1bae33ff668e529b922cb698a102c7e0911fb810 100644 (file)
--- a/init.el
+++ b/init.el
   (text-mode . olivetti-mode)
   (prog-mode . olivetti-mode)
   :init
-  (setq-default olivetti-body-width 90))
+  (setq-default olivetti-body-width 105))
 
 (use-package ivy
   :bind (("C-s" . swiper)
-        :map ivy-minibuffer-map
-        ("TAB" . ivy-alt-done))
+          :map ivy-minibuffer-map
+          ("TAB" . ivy-alt-done))
   :config
   (ivy-mode 1))
 
   (setq which-key-idle-delay 0.3))
 
 (custom-set-faces
- ;; custom-set-faces was added by Custom.
- ;; If you edit it by hand, you could mess it up, so be careful.
- ;; Your init file should contain only one such instance.
- ;; If there is more than one, they won't work right.
  '(org-block-begin-line ((t (:inherit default :background nil))))
  '(org-block-end-line ((t (:inherit default :background nil)))))
 
   :ensure t)
 
 (load "~/.config/emacs/42header.el")
-(custom-set-variables
- ;; custom-set-variables was added by Custom.
- ;; If you edit it by hand, you could mess it up, so be careful.
- ;; Your init file should contain only one such instance.
- ;; If there is more than one, they won't work right.
- '(package-selected-packages
-   '(company counsel-projectile direnv doom-modeline doom-themes
-            evil-nerd-commenter glsl-mode ivy-rich lsp-treemacs magit
-            nix-mode olivetti org-contrib rust-mode simple-httpd
-            treemacs-projectile wgsl-mode which-key)))