summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el20
1 files changed, 3 insertions, 17 deletions
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)))