diff options
author | 2022-06-27 12:56:01 -0700 | |
---|---|---|
committer | 2022-06-27 12:57:43 -0700 | |
commit | a96946eb5d0b37462bac43215f249a55aa7569f5 (patch) | |
tree | f03fe18f2ffdc30955875dd9501a1eea4c2214dc /config.el | |
parent | add tree-sitter support (diff) | |
download | doom-emacs-a96946eb5d0b37462bac43215f249a55aa7569f5.tar.xz |
remove PKGBUILD support
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -58,7 +58,6 @@ ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; they are implemented. -(use-package! pkgbuild-mode :mode (("/PKGBUILD\\'" . pkgbuild-mode))) (use-package! ox-confluence) (add-hook! 'doom-first-file-hook #'magit-wip-mode) |