mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
Assimilate hl-todo 1.7.4
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -36,6 +36,9 @@
|
|||||||
[submodule "git-modes"]
|
[submodule "git-modes"]
|
||||||
path = lib/git-modes
|
path = lib/git-modes
|
||||||
url = git@github.com:magit/git-modes.git
|
url = git@github.com:magit/git-modes.git
|
||||||
|
[submodule "hl-todo"]
|
||||||
|
path = lib/hl-todo
|
||||||
|
url = git@github.com:tarsius/hl-todo.git
|
||||||
[submodule "magit"]
|
[submodule "magit"]
|
||||||
path = lib/magit
|
path = lib/magit
|
||||||
url = git@github.com:magit/magit.git
|
url = git@github.com:magit/magit.git
|
||||||
|
|||||||
3
init.el
3
init.el
@@ -93,6 +93,9 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:config (temp-buffer-resize-mode))
|
:config (temp-buffer-resize-mode))
|
||||||
|
|
||||||
|
(use-package hl-todo
|
||||||
|
:config (global-hl-todo-mode))
|
||||||
|
|
||||||
(progn ; `isearch'
|
(progn ; `isearch'
|
||||||
(setq isearch-allow-scroll t))
|
(setq isearch-allow-scroll t))
|
||||||
|
|
||||||
|
|||||||
1
lib/hl-todo
Submodule
1
lib/hl-todo
Submodule
Submodule lib/hl-todo added at a23312464f
Reference in New Issue
Block a user