Files
emacs/custom.el
2026-07-23 14:42:44 -04:00

25 lines
1.1 KiB
EmacsLisp

;; -*- lexical-binding: t; -*-
(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.
'(apheleia-log-only-errors nil)
'(custom-enabled-themes '(deeper-blue))
'(package-selected-packages
'(apheleia cape dart-mode diminish dotenv-mode dumber-jump embark evil
evil-collection evil-surround exec-path-from-shell
fish-mode forge ghostel jai-mode magit marginalia mise
move-text multiple-cursors org-roam pgmacs
terraform-mode undo-tree yaml-mode yasnippet
yasnippet-snippets))
'(package-vc-selected-packages
'((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.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(eglot-inlay-hint-face ((t (:inherit shadow :height 0.8)))))