diff options
Diffstat (limited to '.emacs.d/packages.el')
-rw-r--r-- | .emacs.d/packages.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.emacs.d/packages.el b/.emacs.d/packages.el new file mode 100644 index 0000000..a625f5b --- /dev/null +++ b/.emacs.d/packages.el @@ -0,0 +1,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")) |