diff --git a/dot_config/doom/config.el.tmpl b/dot_config/doom/config.el.tmpl index e37727c19964541cf528a6a251c2d1117b959470..4ff799e9aa934a73c6b0a3ce20171702151feabb 100644 --- a/dot_config/doom/config.el.tmpl +++ b/dot_config/doom/config.el.tmpl @@ -3,8 +3,8 @@ (setq user-full-name "Amolith" user-mail-address "amolith@secluded.site") -(setq doom-font (font-spec :family "Triplicate A Code" :size 16) - doom-variable-pitch-font (font-spec :family "Triplicate A Code" :size 16)) +(setq doom-font (font-spec :family "IntelOne Mono" :size 16) + doom-variable-pitch-font (font-spec :family "IntelOne Mono" :size 16)) (setq doom-theme 'catppuccin) {{- if eq .theme_variant "dark"}} diff --git a/dot_config/doom/packages.el b/dot_config/doom/packages.el index 224fa2e37d87456933dcf5bf840eb90298fa5d13..a19304e1e67c83eb081e4adbc3cf2555564b4fe0 100644 --- a/dot_config/doom/packages.el +++ b/dot_config/doom/packages.el @@ -49,6 +49,10 @@ (package! magit-gitflow :recipe (:host github :repo "jtatarik/magit-gitflow")) +(unpin! evil-collection) +(package! evil-collection + :recipe (:repo "emacs-evil/evil-collection" :branch "master")) + ;; If the package you are trying to install does not contain a PACKAGENAME.el ;; file, or is located in a subdirectory of the repo, you'll need to specify ;; `:files' in the `:recipe':