diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-09 13:37:53 -0500 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-09 13:37:53 -0500 |
commit | e5900f424550aecceaa055e9abe7ce52ea5d4c8a (patch) | |
tree | fc396476e603a6ebca8920dac9dfee26ebbc36bf | |
parent | 588f8f699cd7ef21e779945f854276f6436d60eb (diff) |
system changes
-rw-r--r-- | common/.config/emacs/init.el.org | 13 | ||||
-rw-r--r-- | macos.local/flake/system/homebrew.nix.org | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index d0e0f9a..26dc801 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -408,6 +408,15 @@ Configure =org-mode=. I use =~/org= as my =org= directory and hide emphasis mark org-agenda-files (list org-directory) org-agenda-file-regexp "\\`[^.].*\\.org\\\(\\.gpg\\\)?\\'" org-todo-keywords '((sequence "TODO(t)" "PLANNING(p)" "IN-PROGRESS(i@/!)" "VERIFYING(v!)" "BLOCKED(b@)" "|" "DONE(d!)" "WONT-DO(w@/!)")) + org-todo-keyword-faces '( + ("TODO" . (:foreground "GoldenRod" :weight bold)) + ("PLANNING" . (:foreground "DeepPink" :weight bold)) + ("IN-PROGRESS" . (:foreground "DarkCyan" :weight bold)) + ("VERIFYING" . (:foreground "DarkOrange" :weight bold)) + ("BLOCKED" . (:foreground "Red" :weight bold)) + ("DONE" . (:foreground "LimeGreen" :weight bold)) + ("OBE" . (:foreground "LimeGreen" :weight bold)) + ("WONT-DO" . (:foreground "LimeGreen" :weight bold))) org-log-done 'time org-hide-emphasis-markers t org-format-latex-options (plist-put org-format-latex-options :scale 2.0) @@ -424,6 +433,10 @@ Configure =org-mode=. I use =~/org= as my =org= directory and hide emphasis mark ("g" "General To-Do" entry (file+headline "~/org/todos.org.gpg" "General Tasks") "* TODO [#B] %?\n:Created: %T\n " + :empty-lines 0) + ("d" "To-Do with Deadline" + entry (file+headline "~/org/todos.org.gpg" "Time Dependent Tasks") + "* TODO [#B] %?\n:Created: %T\n:Deadline: %^t\n" :empty-lines 0))) (font-lock-add-keywords 'org-mode '(("^ *\\([-]\\) " diff --git a/macos.local/flake/system/homebrew.nix.org b/macos.local/flake/system/homebrew.nix.org index 6a65114..ff30fa0 100644 --- a/macos.local/flake/system/homebrew.nix.org +++ b/macos.local/flake/system/homebrew.nix.org @@ -102,6 +102,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "openemu" "openmw" "pokemon-showdown" + "proton-drive" "proton-mail-bridge" "protonvpn" "qbittorrent" |