Add nftables-mode to emacs.

This commit is contained in:
Tom Alexander
2026-01-01 21:59:55 -05:00
parent 70f3ae6894
commit e106a9fad1
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
(use-package nftables-mode
:commands nftables-mode
)
(provide 'lang-nft)