diff options
author | fpi | 2020-04-05 18:59:49 +0200 |
---|---|---|
committer | fpi | 2020-04-05 20:02:59 +0200 |
commit | 725471b962d220ccdae0f2492b52335356add686 (patch) | |
tree | a2f653651280fa42c4e4465da0df0f63c4007cfe | |
parent | Merge branch 'gnus+' into emacs (diff) |
Update package definitions: renamed & new in melpa
-rw-r--r-- | emacs-init.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs-init.org b/emacs-init.org index dfb1aec..fbc0b1c 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1850,7 +1850,7 @@ Switch projects and subprojects from NEXT back to TODO" (use-package org-screenshot) (use-package org-collector) (use-package ox) -(use-package org-notmuch) +(use-package ol-notmuch) (use-package org-expiry :custom (org-expiry-handler-function 'org-expiry-archive-subtree)) @@ -1922,10 +1922,10 @@ Use imagemagick and standalone class for latex preview. *** org-roam #+begin_src emacs-lisp (use-package org-roam + :ensure t :delight :hook (after-init . org-roam-mode) - :load-path "~/git/clone/org-roam" :custom (org-roam-directory "~/git/projects/zettel/") :bind (:map org-roam-mode-map |