summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-04-25 16:11:49 -0400
committerAmin Bandali <bandali@gnu.org>2020-04-25 16:11:49 -0400
commitaed4156cfc83f564311c31dffaa82486c41bb8c6 (patch)
treea15555df9b03753eec66f0d21e9117f63332597e
parent1eb203130bcee485d5abaead5dc7ee723a49d864 (diff)
downloadconfigs-aed4156cfc83f564311c31dffaa82486c41bb8c6.tar.gz
configs-aed4156cfc83f564311c31dffaa82486c41bb8c6.tar.xz
configs-aed4156cfc83f564311c31dffaa82486c41bb8c6.zip
Remove emmet-mode
Diffstat (limited to '')
-rw-r--r--.gitmodules3
-rw-r--r--init.el9
m---------lib/emmet-mode0
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
diff --git a/init.el b/init.el
index d66ec10..bf720ee 100644
--- a/init.el
+++ b/init.el
@@ -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