diff --git a/home/jonas/static/doom-config/config.el b/home/jonas/static/doom-config/config.el index 1690ead..f68ea96 100644 --- a/home/jonas/static/doom-config/config.el +++ b/home/jonas/static/doom-config/config.el @@ -21,8 +21,8 @@ ;; See 'C-h v doom-font' for documentation and more examples of what they ;; accept. For example: ;; -(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light) - doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) +;;(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light) +;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) ;; ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to diff --git a/home/jonas/static/doom-config/packages.el b/home/jonas/static/doom-config/packages.el index b459c42..3270cf2 100644 --- a/home/jonas/static/doom-config/packages.el +++ b/home/jonas/static/doom-config/packages.el @@ -49,5 +49,5 @@ ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;; (unpin! t) -(package! conventional-commit - :recipe (:host github :repo "akirak/conventional-commit.el" :files ("conventional-commit.el"))) +;;(package! conventional-commit +;; :recipe (:host github :repo "akirak/conventional-commit.el" :files ("conventional-commit.el")))