diff --git a/README.org b/README.org index 0e7c8c6..1a52cb1 100644 --- a/README.org +++ b/README.org @@ -772,8 +772,6 @@ If you use =org= and don't want your org files in the default location below, ch :i "TAB" #'cdlatex-tab) #+END_SRC -#+RESULTS: - *** File Extension Mode Association #+BEGIN_SRC emacs-lisp :tangle config.el @@ -923,4 +921,5 @@ Doom's packages are pinned to a specific commit and updated from release to rele (package! prettier-js) (package! rainbow-mode) (package! systemd) +(package! pkgbuild-mode) #+END_SRC diff --git a/packages.el b/packages.el index 2743e65..1fd55f8 100644 --- a/packages.el +++ b/packages.el @@ -7,3 +7,4 @@ (package! prettier-js) (package! rainbow-mode) (package! systemd) +(package! pkgbuild-mode)