Skip to content

Commit

Permalink
[doom] updating configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashton committed Oct 28, 2024
1 parent bcd1cb6 commit d474f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/doom/+nubank.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
:headline "Work"
:file "~/org/todo.org"
:children (("Simple task"
:keys "s"
"s"
:template "** TODO %?\n")
("Task with link (uses file content)"
:keys "l"
Expand Down
2 changes: 1 addition & 1 deletion .config/doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
;;(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 "JetBrainsMono Nerd Font" :size 16))
(setq doom-unicode-font (font-spec :family "JetBrainsMono Nerd Font" :size 16))
(setq doom-symbol-font (font-spec :family "JetBrainsMono Nerd Font" :size 16))

;; 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
Expand Down

0 comments on commit d474f08

Please sign in to comment.