diff options
| author | BardofSprites <[email protected]> | 2026-04-23 00:02:17 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-04-23 00:02:17 -0400 |
| commit | 97d918a7fc1dbfb9899ac42c5e360e9b5538300e (patch) | |
| tree | db1630727af568f816a1f246aaafeff18dd2c194 | |
| parent | c57712ec67097a143882e1c6fbff5ff7707988d4 (diff) | |
fix/remove old broken stuff
| -rw-r--r-- | config.org | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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 <SPC>" . denote-sequence-region)) + ("C-c n D" . denote-sequence-dired)) #+end_src **** Denote journal extension |
