mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
10 lines
234 B
EmacsLisp
10 lines
234 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! emojify)
|