This commit is contained in:
Jeffrey Serio 2024-12-19 13:00:09 -06:00
parent 2e8ea1e8e4
commit aa9c91ed04
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
(remove ".git" projectile-project-root-files-bottom-up))) (remove ".git" projectile-project-root-files-bottom-up)))
;; Set fonts ;; Set fonts
(setq fontsize 14) (setq fontsize 18)
(setq monofontfam "JetBrainsMono Nerd Font Mono") (setq monofontfam "JetBrainsMono Nerd Font Mono")
(setq doom-font (font-spec :family monofontfam :size fontsize) (setq doom-font (font-spec :family monofontfam :size fontsize)
doom-variable-pitch-font (font-spec :family monofontfam :size fontsize) doom-variable-pitch-font (font-spec :family monofontfam :size fontsize)
@ -311,7 +311,6 @@ If point was already at that position, move point to beginning of line."
(keymap-set bookmark-bmenu-mode-map "C-o" #'casual-bookmarks-tmenu) (keymap-set bookmark-bmenu-mode-map "C-o" #'casual-bookmarks-tmenu)
;;;; elpher ;;;; elpher
(setq elpher-default-url-type "gemini") (setq elpher-default-url-type "gemini")

View File

@ -19,6 +19,7 @@
(package! helpful) (package! helpful)
(package! just-mode) (package! just-mode)
(package! license-templates) (package! license-templates)
(package! nushell-mode :recipe (:host github :repo "mrkkrp/nushell-mode"))
(unpin! org-roam) (unpin! org-roam)
(package! org-roam) (package! org-roam)
(package! org-roam-ui) (package! org-roam-ui)