Skip to content

Commit 12f019a

Browse files
committed
update olivetti
1 parent f3b09d9 commit 12f019a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: config/init-generic.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
(use-package olivetti
1212
:config
13-
(setq olivetti-minimum-body-width 120)
13+
(setq olivetti-minimum-body-width 130)
1414
:hook (prog-mode . olivetti-mode))
1515

1616
(setq use-dialog-box nil) ;never pop dialog

Diff for: init.el

+13
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,16 @@
77
(add-subdirs-to-load-path "~/.emacs.d/config/")
88

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

0 commit comments

Comments
 (0)