Skip to content

configure list of files and format to new notes #116

@arademaker

Description

@arademaker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions