jekyll-mode: update :match clause
This commit is contained in:
parent
b21a1b298f
commit
f51cf83718
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
:keymap (make-sparse-keymap)
|
||||
(add-yas-minor-mode! 'jekyll-mode))
|
||||
(associate! jekyll-mode
|
||||
:match "/_\\(layouts\\|posts\\)/.+$"
|
||||
:match "/\\(css\\|_\\(layouts\\|posts\\|sass\\)\\)/.+$"
|
||||
:files ("config.yml" "_layouts")
|
||||
:in (web-mode scss-mode html-mode markdown-mode))
|
||||
;; (after! company-dict (add-to-list 'company-dict-minor-mode-alist 'jekyll-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue