From 97d918a7fc1dbfb9899ac42c5e360e9b5538300e Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:02:17 -0400 Subject: fix/remove old broken stuff --- config.org | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/config.org b/config.org index 64e1bf4..28dc182 100644 --- a/config.org +++ b/config.org @@ -612,9 +612,6 @@ For a long time I really struggled with Emacs tab completion. It still only kind "da" "↓" "ra" "→" "la" "←" - "iff" "⇔" - "imp" "⇒" - "tf" "∴" "xmonad" "XMonad" "xmobar" "XMobar") @@ -1445,7 +1442,7 @@ For a long time I really struggled with Emacs tab completion. It still only kind (setq org-capture-templates '(("t" "task" entry (file+olp - "~/Notes/denote/20240328T215727--todo.org" + "~/Notes/denote/todo.org" "Inbox" "General tasks") "* TODO %?") ;; ("s" "Basic Statistics" entry @@ -2228,8 +2225,8 @@ Watch [[https://protesilaos.com/codelog/2024-02-08-emacs-window-rules-display-bu ("C-c n I" . denote-add-links) ("C-c n b" . bard/consult-buffer-notes) ; notes buffer ("C-c n B" . bard/ibuffer-notes) ; notes buffer but more - ("C-c n f" . bard/find-notes-file) ; notes-find - ("C-c n g" . bard/search-notes-directory))) ; notes-grep + (:map dired-mode-map ; rename files in dired with denote structure + ("r" . denote-rename-file)))) #+end_src **** Denote org mode extensions #+begin_src emacs-lisp :tangle bard-emacs-modules/bard-emacs-writing.el :mkdirp yes @@ -2255,8 +2252,7 @@ Watch [[https://protesilaos.com/codelog/2024-02-08-emacs-window-rules-display-bu (require 'bard-writing) :bind ("C-c n N" . denote-sequence) - ("C-c n D" . denote-sequence-dired) - ("C-c n " . denote-sequence-region)) + ("C-c n D" . denote-sequence-dired)) #+end_src **** Denote journal extension -- cgit v1.2.3