diff options
author | 2025-03-21 22:40:32 +0100 | |
---|---|---|
committer | 2025-03-21 22:40:32 +0100 | |
commit | 4b7a7e83a03303e1f26254e62dc76f3f50b808c2 (patch) | |
tree | 7130e8291873bf4edec8db3b48191e95644cf3a8 /config.el | |
parent | set theme to catppuccin (diff) | |
download | doom-emacs-4b7a7e83a03303e1f26254e62dc76f3f50b808c2.tar.xz |
packages: install meson-mode
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -87,5 +87,6 @@ (add-hook 'eshell-mode-hook 'with-editor-export-editor) (add-hook 'term-exec-hook 'with-editor-export-editor) (add-hook 'vterm-mode-hook 'with-editor-export-editor) + +(use-package! meson-mode) (use-package! ebuild-mode) -(use-package! salt-mode) |