From cc40f1b3e4b2a0fe2cc8bb77502a519b66e3f005 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 30 Jul 2019 11:04:26 -0400 Subject: [PATCH] Clean up packages.el to be straight compliant --- emacs/.config/doom/packages.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/emacs/.config/doom/packages.el b/emacs/.config/doom/packages.el index 08a558c..f10385f 100644 --- a/emacs/.config/doom/packages.el +++ b/emacs/.config/doom/packages.el @@ -4,16 +4,16 @@ ;; Snippets! From hlissner! (package! emacs-snippets - :recipe (:fetcher github + :recipe (:host github :repo "hlissner/emacs-snippets" :files ("*"))) (package! declutter - :recipe (:fetcher github + :recipe (:host github :repo "sanel/declutter")) (package! evil-matchit - :recipe (:fetcher github + :recipe (:host github :repo "redguardtoo/evil-matchit")) ;; python stuffs @@ -34,6 +34,8 @@ (package! org-web-tools) (package! org-vcard) (package! org-snooze) +(package! org-alert) +(package! org-drill) ;; handy tools (package! git-link) @@ -53,7 +55,6 @@ (package! elfeed-web) (package! emojify) (package! deadgrep) -(package! org-alert) (package! kaolin-themes) ;; modes!