From 5f018172eec4d7f831eca3f1122a25f2d0e65702 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 22 Jun 2020 09:18:27 -0400 Subject: feat(g/emacs): Use LSP for python Change-Id: I4d36fc88026b8e266b6f15614a27bb4dbd4ff564 Reviewed-on: https://cl.tvl.fyi/c/depot/+/557 Reviewed-by: glittershark --- users/glittershark/emacs.d/init.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/users/glittershark/emacs.d/init.el b/users/glittershark/emacs.d/init.el index eda79b2ed8..faa02663eb 100644 --- a/users/glittershark/emacs.d/init.el +++ b/users/glittershark/emacs.d/init.el @@ -62,7 +62,7 @@ gist ; interacting with github gists (lookup ; helps you navigate your code and documentation +docsets) ; ...or in Dash docsets locally - ;;lsp + lsp ;;macos ; MacOS-specific commands magit ; a git porcelain for Emacs make ; run make tasks from Emacs @@ -124,7 +124,7 @@ ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more purescript ; javascript, but functional - python ; beautiful is better than ugly + (python +lsp) ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever racket ; a DSL for DSLs rest ; Emacs as a REST client @@ -167,9 +167,6 @@ ;; provides a Spacemacs-inspired keybinding scheme and a smartparens ;; config. Use it as a reference for your own modules. (default +bindings +smartparens)) - -(appendq! load-path (split-string (getenv "EMACSLOADPATH") ":")) - (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- cgit 1.4.1