Skip to content

Commit

Permalink
No longer link to alternative implementations
Browse files Browse the repository at this point in the history
The idea behind that link was to redirect users who want more features
to packages that provide more features, but that has never actually
worked.  This package seems to be the de facto default for this sort
of functionality and if something is missing, someone sooner or later
requests that it is added here.  So remove the passive-aggressive and
ineffective comment and link.
  • Loading branch information
tarsius committed Aug 16, 2023
1 parent 9c8fecd commit 0faf856
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ commands, then you should bind them in ~hl-todo-mode-map~, e.g.:
(keymap-set hl-todo-mode-map "C-c i" #'hl-todo-insert)
#+end_src

See [[https://www.emacswiki.org/emacs/FixmeMode][this list]] on the Emacswiki for other packages that implement
the same basic features, but which might also provide additional
features that you might like, but which I don't deem necessary.

See [[https://github.com/tarsius/hl-todo/wiki][FAQ and Common Issues]] if something isn't working as expected.

#+html: <br><br>
Expand Down
4 changes: 0 additions & 4 deletions hl-todo.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
;; (keymap-set hl-todo-mode-map "C-c o" #'hl-todo-occur)
;; (keymap-set hl-todo-mode-map "C-c i" #'hl-todo-insert)

;; See [[https://www.emacswiki.org/emacs/FixmeMode][this list]] on the Emacswiki for other packages that implement
;; the same basic features, but which might also provide additional
;; features that you might like, but which I don't deem necessary.

;;; Code:

(require 'compat)
Expand Down

0 comments on commit 0faf856

Please sign in to comment.