12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- ;; -*- no-byte-compile: t; -*-
- ;;; ~/.config/doom/packages.el
- ;;;
- ;; Snippets! From hlissner!
- (package! emacs-snippets
- :recipe (:fetcher github
- :repo "hlissner/emacs-snippets"
- :files ("*")))
- (package! declutter
- :recipe (:fetcher github
- :repo "sanel/declutter"))
- (package! ox-slack
- :recipe (:fetcher github
- :repo "titaniumbones/ox-slack"))
- (package! counsel-spotify
- :recipe (:fetcher github
- :repo "Lautaro-Garcia/counsel-spotify"))
- ;;(package! org-daypage
- ;; :recipe (:fetcher github
- ;; :repo "almost/org-daypage"))
- ;; python stuffs
- (package! w3m)
- (package! blacken)
- (package! pylint)
- (package! py-isort)
- (package! importmagic)
- ;; weather?
- (package! wttrin)
- ;; org stuffs
- (package! org-journal)
- (package! ox-hugo)
- (package! org-gcal)
- (package! org-web-tools)
- (package! org-vcard)
- (package! org-snooze)
- ;; handy tools
- (package! git-link)
- (package! restclient)
- (package! atomic-chrome)
- (package! auth-source-pass)
- (package! ivy-todo)
- (package! ivy-explorer)
- (package! counsel-spotify)
- (package! ivy-lobsters)
- ;; modes!
- (package! terraform-mode)
- (package! exec-path-from-shell :disable t)
- (package! evil-matchit :recipe (:fetcher github :repo "redguardtoo/evil-matchit" :commit "7d65b4167b1f0086c2b42b3aec805e47a0d355c4"))
|