summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2022-12-24 15:44:10 -0500
committerAmin Bandali <bandali@gnu.org>2022-12-24 15:45:35 -0500
commit0a2ebcf45c0a40dd258e91bd2f4a3bd90b0fae18 (patch)
tree72704640d72a5e37178ece38483379511046779d
parente23aff47774180caeff994085eb6ac7df73136db (diff)
downloadconfigs-0a2ebcf45c0a40dd258e91bd2f4a3bd90b0fae18.tar.gz
configs-0a2ebcf45c0a40dd258e91bd2f4a3bd90b0fae18.tar.xz
configs-0a2ebcf45c0a40dd258e91bd2f4a3bd90b0fae18.zip
Drop hl-todo, at least for now
-rw-r--r--.emacs.d/init.el6
m---------.emacs.d/lisp/hl-todo0
-rw-r--r--.gitmodules3
3 files changed, 0 insertions, 9 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 28c1ba7..a04b4c8 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -772,12 +772,6 @@ Effectively a very simple light/dark theme toggle switch."
(define-key b/boxquote-prefix-map (kbd "M-q") #'boxquote-fill-paragraph)
(define-key b/boxquote-prefix-map (kbd "M-w") #'boxquote-kill-ring-save))
-(add-to-list 'load-path (b/lisp "hl-todo"))
-(run-with-idle-timer 0.5 nil #'require 'hl-todo)
-(with-eval-after-load 'hl-todo
- ;; Highlight TODO in buffers.
- (global-hl-todo-mode))
-
;; `debbugs'
(global-set-key (kbd "C-c D d") #'debbugs-gnu)
(global-set-key (kbd "C-c D b") #'debbugs-gnu-bugs)
diff --git a/.emacs.d/lisp/hl-todo b/.emacs.d/lisp/hl-todo
deleted file mode 160000
-Subproject 0598b98f63b623c1778cbd2e2f60b774b7a311b
diff --git a/.gitmodules b/.gitmodules
index c675359..69e8a9a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,6 @@
[submodule "alloy-mode"]
path = .emacs.d/lisp/alloy-mode
url = https://github.com/dwwmmn/alloy-mode.git
-[submodule "hl-todo"]
- path = .emacs.d/lisp/hl-todo
- url = https://github.com/tarsius/hl-todo.git
[submodule "scpaste"]
path = .emacs.d/lisp/scpaste
url = https://git.sr.ht/~technomancy/scpaste