author | Alan Dipert
<alan@dipert.org> 2023-05-01 19:10:02 UTC |
committer | Alan Dipert
<alan@dipert.org> 2023-05-01 19:10:02 UTC |
parent | a5b227130cd7a77a6db459788e2b61f34a15ef7d |
init.el | +3 | -1 |
diff --git a/init.el b/init.el index ff8a750..593623d 100644 --- a/init.el +++ b/init.el @@ -73,7 +73,9 @@ :config (global-company-mode)) -(use-package consult) +(use-package consult + ;; TODO Figure out how to configure and use consult. + ) (use-package csv-mode) (use-package dockerfile-mode)