index
:
emacs-personal.git
master
My Personal Emacs configuration
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lisp
/
init-pkgbuild.el
blob: 6f6835cbd1de0b9b5045cb2b8402fe8c402bc710 (
plain
)
1
2
3
4
(
use-package
pkgbuild-mode
:mode
(
"/PKGBUILD$"
.
pkgbuild-mode
))
(
provide
'init-pkgbuild
)