Files
doom-emacs-config/packages.el
Sravan Balaji be2af81c73 Emacs PKGBUILD Mode
- Remove `RESULTS` section that was inserted by org mode
- Add `pkgbuild-mode` to emacs
2022-08-09 11:03:38 -04:00

11 lines
218 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; $DOOMDIR/packages.el
(package! org-auto-tangle)
(package! git-modes)
(package! vimrc-mode)
(package! prettier-js)
(package! rainbow-mode)
(package! systemd)
(package! pkgbuild-mode)