(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)))