From 1a46b236280976a8dd3777be7a12c48bc6e62ca5 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 11 Nov 2018 22:05:35 -0500 Subject: [PATCH] [emacs] assimilate and use hl-todo --- .gitmodules | 3 +++ init.org | 9 +++++++++ lib/hl-todo | 1 + 3 files changed, 13 insertions(+) create mode 160000 lib/hl-todo 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 diff --git a/init.org b/init.org index 5d5a624..449c2a2 100644 --- a/init.org +++ b/init.org @@ -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 index 0000000..24b9925 --- /dev/null +++ b/lib/hl-todo @@ -0,0 +1 @@ +Subproject commit 24b9925b1b2c7ad6bf7b66800395f74abf035c5f -- 2.20.1