Added nftables mode

This commit is contained in:
Ezri Brimhall 2024-03-20 22:28:23 -06:00
parent 9aa542a32f
commit 86191905dd

View File

@ -35,6 +35,9 @@ Indent using tabs, render with tab-width of 2.
(lambda ()
(setq indent-line-function #'insert-tab
indent-tabs-mode t)))
(add-hook 'nftables-mode-hook
(lambda ()
(setq indent-tabs-mode nil)))
#+END_SRC
** Line numbers