mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-25 03:11:41 -08:00
7 lines
184 B
EmacsLisp
7 lines
184 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; config/default/packages.el
|
|
|
|
(package! emacs-snippets
|
|
:recipe (:fetcher github
|
|
:repo "hlissner/emacs-snippets"
|
|
:files ("*")))
|