enable mise, diminish global minor modes

This commit is contained in:
Grant Horner
2026-07-09 10:32:08 -04:00
parent 3a06999277
commit fd9a531571
2 changed files with 47 additions and 22 deletions

View File

@@ -6,12 +6,14 @@
;; If there is more than one, they won't work right.
'(custom-enabled-themes '(deeper-blue))
'(package-selected-packages
'(cape dart-mode diminish dumber-jump evil evil-collection
exec-path-from-shell fish-mode ghostel jai-mode magit
move-text multiple-cursors org-roam terraform-mode undo-tree
yaml-mode yasnippet yasnippet-snippets))
'(apheleia cape dart-mode diminish dumber-jump evil evil-collection
evil-surround exec-path-from-shell fish-mode ghostel
jai-mode magit mise move-text multiple-cursors org-roam
pgmacs terraform-mode undo-tree yaml-mode yasnippet
yasnippet-snippets))
'(package-vc-selected-packages
'((jai-mode :url "https://github.com/valignatev/jai-mode.git"))))
'((pgmacs :url "https://github.com/emarsden/pgmacs.git")
(jai-mode :url "https://github.com/valignatev/jai-mode.git"))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.