summaryrefslogtreecommitdiff
path: root/.emacs.d/packages.el
blob: 04b7eeabcdec06fc88d61e2a1768d340b8100618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; file of desired packages
;; for easier evaluation and reading
(straight-use-package 'org)
(straight-use-package 'elpher)
(straight-use-package 'visual-fill-column)
(straight-use-package 'markdown-mode)
(straight-use-package 'lsp-mode)
(straight-use-package 'company)
(straight-use-package 'flycheck)
(straight-use-package 'yasnippet)
;; custom recipes 
(straight-use-package '(moe-theme :host github
				  :repo "kuanyui/moe-theme.el"
				  :branch "master"))