From d474f08232be87594d96229def1329aaa60c9d55 Mon Sep 17 00:00:00 2001 From: Matheus Ashton Silva Date: Mon, 28 Oct 2024 20:31:36 -0300 Subject: [PATCH] [doom] updating configs --- .config/doom/+nubank.el | 2 +- .config/doom/config.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/doom/+nubank.el b/.config/doom/+nubank.el index d116fd5..471e8df 100644 --- a/.config/doom/+nubank.el +++ b/.config/doom/+nubank.el @@ -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" diff --git a/.config/doom/config.el b/.config/doom/config.el index c2aa7b6..c248139 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -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