doom.d/packages.el
coolneng 3d0ab84f06
Revert "Map light/dark theme toggle to SPC t t"
This reverts commit 666490c13f3763d1e39641a5619034d694b9360a.
2020-08-11 10:22:53 +02:00

9 lines
241 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; .doom.d/packages.el
;;; Examples:
;; (package! some-package)
;; (package! another-package :recipe (:host github :repo "username/repo"))
;; (package! builtin-package :disable t)
(package! org-super-agenda)