From 322af63d67c08cb2cb462fb1563f3203ae69c80c Mon Sep 17 00:00:00 2001 From: rush Date: Thu, 25 Jun 2026 12:55:31 -0400 Subject: [PATCH] Remove TODOS, remove from agenda files list --- config.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.org b/config.org index cb549d4..0f2fbec 100644 --- a/config.org +++ b/config.org @@ -177,8 +177,6 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett (keymap-set geiser-repl-mode-map ")" (re/send-on-close-paren #'geiser-repl-maybe-send)) (keymap-set geiser-repl-mode-map "]" (re/balance-and-eval-sexp #'geiser-repl-maybe-send))) #+END_SRC -** Forth -*** TODO Try out forth-mode for gforth ** ORG *** Set bindings, things that have to happen after loading #+BEGIN_SRC emacs-lisp @@ -236,8 +234,7 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett **** Agenda settings #+BEGIN_SRC emacs-lisp (setq org-agenda-files (append '("~/org/") - (file-expand-wildcards "~/projects/*/") - (file-expand-wildcards "~/.emacs.d/config.org")) + (file-expand-wildcards "~/projects/*/")) org-refile-targets '((nil :maxlevel . 9) (org-agenda-files :maxlevel . 9)) org-refile-use-outline-path 'file -- 2.39.5