Clean up packages.el to be straight compliant
This commit is contained in:
@ -4,16 +4,16 @@
|
|||||||
|
|
||||||
;; Snippets! From hlissner!
|
;; Snippets! From hlissner!
|
||||||
(package! emacs-snippets
|
(package! emacs-snippets
|
||||||
:recipe (:fetcher github
|
:recipe (:host github
|
||||||
:repo "hlissner/emacs-snippets"
|
:repo "hlissner/emacs-snippets"
|
||||||
:files ("*")))
|
:files ("*")))
|
||||||
|
|
||||||
(package! declutter
|
(package! declutter
|
||||||
:recipe (:fetcher github
|
:recipe (:host github
|
||||||
:repo "sanel/declutter"))
|
:repo "sanel/declutter"))
|
||||||
|
|
||||||
(package! evil-matchit
|
(package! evil-matchit
|
||||||
:recipe (:fetcher github
|
:recipe (:host github
|
||||||
:repo "redguardtoo/evil-matchit"))
|
:repo "redguardtoo/evil-matchit"))
|
||||||
|
|
||||||
;; python stuffs
|
;; python stuffs
|
||||||
@ -34,6 +34,8 @@
|
|||||||
(package! org-web-tools)
|
(package! org-web-tools)
|
||||||
(package! org-vcard)
|
(package! org-vcard)
|
||||||
(package! org-snooze)
|
(package! org-snooze)
|
||||||
|
(package! org-alert)
|
||||||
|
(package! org-drill)
|
||||||
|
|
||||||
;; handy tools
|
;; handy tools
|
||||||
(package! git-link)
|
(package! git-link)
|
||||||
@ -53,7 +55,6 @@
|
|||||||
(package! elfeed-web)
|
(package! elfeed-web)
|
||||||
(package! emojify)
|
(package! emojify)
|
||||||
(package! deadgrep)
|
(package! deadgrep)
|
||||||
(package! org-alert)
|
|
||||||
(package! kaolin-themes)
|
(package! kaolin-themes)
|
||||||
|
|
||||||
;; modes!
|
;; modes!
|
||||||
|
|||||||
Reference in New Issue
Block a user