git » emacs.d.git » commit 9ed3509

rm comment

author Alan Dipert
2023-05-01 19:03:06 UTC
committer Alan Dipert
2023-05-01 19:03:06 UTC
parent fc3257303f3448c6d5d8d94aebec783ce8f9afda

rm comment

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)