diff --git a/init.el b/init.el
index 49fde4c..0a24e18 100644
--- a/init.el
+++ b/init.el
@@ -89,8 +89,8 @@
        ;;ein               ; tame Jupyter notebooks with emacs
        (eval +overlay)     ; run code, run (also, repls)
        ;;gist              ; interacting with github gists
-       (lookup             ; helps you navigate your code and documentation
-        +docsets)          ; ...or in Dash docsets locally
+       lookup             ; helps you navigate your code and documentation
+        ;;+docsets)          ; ...or in Dash docsets locally
        lsp
        ;;macos             ; MacOS-specific commands
        magit               ; a git porcelain for Emacs