From: rush Date: Thu, 25 Jun 2026 16:55:31 +0000 (-0400) Subject: Remove TODOS, remove from agenda files list X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=322af63d67c08cb2cb462fb1563f3203ae69c80c;p=emacsinit.git Remove TODOS, remove from agenda files list --- 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