mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
13 lines
338 B
EmacsLisp
13 lines
338 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; .dotfiles/emacs/.doom.d/packages.el
|
|
|
|
;;; Examples:
|
|
;; (package! some-package)
|
|
;; (package! another-package :recipe (:host github :repo "username/repo"))
|
|
;; (package! builtin-package :disable t)
|
|
|
|
(package! color-theme-sanityinc-tomorrow)
|
|
|
|
(package! doom-snippets :ignore t)
|
|
(package! yasnippet-snippets)
|