Update .emacs.d/init.el

This commit is contained in:
Anthony Rodriguez 2024-06-26 23:57:47 +02:00
parent 59aed25776
commit 266ef98e72

View file

@ -9,7 +9,7 @@
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(package-selected-packages '(package-selected-packages
'(typescript-mode rust-mode which-key org-superstar org-superstar-mode vertico doom-modeline catppuccin-theme))) '(rust-mode which-key org-superstar org-superstar-mode vertico doom-modeline catppuccin-theme)))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.