git » emacs.d.git » commit ae89a13

Revert "rm comment"

author Alan Dipert
2023-05-01 19:05:38 UTC
committer Alan Dipert
2023-05-01 19:05:38 UTC
parent 9ed35091ae0a55cfb4dbd518dd069ebe21f5df7c

Revert "rm comment"

This reverts commit 9ed35091ae0a55cfb4dbd518dd069ebe21f5df7c.

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)