update evil-collection and change font

Amolith created

Change summary

dot_config/doom/config.el.tmpl | 4 ++--
dot_config/doom/packages.el    | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)

Detailed changes

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"}}

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':