From 911e593e1b2c106d785ed5f68b628e382af63a4c Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 4 Dec 2019 19:17:10 +0100 Subject: [PATCH] Change python backend to anaconda --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index b16d910..4905347 100644 --- a/init.el +++ b/init.el @@ -16,7 +16,7 @@ company ; the ultimate code completion backend ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... - (ivy ; a search engine for love and life + (ivy ; a search engine for love and life +fuzzy ; fuzzy search is a millenial thing +icons) ; prettify the small thingss @@ -141,7 +141,7 @@ ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional - (python +lsp) ; beautiful is better than ugly + python ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;rest ; Emacs as a REST client