diff options
author | Amin Bandali <bandali@gnu.org> | 2018-11-12 19:44:09 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-11-12 19:44:09 -0500 |
commit | 6e9d8a2b6d4b998de8aae4a2b694af3d1dff97db (patch) | |
tree | acace633e626cbaab0816f24451c487c9227706b | |
parent | f18f27de2410fd0b90f7c358076dbc91c44f0222 (diff) | |
download | configs-6e9d8a2b6d4b998de8aae4a2b694af3d1dff97db.tar.gz configs-6e9d8a2b6d4b998de8aae4a2b694af3d1dff97db.tar.xz configs-6e9d8a2b6d4b998de8aae4a2b694af3d1dff97db.zip |
[emacs] disable highlight-indent-guides
quite nice and pretty, but i don’t think it’s necessary, and i feel it
adds some latency
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | init.org | 2 | ||||
m--------- | lib/highlight-indent-guides | 0 |
3 files changed, 1 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 069d432..1c5d913 100644 --- a/.gitmodules +++ b/.gitmodules @@ -116,9 +116,6 @@ [submodule "helpful"] path = lib/helpful url = git@github.com:Wilfred/helpful.git -[submodule "highlight-indent-guides"] - path = lib/highlight-indent-guides - url = git@github.com:DarthFennec/highlight-indent-guides.git [submodule "hl-todo"] path = lib/hl-todo url = git@github.com:tarsius/hl-todo.git @@ -1660,7 +1660,7 @@ Make =*scratch*= and =*Messages*= unkillable. Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. -** [[https://github.com/DarthFennec/highlight-indent-guides][highlight-indent-guides]] +** COMMENT [[https://github.com/DarthFennec/highlight-indent-guides][highlight-indent-guides]] :ARCHIVE: #+begin_src emacs-lisp (use-package highlight-indent-guides diff --git a/lib/highlight-indent-guides b/lib/highlight-indent-guides deleted file mode 160000 -Subproject fc99ee753ac9d53ce91fb032f97430a551e0446 |