awooooooo

This commit is contained in:
2023-11-18 22:16:31 +02:00
parent 2ea792d7fd
commit 1ca7028c91

View File

@@ -21,7 +21,7 @@
;; See 'C-h v doom-font' for documentation and more examples of what they ;; See 'C-h v doom-font' for documentation and more examples of what they
;; accept. For example: ;; accept. For example:
;; ;;
(setq doom-font (font-spec :family "Junicode" :size 12.5)) (setq doom-font (font-spec :family "FiraCode" :size 12.5))
;;(font-spec :family "Fira Code" :size 12.5 :weight 'semi-light) ;;(font-spec :family "Fira Code" :size 12.5 :weight 'semi-light)
;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) ;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13))
;; ;;
@@ -248,3 +248,4 @@
(setq org-modern-label-border 0.1) (setq org-modern-label-border 0.1)
(global-org-modern-mode) (global-org-modern-mode)
(add-hook 'python-mode-hook #'flymake-ruff-load) (add-hook 'python-mode-hook #'flymake-ruff-load)
(setq-default ispell-dictionary "british")