diff options
author | Amin Bandali <bandali@gnu.org> | 2018-10-29 20:51:49 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-10-29 20:51:49 -0400 |
commit | 46467dc3be8cb1d218abb936c1eb21ad7313f7f3 (patch) | |
tree | d13443d54a2e58b6b24049fc91acad8cbd0bb386 /.gitmodules | |
parent | 9455bb8ff3e6025156275ea64f59d6da4633830b (diff) | |
download | configs-46467dc3be8cb1d218abb936c1eb21ad7313f7f3.tar.gz configs-46467dc3be8cb1d218abb936c1eb21ad7313f7f3.tar.xz configs-46467dc3be8cb1d218abb936c1eb21ad7313f7f3.zip |
[emacs] assimilate and use typo.el, along with ispell workaround
typo.el: a nicer alternative to electric-quote-mode which allows
cycling between the quotes
also add an ispell workaround for correctly checking spelling of words
with ’ apostrophe in them
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c7b0e27..1a256b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -240,6 +240,9 @@ [submodule "treepy"] path = lib/treepy url = git@github.com:volrath/treepy.el.git +[submodule "typo"] + path = lib/typo + url = git@github.com:jorgenschaefer/typoel.git [submodule "undo-tree"] path = lib/undo-tree url = git@github.com:emacsorphanage/undo-tree.git |