mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
10 lines
252 B
EmacsLisp
10 lines
252 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ~/.doom.d/packages.el
|
|
|
|
;;; Examples:
|
|
;; (package! some-package)
|
|
;; (package! another-package :recipe (:fetcher github :repo "username/repo"))
|
|
;; (package! builtin-package :disable t)
|
|
|
|
(package! add-node-modules-path)
|