File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
(use-package olivetti
12
12
:config
13
- (setq olivetti-minimum-body-width 120 )
13
+ (setq olivetti-minimum-body-width 130 )
14
14
:hook (prog-mode . olivetti-mode))
15
15
16
16
(setq use-dialog-box nil ) ; never pop dialog
Original file line number Diff line number Diff line change 7
7
(add-subdirs-to-load-path " ~/.emacs.d/config/" )
8
8
9
9
(require 'init )
10
+ (custom-set-variables
11
+ ; ; custom-set-variables was added by Custom.
12
+ ; ; If you edit it by hand, you could mess it up, so be careful.
13
+ ; ; Your init file should contain only one such instance.
14
+ ; ; If there is more than one, they won't work right.
15
+ '(package-selected-packages
16
+ '(edbi yasnippet window-numbering which-key use-package tree-sitter-langs tree-sitter-indent rainbow-mode rainbow-delimiters quelpa py-autopep8 protobuf-mode olivetti mmm-mode meow mc-extras magit lsp-ui lsp-pyright hungry-delete helm-projectile helm-gtags go-projectile flycheck exec-path-from-shell doom-themes doom-modeline dashboard csharp-mode conda company ccls)))
17
+ (custom-set-faces
18
+ ; ; custom-set-faces was added by Custom.
19
+ ; ; If you edit it by hand, you could mess it up, so be careful.
20
+ ; ; Your init file should contain only one such instance.
21
+ ; ; If there is more than one, they won't work right.
22
+ )
You can’t perform that action at this time.
0 commit comments