From 68828c88571c8eabf6aa5417a17dafe624a4d2f1 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 24 Oct 2024 07:54:51 -0600 Subject: [PATCH] configs/emacs: add nftables mode --- configs/emacs.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configs/emacs.org b/configs/emacs.org index 56f90dd..a6a41bb 100644 --- a/configs/emacs.org +++ b/configs/emacs.org @@ -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