forked from colonelpanic/dotfiles
remove global binding for web beautify
This commit is contained in:
parent
4ebae4d84a
commit
1acf0f6062
@ -2184,7 +2184,8 @@ window is active in the perspective."
|
|||||||
|
|
||||||
(use-package sgml-mode
|
(use-package sgml-mode
|
||||||
:commands sgml-mode
|
:commands sgml-mode
|
||||||
:bind ("C-c b" . web-beautify-html))
|
;; :bind ("C-c b" . web-beautify-html) TODO: mode specific, change binding
|
||||||
|
)
|
||||||
|
|
||||||
(use-package gitconfig-mode
|
(use-package gitconfig-mode
|
||||||
:mode "\\.?gitconfig\\'")
|
:mode "\\.?gitconfig\\'")
|
||||||
|
Loading…
Reference in New Issue
Block a user