From 0b098257a3337a27c0e0bab710af6f783c7f0915 Mon Sep 17 00:00:00 2001 From: AChavali Date: Tue, 31 Dec 2019 13:42:23 +0000 Subject: ~lookup+docsets, intero -> lsp Lookup docsets is required in other languages for some reason (?) Intero is no longer maintained, thus I have to use LSP. --- doom.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doom.d') diff --git a/doom.d/init.el b/doom.d/init.el index 07250bd..831cc9c 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -81,7 +81,7 @@ flycheck ; tasing you for every semicolon you forget flyspell ; tasing you for misspelling mispelling ;;gist ; interacting with github gists - (lookup) ; helps you navigate your code and documentation + (lookup +docsets) ; helps you navigate your code and documentation lsp ;;macos ; MacOS-specific commands magit ; a git porcelain for Emacs @@ -112,7 +112,7 @@ ;;ess ; emacs speaks statistics ;;fsharp ; ML stands for Microsoft's Language ;;go ; the hipster dialect - (haskell +intero) ; a language that's lazier than I am + (haskell +lsp) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; ;;(java +meghanada) ; the poster child for carpal tunnel syndrome -- cgit v1.2.3-13-gbd6f