Remove pug-mode keybindings
This commit is contained in:
parent
e4f4818c74
commit
c4888749b1
1 changed files with 1 additions and 4 deletions
|
@ -41,7 +41,4 @@
|
||||||
:mode "\\.jade$"
|
:mode "\\.jade$"
|
||||||
:mode "\\.pug$"
|
:mode "\\.pug$"
|
||||||
:config
|
:config
|
||||||
(set! :company-backend 'pug-mode '(company-yasnippet))
|
(set! :company-backend 'pug-mode '(company-yasnippet)))
|
||||||
(map! :map pug-mode-map
|
|
||||||
:i [tab] #'doom/dumb-indent
|
|
||||||
:i [backtab] #'doom/dumb-dedent))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue