mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
General cleanup
This commit is contained in:
@@ -50,7 +50,11 @@
|
||||
:i [backtab] 'narf/dumb-dedent))
|
||||
|
||||
(use-package web-mode
|
||||
:mode ("\\.\\(p\\)?htm\\(l\\)?$" "\\.tpl\\(\\.php\\)?$" "\\.erb$" "wp-content/themes/.+/.+\\.php$")
|
||||
:mode ("\\.\\(p\\)?htm\\(l\\)?$"
|
||||
"\\.tpl\\(\\.php\\)?$"
|
||||
"\\.erb$"
|
||||
"wp-content/themes/.+/.+\\.php$"
|
||||
"\\.blade\\.php$")
|
||||
:init
|
||||
;; smartparens handles this
|
||||
(setq web-mode-enable-auto-pairing nil
|
||||
|
Reference in New Issue
Block a user