diff options
| author | Dominik Kaiser | 2025-08-20 13:43:36 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2025-08-20 13:43:36 +0200 |
| commit | 7462a17de6b5b6d3d17c536fb0d66c32d442b58f (patch) | |
| tree | 9053c53bb7be3f581ae8c35478d0333812e60a7b /init.el | |
| parent | 5ba55bb181de13da95a19282727f54fcc26494a4 (diff) | |
| download | emacs-7462a17de6b5b6d3d17c536fb0d66c32d442b58f.tar.gz emacs-7462a17de6b5b6d3d17c536fb0d66c32d442b58f.zip | |
Change olivetti body with default
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 20 |
1 files changed, 3 insertions, 17 deletions
@@ -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))) |
