diff options
author | Amin Bandali <bandali@gnu.org> | 2020-04-25 16:11:49 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-04-25 16:11:49 -0400 |
commit | aed4156cfc83f564311c31dffaa82486c41bb8c6 (patch) | |
tree | a15555df9b03753eec66f0d21e9117f63332597e | |
parent | 1eb203130bcee485d5abaead5dc7ee723a49d864 (diff) | |
download | configs-aed4156cfc83f564311c31dffaa82486c41bb8c6.tar.gz configs-aed4156cfc83f564311c31dffaa82486c41bb8c6.tar.xz configs-aed4156cfc83f564311c31dffaa82486c41bb8c6.zip |
Remove emmet-mode
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | init.el | 9 | ||||
m--------- | lib/emmet-mode | 0 |
3 files changed, 0 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules index 2b61df8..3aa847d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,9 +30,6 @@ [submodule "ebdb"] path = lib/ebdb url = https://github.com/girzel/ebdb.git -[submodule "emmet-mode"] - path = lib/emmet-mode - url = https://github.com/smihica/emmet-mode.git [submodule "erc-hl-nicks"] path = lib/erc-hl-nicks url = https://github.com/leathekd/erc-hl-nicks.git @@ -888,15 +888,6 @@ Make N (default: 1) copies of the current line or region." :config (setq css-indent-offset 2)) -(use-package emmet-mode - :after (:any mhtml-mode css-mode sgml-mode) - :bind* (("C-)" . emmet-next-edit-point) - ("C-(" . emmet-prev-edit-point)) - :config - (unbind-key "C-j" emmet-mode-keymap) - (setq emmet-move-cursor-between-quotes t) - :hook (css-mode html-mode sgml-mode)) - (use-package geiser :disabled) diff --git a/lib/emmet-mode b/lib/emmet-mode deleted file mode 160000 -Subproject 1acb821e0142136344ccf40c1e5fb664d7db2e7 |