Reorganize files to use stow for installation #dotfiles
This commit is contained in:
61
emacs/.config/doom/packages.el
Normal file
61
emacs/.config/doom/packages.el
Normal file
@ -0,0 +1,61 @@
|
||||
;; -*- 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"))
|
||||
Reference in New Issue
Block a user