Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure list of files and format to new notes #116

Open
arademaker opened this issue Jan 5, 2024 · 0 comments
Open

configure list of files and format to new notes #116

arademaker opened this issue Jan 5, 2024 · 0 comments

Comments

@arademaker
Copy link

arademaker commented Jan 5, 2024

My old laptop crashed and I lost my emacs config. I am trying to remember how to:

  1. config deft to always create new files as org-mode files
  2. configure the list to show the titles of the org-mode files properly.

I tried to find the instructions in the readme, but

(use-package deft
  :ensure t
  :straight (:host github :repo "jrblevin/deft")
  :bind ("<f8>" . deft)
  :commands (deft)
  :config (setq deft-directory "~/r/dnotes"
		deft-new-file-format "org"
		deft-file-naming-rules '((noslash . "-")
					 (nospace . "-")
					 (case-fn . downcase))
		deft-org-mode-title-prefix 1
                deft-extensions '("org" "md")))

Is not working as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant