doomemacs/modules/ui/doom/packages.el

10 lines
181 B
EmacsLisp
Raw Normal View History

2017-02-03 19:43:25 -05:00
;; -*- no-byte-compile: t; -*-
2017-01-17 00:20:59 -05:00
;;; ui/doom/packages.el
2017-01-31 05:09:20 -05:00
(package! beacon :demand t)
2017-01-17 00:20:59 -05:00
(package! doom-themes
:ensure nil
:demand t
:load-path "~/work/plugins/emacs-doom-theme")