From 859b6413130805df102d64d97be8d99a8bc2828a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 6 Nov 2020 19:11:36 +0100 Subject: [PATCH] Disable unused modules --- init.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/init.el b/init.el index 1cd554e..d1268ef 100644 --- a/init.el +++ b/init.el @@ -94,8 +94,7 @@ ;;gist ; interacting with github gists lookup ; navigate your code and its documentation ;;lsp - (magit ; a git porcelain for Emacs - +forge) + magit ; a git porcelain for Emacs ;;make ; run make tasks from Emacs ;;pass ; password manager for nerds ;;pdf ; pdf enhancements @@ -129,8 +128,8 @@ ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 ;;gdscript ; the language you waited for - go ; the hipster dialect - haskell ; a language that's lazier than I am + ;;(go +lsp) ; the hipster dialect + ;;(haskell +dante) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; a language you can depend on ;;json ; At least it ain't XML @@ -146,7 +145,7 @@ markdown ; writing docs for people to ignore ;;nim ; python + lisp at the speed of c nix ; I hereby declare "nix geht mehr!" - ocaml ; an objective camel + ;;ocaml ; an objective camel (org ; organize your plain life in plain text +journal +roam)