Update packages
This commit is contained in:
parent
4c101fcaed
commit
019841b962
1 changed files with 10 additions and 0 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue