aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-07-28 20:46:43 -0400
committerBardofSprites <[email protected]>2025-07-28 20:46:43 -0400
commitce4e18c59a48ccfd3489c63a938e2962da409511 (patch)
tree17bd6bea4a075205cffece6fd8b6865a7c618f67 /bard-emacs-modules
parent881d8b5369f38c436a637065b90ee58547bf99df (diff)
insignificant tweaks
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-completion.el1
-rw-r--r--bard-emacs-modules/bard-emacs-email.el4
-rw-r--r--bard-emacs-modules/bard-emacs-org.el14
-rw-r--r--bard-emacs-modules/bard-emacs-theme.el4
4 files changed, 15 insertions, 8 deletions
diff --git a/bard-emacs-modules/bard-emacs-completion.el b/bard-emacs-modules/bard-emacs-completion.el
index fd886a0..7c90cc4 100644
--- a/bard-emacs-modules/bard-emacs-completion.el
+++ b/bard-emacs-modules/bard-emacs-completion.el
@@ -2,7 +2,6 @@
(use-package vertico
:ensure t
:config
- (vertico-mode 1)
(setq vertico-scroll-margin 0)
(setq vertico-cycle nil)
diff --git a/bard-emacs-modules/bard-emacs-email.el b/bard-emacs-modules/bard-emacs-email.el
index 9e8b634..68605a7 100644
--- a/bard-emacs-modules/bard-emacs-email.el
+++ b/bard-emacs-modules/bard-emacs-email.el
@@ -63,6 +63,10 @@
:query "tag:unread and tag:inbox"
:sort-order newest-first
:key ,(kbd "u"))
+ ( :name "📝 To Do"
+ :query "tag:todo"
+ :sort-order oldest-first
+ :key ,(kbd "t"))
( :name "🚩 flagged"
:query "tag:flag"
:sort-order newest-first
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index e2a0bad..c06f9fa 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -101,7 +101,7 @@
(setq org-capture-templates
'(("t" "task" entry
(file+olp
- "~/Notes/denote/20240328T215727--todo__self.org"
+ "~/Notes/denote/20240328T215727--todo.org"
"Inbox" "General tasks")
"* TODO %?")
;; ("s" "Basic Statistics" entry
@@ -114,17 +114,21 @@
;; "** %U %^g\n:PROPERTIES:\n:ANKI_NOTE_TYPE: Cloze\n:ANKI_DECK: Statistics\n:END:\n*** Text\n %?\n*** Hooray\n\n")
("z" "Protocol" entry
(file+olp
- "~/Notes/denote/20240328T220037--media-tracker__self.org" "Quotes")
+ "~/Notes/denote/20240328T220037--media-tracker__media_topic.org" "Quotes")
"* Source: [[%:link][%:description]]\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE\n%?")
("Z" "Protocol Link" entry
(file+olp
- "~/Notes/denote/20240328T220037--media-tracker__self.org" "Watch/Read List")
+ "~/Notes/denote/20240328T220037--media-tracker__media_topic.org" "Watch/Read List")
"* [[%:link][%:description]] \nCaptured On: %U \n%?")
("w" "Class outline" entry
(file
- "~/Notes/denote/20240328T215727--todo__self.org")
+ "~/Notes/denote/20240328T215727--todo.org")
(file
- "~/Notes/denote/templates/class-template.org"))))
+ "~/Notes/denote/templates/class-template.org"))
+ ("p" "project idea" entry
+ (file
+ "~/Notes/denote/20250201T165619--project-ideas__idea_programming.org")
+ "* %^{Project description}\n%?")))
;;; Org Publish
(setq org-html-scripts nil)
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el
index d56ee78..f8ae47e 100644
--- a/bard-emacs-modules/bard-emacs-theme.el
+++ b/bard-emacs-modules/bard-emacs-theme.el
@@ -159,7 +159,7 @@ The exact color values are taken from the active Modus theme."
(use-package standard-themes
:ensure t
- ;; :init (standard-themes-select 'standard-light)
+ :init (standard-themes-select 'standard-light)
:config
(setq standard-themes-to-toggle '(standard-light
standard-dark))
@@ -171,7 +171,7 @@ The exact color values are taken from the active Modus theme."
(1 . (variable-pitch light 1.3))
(2 . (variable-pitch regular 1.2))
(agenda-date . (semilight 1.4))
- (agenda-structure . (variable-pitch light 1.5))
+ (agenda-structure . (light 1.5))
(t . (variable-pitch 1.1))))
(setq standard-themes-mixed-fonts t)