Update packages

This commit is contained in:
Marcus Kammer 2023-11-05 17:18:51 +01:00
parent 4c101fcaed
commit 019841b962
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -615,3 +615,13 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
(use-package which-key (use-package which-key
:init (which-key-mode)) :init (which-key-mode))
(use-package ssh-config-mode
:ensure t
:mode ("/sshd_config\\'" . ssh-config-mode)
:config
(add-hook 'ssh-config-mode-hook 'turn-on-font-lock))
(use-package nginx-mode
:ensure t
:mode ("/nginx/.*\\'" . nginx-mode))