Emacs PKGBUILD Mode

- Remove `RESULTS` section that was inserted by org mode
- Add `pkgbuild-mode` to emacs
This commit is contained in:
Sravan Balaji
2022-08-09 11:03:38 -04:00
parent 8ceba5bc25
commit be2af81c73
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -7,3 +7,4 @@
(package! prettier-js)
(package! rainbow-mode)
(package! systemd)
(package! pkgbuild-mode)