diff options
author | Amin Bandali <bandali@gnu.org> | 2018-11-11 22:05:35 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-11-11 22:05:35 -0500 |
commit | 1a46b236280976a8dd3777be7a12c48bc6e62ca5 (patch) | |
tree | 0966ca0159110f0408a1cf06e380c9584e351869 | |
parent | 0f3b91c15d52daecdc0775f46c340510f405a529 (diff) | |
download | configs-1a46b236280976a8dd3777be7a12c48bc6e62ca5.tar.gz configs-1a46b236280976a8dd3777be7a12c48bc6e62ca5.tar.xz configs-1a46b236280976a8dd3777be7a12c48bc6e62ca5.zip |
[emacs] assimilate and use hl-todo
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | init.org | 9 | ||||
m--------- | lib/hl-todo | 0 |
3 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2a5450c..589db77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -112,6 +112,9 @@ [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 [submodule "hlint-refactor"] path = lib/hlint-refactor url = git@github.com:mpickering/hlint-refactor-mode.git @@ -1773,6 +1773,15 @@ Hopefully temporary. (setq alert-default-style 'notifier)) #+end_src +** hl-todo + +#+begin_src emacs-lisp +(use-package hl-todo + :defer 4 + :config + (global-hl-todo-mode)) +#+end_src + * Email #+begin_src emacs-lisp diff --git a/lib/hl-todo b/lib/hl-todo new file mode 160000 +Subproject 24b9925b1b2c7ad6bf7b66800395f74abf035c5 |