Fork deft

This commit is contained in:
Andreas Zweili 2023-03-21 21:57:42 +01:00
parent 6d91b69b66
commit 18ec9e31f9
4 changed files with 1891 additions and 1 deletions

View File

@ -34,7 +34,6 @@
epkgs.company-web epkgs.company-web
epkgs.counsel epkgs.counsel
epkgs.counsel-tramp epkgs.counsel-tramp
epkgs.deft
epkgs.dired-hide-dotfiles epkgs.dired-hide-dotfiles
epkgs.direnv epkgs.direnv
epkgs.discover-my-major epkgs.discover-my-major

View File

@ -1,4 +1,5 @@
(use-package deft (use-package deft
:ensure nil
:bind ("<f5>" . deft) :bind ("<f5>" . deft)
:commands (deft) :commands (deft)
:config :config

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,7 @@
(load-file (modules-path "keybindings.el")) (load-file (modules-path "keybindings.el"))
;; note taking and writing ;; note taking and writing
(load-file (modules-path "deft_raw.el"))
(load-file (modules-path "deft.el")) (load-file (modules-path "deft.el"))
(load-file (modules-path "langtool.el")) (load-file (modules-path "langtool.el"))
(load-file (modules-path "markdown.el")) (load-file (modules-path "markdown.el"))