diff --git a/config.el b/config.el index 2c813d0..eebe797 100644 --- a/config.el +++ b/config.el @@ -141,7 +141,14 @@ (global-set-key (kbd "C-d") 'mc/mark-next-like-this-symbol) ;; ============================================================== -;; Coq +;; Envrc +;; ============================================================== + +(use-package envrc + :hook (after-init . envrc-global-mode)) + +;; ============================================================== +;; Magit ;; ============================================================== (after! magit diff --git a/custom.el b/custom.el index fd3b743..91489ee 100644 --- a/custom.el +++ b/custom.el @@ -4,7 +4,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(catppuccin-theme obsidian olivetti org-download org-superstar vulpea))) + '(catppuccin-theme envrc obsidian olivetti org-download org-superstar vulpea))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.