Add shortcut key to multi-web-mode.
This commit is contained in:
parent
5a2f94bc32
commit
3f7fc4ec29
@ -295,7 +295,6 @@
|
||||
(use-package multi-web-mode
|
||||
:straight t
|
||||
:defer t
|
||||
:hook (after-init . multi-web-global-mode)
|
||||
:config
|
||||
(setq mweb-default-major-mode 'html-mode)
|
||||
(setq mweb-tags '((php-mode "<\\?php\\|<\\? \\|<\\?=" "\\?>")
|
||||
|
@ -26,6 +26,7 @@
|
||||
(global-set-key (kbd "C-x mj") 'js-mode)
|
||||
(global-set-key (kbd "C-x mp") 'php-mode)
|
||||
(global-set-key (kbd "C-x mr") 'rust-mode)
|
||||
(global-set-key (kbd "C-x mw") 'multi-web-mode)
|
||||
|
||||
;; Atajos de windmove
|
||||
(global-set-key (kbd "C-x <left>") 'windmove-left)
|
||||
|
Loading…
Reference in New Issue
Block a user