[emacs] Move to .doom.d config file

This commit is contained in:
2020-09-25 22:11:58 -04:00
parent 8da4c6e41b
commit 708bf56f90
12 changed files with 434 additions and 20 deletions

65
emacs/.doom.d/packages.el Normal file
View File

@ -0,0 +1,65 @@
;; -*- no-byte-compile: t; -*-
;;; $DOOMDIR/packages.el
;;;
;; Snippets! From hlissner!
(package! emacs-snippets
:recipe (:host github
:repo "hlissner/emacs-snippets"
:files ("*")))
;(package! evil-matchit
; :recipe (:host github
; :repo "redguardtoo/evil-matchit"))
; For making Nov.el look nice
(package! justify-kp
:recipe (:host github
:repo "Fuco1/justify-kp"))
(package! hydra)
(package! org-fc
:recipe(:host github
:repo "l3kn/org-fc"
:files (:defaults "awk" "demo.org")))
;(package! eglot)
;; python stuffs
(package! blacken)
;;(package! pylint)
;;(package! py-isort)
;;(package! importmagic)
;; org stuffs
(package! ob-http)
(package! org-web-tools)
(package! org-snooze)
(package! org-alert)
;;(package! org-vcard)
;;(package! org-drill)
;;(package! org-superstar)
;; handy tools
(package! w3m)
(package! nov)
(package! git-link)
(package! ivy-lobsters)
(package! web-search)
(package! mpdel)
(package! ivy-mpdel)
(package! elfeed-protocol)
(package! deadgrep)
(package! mastodon)
(package! magit-circleci)
;(package! smog)
(package! wordgen)
(package! openwith)
;; slack ... okay one more time
(package! slack)
;; pretty tings up
(package! srcery-theme)
(package! kaolin-themes)
(package! nyan-mode)
(package! emojify)