git » emacs.d.git » commit a5b2271

Revert "Revert "rm comment""

author Alan Dipert
2023-05-01 19:06:43 UTC
committer Alan Dipert
2023-05-01 19:06:43 UTC
parent ae89a13f95d728c3000b2d1d670ef8a00c671d69

Revert "Revert "rm comment""

This reverts commit ae89a13f95d728c3000b2d1d670ef8a00c671d69.

init.el +1 -3

diff --git a/init.el b/init.el
index 593623d..ff8a750 100644
--- a/init.el
+++ b/init.el
@@ -73,9 +73,7 @@
   :config
   (global-company-mode))
 
-(use-package consult
-  ;; TODO Figure out how to configure and use consult.
-  )
+(use-package consult)
 
 (use-package csv-mode)
 (use-package dockerfile-mode)