about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-06-22T13·18-0400
committerglittershark <grfn@gws.fyi>2020-06-22T13·18+0000
commit5f018172eec4d7f831eca3f1122a25f2d0e65702 (patch)
treea729a25cf8088efae60ac9f5a0e74e509dc071c5
parent7c36c3edf9836c8e1f9cdf49fd543670366932a6 (diff)
feat(g/emacs): Use LSP for python r/1062
Change-Id: I4d36fc88026b8e266b6f15614a27bb4dbd4ff564
Reviewed-on: https://cl.tvl.fyi/c/depot/+/557
Reviewed-by: glittershark <grfn@gws.fyi>
-rw-r--r--users/glittershark/emacs.d/init.el7
1 files 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.