diff options
-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. |