this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

precision updates

+5 -4
+4 -4
doom-config/config.el
··· 19 19 ;; 20 20 ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd 21 21 ;; font string. You generally only need these two: 22 - (setq doom-font (font-spec :family "Iosevka" :size 16)) 22 + (setq doom-font (font-spec :family "JetBrains Mono" :size 28)) 23 23 24 24 ;; There are two ways to load a theme. Both assume the theme is installed and 25 25 ;; available. You can either set `doom-theme' or manually load a theme with the ··· 102 102 ) 103 103 ;; (add-hook 'org-capture-mode-hook #'org-align-all-tags) 104 104 (setq org-roam-directory (concat org-directory "/zettels/") 105 - org-roam-link-title-format "%s") 105 + org-roam-link-title-format "%s") 106 106 107 107 (setq org-capture-templates 108 108 '( ··· 233 233 ))) 234 234 ) 235 235 236 - (use-package! org-roam 237 - :commands (org-roam-insert org-roam-find-file org-roam-switch-to-buffer org-roam) 236 + (use-package! org-roam 237 + :commands (org-roam-insert org-roam-find-file org-roam-switch-to-buffer) 238 238 :hook 239 239 (after-init . org-roam-mode) 240 240 :custom-face
+1
doom-config/packages.el
··· 17 17 ;(unpin! pinned-package) 18 18 ;; Use it to unpin multiple packages 19 19 ;(unpin! pinned-package another-pinned-package) 20 + (unpin! org-roam) 20 21 21 22 22 23 ;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror: