Added nftables mode
This commit is contained in:
parent
9aa542a32f
commit
86191905dd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user