···1919;;
2020;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
2121;; font string. You generally only need these two:
2222-(setq doom-font (font-spec :family "Iosevka" :size 16))
2222+(setq doom-font (font-spec :family "JetBrains Mono" :size 28))
23232424;; There are two ways to load a theme. Both assume the theme is installed and
2525;; available. You can either set `doom-theme' or manually load a theme with the
···102102 )
103103 ;; (add-hook 'org-capture-mode-hook #'org-align-all-tags)
104104 (setq org-roam-directory (concat org-directory "/zettels/")
105105- org-roam-link-title-format "%s")
105105+ org-roam-link-title-format "%s")
106106107107 (setq org-capture-templates
108108 '(
···233233 )))
234234 )
235235236236-(use-package! org-roam
237237- :commands (org-roam-insert org-roam-find-file org-roam-switch-to-buffer org-roam)
236236+ (use-package! org-roam
237237+ :commands (org-roam-insert org-roam-find-file org-roam-switch-to-buffer)
238238 :hook
239239 (after-init . org-roam-mode)
240240 :custom-face
+1
doom-config/packages.el
···1717;(unpin! pinned-package)
1818;; Use it to unpin multiple packages
1919;(unpin! pinned-package another-pinned-package)
2020+(unpin! org-roam)
202121222223;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror: