working again
This commit is contained in:
parent
7ea2eb8f05
commit
bd71f8d95a
5 changed files with 39 additions and 62 deletions
19
custom.el
19
custom.el
|
@ -3,7 +3,24 @@
|
|||
;; 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 nil))
|
||||
'(package-selected-packages
|
||||
'(aggressive-indent anzu auto-compile avy browse-kill-ring cask-mode
|
||||
catppuccin-theme corfu default-text-scale
|
||||
diff-hl diminish dimmer dirvish disable-mouse
|
||||
dotenv-mode elisp-slime-nav embark-consult
|
||||
envrc exec-path-from-shell flycheck-relint gcmh
|
||||
git-link git-modes git-timemachine gnuplot
|
||||
god-mode highlight-escape-sequences
|
||||
highlight-quoted ibuffer-projectile ibuffer-vc
|
||||
immortal-scratch ipretty list-unicode-display
|
||||
macrostep magit-todos marginalia move-dup
|
||||
multiple-cursors orderless org-bullets
|
||||
org-cliplink org-pomodoro origami
|
||||
package-lint-flymake page-break-lines paredit
|
||||
puni rainbow-delimiters rainbow-mode sudo-edit
|
||||
symbol-overlay tldr unfill vertico vterm-toggle
|
||||
whitespace-cleanup-mode whole-line-or-region
|
||||
writeroom-mode)))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue