From be2af81c73231aef9145d7f0a5d752b4f1c18c75 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Tue, 9 Aug 2022 11:03:38 -0400 Subject: [PATCH] Emacs PKGBUILD Mode - Remove `RESULTS` section that was inserted by org mode - Add `pkgbuild-mode` to emacs --- README.org | 3 +-- packages.el | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) 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)