guixsd-config

GuixSD configs for my systems
Log | Files | Refs

commit 31036a1f0e3c974c7145cc703d31ab6f4aad0781
parent f24e47c26c0e3c0993b446b1afebfa83a086a290
Author: Vineet Kumar <git@vineetk.net>
Date:   Thu, 25 Dec 2025 21:53:12 -0500

use appropriate TODO: syntax for hl-todo in emacs init.el

Diffstat:
Mepistemia/files/emacs/.config/emacs/init.el | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/epistemia/files/emacs/.config/emacs/init.el b/epistemia/files/emacs/.config/emacs/init.el @@ -66,7 +66,7 @@ (column-number-mode 1) ;; I don't like tab bar. I use tab-switcher instead - ;; TODO show workspace information in modeline + ;; TODO: show workspace information in modeline (tab-bar-mode -1) ;; I don't use a bar so I'd still like to know the time @@ -335,7 +335,7 @@ (TeX-after-compilation-finished-functions TeX-revert-document-buffer)) ;; use clang-format for c/c++ modes -;; TODO fix clang-format+ (or replace with simpler package) +;; TODO: fix clang-format+ (or replace with simpler package) ;; that runs clang-format with current format or fallback LLVM on save ;(use-package clang-format+ ; :custom @@ -343,7 +343,7 @@ ; :hook ; (c-mode-common #'clang-format+-mode)) -;; TODO Geiser -- "The Perfect Setup" for Guile/Guix +;; TODO: Geiser -- "The Perfect Setup" for Guile/Guix (use-package geiser) (use-package geiser-guile) @@ -383,7 +383,7 @@ (org-default-notes-file (concat org-directory "/notes.org")) (org-capture-templates `(("t" "Todo" entry (file+headline ,(concat org-directory "/todo.org") "Tasks") - "* TODO %?\n %i\n %a") + "* TODO: %?\n %i\n %a") ("j" "Journal" entry (file+olp+datetree ,(concat org-directory "/journal.org")) "* %?\nEntered on %U\n %i\n %a"))) (org-agenda-files (directory-files-recursively org-directory "\\.org$")) @@ -462,7 +462,7 @@ (notmuch-tree-outline-enabled t) (notmuch-multipart/alternative-discouraged (list "text/html" "multipart/related"))) -;; TODO needs NOTMUCH_PROFILE set or update package to git +;; TODO: needs NOTMUCH_PROFILE set or update package to git ;; (use-package notmuch-indicator ;; :custom ;; (notmuch-indicator-args @@ -503,7 +503,7 @@ ;;;;;;;;; ;; LLM ;; ;;;;;;;;; -; TODO actually configure this to use llama-swap and openrouter +; TODO: actually configure this to use llama-swap and openrouter (use-package gptel :after transient)