diff options
author | Case Duckworth | 2020-12-04 00:31:29 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-04 00:31:29 -0600 |
commit | 00d2eb12a1e31ea07059040376ae478b9f223efa (patch) | |
tree | efbcf4f71e8e43b9557389268bcbf2a578aec1e8 | |
parent | Remove show-paren-delay (diff) | |
download | emacs-00d2eb12a1e31ea07059040376ae478b9f223efa.tar.gz emacs-00d2eb12a1e31ea07059040376ae478b9f223efa.zip |
Add hl-todo
# Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch master # Your branch is ahead of 'origin/master' by 3 commits. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: config.org # # Changes not staged for commit: # modified: config.org #
-rw-r--r-- | config.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index 6f5df07..6208dd3 100644 --- a/config.org +++ b/config.org | |||
@@ -1371,6 +1371,13 @@ I only want line numbers in =prog-mode=-derived modes. In addition, apparently | |||
1371 | (add-hook 'prog-mode-hook #'acdw/enable-line-numbers) | 1371 | (add-hook 'prog-mode-hook #'acdw/enable-line-numbers) |
1372 | #+end_src | 1372 | #+end_src |
1373 | 1373 | ||
1374 | *** [[https://github.com/tarsius/hl-todo][hl-todo]] | ||
1375 | |||
1376 | #+begin_src emacs-lisp | ||
1377 | (use-package hl-todo | ||
1378 | :hook (prog-mode . hl-todo-mode)) | ||
1379 | #+end_src | ||
1380 | |||
1374 | ** Programming languages | 1381 | ** Programming languages |
1375 | 1382 | ||
1376 | These are the programming languages I (don't really) use. | 1383 | These are the programming languages I (don't really) use. |