13 lines
328 B
EmacsLisp
13 lines
328 B
EmacsLisp
|
;; -*- no-byte-compile: t; -*-
|
||
|
;;; $DOOMDIR/packages.el
|
||
|
|
||
|
(package! org-noter)
|
||
|
(package! poet-theme)
|
||
|
(package! org-alert)
|
||
|
(package! org-gcal)
|
||
|
(package! ox-latex-subfigure
|
||
|
:recipe (:host github :repo "linktohack/ox-latex-subfigure"))
|
||
|
(package! matlab-mode
|
||
|
:recipe (:host github :repo "matlab-mode/mirror"))
|
||
|
(package! org-ref)
|