.emacs.d/custom.el

30 lines
1.6 KiB
EmacsLisp
Raw Permalink Normal View History

2024-09-06 11:42:11 +02:00
(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.
2025-03-19 21:10:56 +01:00
'(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
2025-03-19 21:53:37 +01:00
org-cliplink org-pomodoro org-roam origami
2025-03-19 21:10:56 +01:00
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)))
2024-09-06 11:42:11 +02:00
(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.
)