summaryrefslogtreecommitdiff
path: root/.emacs.d/packages.el
blob: a625f5ba640bd1b563285398eb03532632cde526 (plain)
1
2
3
4
5
6
7
8
9
(straight-use-package 'org)
(straight-use-package 'elpher)
(straight-use-package 'visual-fill-column)
(straight-use-package 'markdown-mode)

;; custom recipes 
(straight-use-package '(moe-theme :host github
				  :repo "kuanyui/moe-theme.el"
				  :branch "master"))