added pkgbuild mode for arch linux

This commit is contained in:
ndwarshuis 2019-04-01 23:53:56 -04:00
parent 3cd9709f2a
commit fafeee5fd9
1 changed files with 5 additions and 0 deletions

View File

@ -868,6 +868,11 @@ This adds support for csv files. Almost makes them editable like a spreadsheet.
:ensure t :ensure t
:hook (csv-mode . (lambda () (csv-align-fields nil (point-min) (point-max))))) :hook (csv-mode . (lambda () (csv-align-fields nil (point-min) (point-max)))))
#+END_SRC #+END_SRC
*** Arch Linux
#+BEGIN_SRC emacs-lisp
(use-package pkgbuild-mode
:ensure t)
#+END_SRC
* org-mode * org-mode
** low-level config ** low-level config
*** modules *** modules