From 7462a17de6b5b6d3d17c536fb0d66c32d442b58f Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Wed, 20 Aug 2025 13:43:36 +0200 Subject: [PATCH] Change olivetti body with default --- README.org | 2 +- init.el | 20 +++----------------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/README.org b/README.org index 68d42e9..3882c6d 100644 --- a/README.org +++ b/README.org @@ -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 e7fc5d0..1bae33f 100644 --- a/init.el +++ b/init.el @@ -47,12 +47,12 @@ (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)) @@ -73,10 +73,6 @@ (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))))) @@ -173,13 +169,3 @@ :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))) -- 2.47.2