[emacs] Move back to eglot, lsp sucks

This commit is contained in:
2020-06-17 15:01:43 -04:00
parent a9972830a1
commit 6d8fd8d830
3 changed files with 26 additions and 31 deletions

View File

@ -7,6 +7,8 @@ My identity. Used in a handful of places in Emacs to prepopulate authorship and
#+BEGIN_SRC emacs-lisp
(setq user-full-name "Colin Powell"
user-mail-address "colin@unbl.ink")
(add-hook 'python-mode-hook 'eglot-ensure)
#+END_SRC
* User interface
** Fonts and themes
@ -180,7 +182,6 @@ A handful of mods here clean up org mode. Line numbers dont mean much when yo
ob-eval
ob-exp
ob-http
org-drill
org-id)))
;; Dont display git gutter in org mode
@ -439,4 +440,6 @@ Here we are trying to auto-translate Word and PDF files to be viewed in Emacs.
magithub-clone-default-directory "~/src" ;; I want my stuff to clone to ~/projects
magithub-preferred-remote-method 'ssh_url)) ;; HTTPS cloning is awful, i authenticate with ssh keys.
(setq lsp-enable-links nil)
#+END_SRC