X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/e23aff47774180caeff994085eb6ac7df73136db..0a2ebcf45c0a40dd258e91bd2f4a3bd90b0fae18:/.emacs.d/init.el 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)