Add some stub configuration for remember

Inspired by https://baty.net/posts/2025/03/i-went-a-little-nuts-with-remember-mode-in-emacs/.  Not
using it yet, but it's nice to have it recorded here.
This commit is contained in:
Daniel Borchmann 2025-03-09 14:54:51 +01:00
parent 41c4295e82
commit 09a8706bb1
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -2879,6 +2879,9 @@ eventuelly be set to nil, however)."
shr-image-animate nil shr-image-animate nil
shr-width (current-fill-column))) shr-width (current-fill-column)))
(use-package remember
:init (setq remember-data-file db/org-default-refile-file))
(use-package table (use-package table
:init (progn :init (progn
;; Pandoc supports colons in grid tables to denote alignments, so let's have table.el ;; Pandoc supports colons in grid tables to denote alignments, so let's have table.el