mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
10 lines
258 B
EmacsLisp
10 lines
258 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! counsel-spotify)
|
|
(package! wttrin)
|