mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(language/ssh-config): add custom file path to mode list
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
(require 'siren-prog-mode)
|
||||
|
||||
(use-package ssh-config-mode
|
||||
:mode "/ssh/config\\'"
|
||||
:mode
|
||||
"/\\.local/ssh/config\\(\\.d/.*\\.conf\\)?\\'"
|
||||
:hook (ssh-config-mode . siren-ssh-config-mode-setup)
|
||||
|
||||
:init
|
||||
|
||||
Reference in New Issue
Block a user