Files
DotfilesOld/emacs/.doom.d/packages.el
Thomas Ruoff c5d4053e2b add direnv
2020-01-07 00:28:23 +01:00

13 lines
355 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! add-node-modules-path)
(package! exec-path-from-shell)
(package! color-theme-sanityinc-tomorrow)
(package! direnv)