configs/emacs: add nftables mode

This commit is contained in:
Aaron Bieber 2024-10-24 07:54:51 -06:00
parent 37709825d6
commit 68828c8857
No known key found for this signature in database

View File

@ -305,6 +305,14 @@ easier for me to treat it like a regular shell.
* Language Configurations
** firewall stuff
*** nftables
#+begin_src emacs-lisp
(use-package nftables-mode)
#+end_src
** Shell
#+begin_src emacs-lisp