Added firejail-mode.el

This commit is contained in:
2023-10-13 11:41:29 -07:00
parent 2d31620f60
commit 6e7c2980a0
2 changed files with 137 additions and 0 deletions

View File

@ -538,6 +538,9 @@ COMMAND and COMINT are like `compile'."
;; json
(use-package json-mode)
;; firejail
(require 'firejail-mode)
;; yaml
(use-package yaml-mode)