Created
October 31, 2019 04:15
-
-
Save bleggett/c09d3aa06a4ffb8ed25f7b44e74279d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; -*- 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) | |
(package! markdown-preview-mode) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment