1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-19 05:57:49 +00:00
Dotfiles/home/emacs/.doom.d/custom.el

13 lines
557 B
EmacsLisp
Raw Normal View History

2020-10-12 07:56:43 +00: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.
'(package-selected-packages '(gruvbox-theme neotree racer rust-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.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)