Track custom-vars.el file

This commit is contained in:
Gregorio Reyes 2023-11-11 11:16:34 -06:00
parent 38f86f5ddb
commit e8a7ed6e3d
1 changed files with 13 additions and 0 deletions

13
custom-vars.el Normal file
View File

@ -0,0 +1,13 @@
(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.
'(package-selected-packages
'(csv-mode restclient which-key visual-fill-column use-package rainbow-delimiters org-bullets magit ivy-rich hydra highlight-indent-guides helpful general elpy doom-themes doom-modeline counsel-projectile command-log-mode blacken all-the-icons)))
(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.
)