Generation 91 2024-04-21 04:46:38 (current)

This commit is contained in:
Jonas Röger 2024-04-21 04:46:39 +02:00
parent bf912ab48a
commit fe9078b379

View File

@ -23,8 +23,8 @@
;;
;; (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 "FiraCode Nerd Font" :size 12 :weight 'semi-light)
doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13))
(setq doom-font (font-spec :family "FiraCode Nerd Font" :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
@ -79,4 +79,4 @@
(after! treemacs
(setq treemacs-position 'right))
;;(add-hook 'git-commit-mode-hook 'conventional-commit-setup)
(add-hook 'git-commit-mode-hook #'conventional-commit-setup)