diff options
Diffstat (limited to 'app-emacs/hl-todo/files/50hl-todo-gentoo.el')
-rw-r--r-- | app-emacs/hl-todo/files/50hl-todo-gentoo.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emacs/hl-todo/files/50hl-todo-gentoo.el b/app-emacs/hl-todo/files/50hl-todo-gentoo.el new file mode 100644 index 000000000000..6113e6cc3263 --- /dev/null +++ b/app-emacs/hl-todo/files/50hl-todo-gentoo.el @@ -0,0 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'hl-todo-mode "hl-todo" "Highlight TODO keywords" t) +(autoload 'global-hl-todo-mode "hl-todo" "Highlight TODO keywords globally" t) |