[emacs] Move back to eglot, lsp sucks
This commit is contained in:
@ -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 don’t mean much when yo
|
||||
ob-eval
|
||||
ob-exp
|
||||
ob-http
|
||||
org-drill
|
||||
org-id)))
|
||||
|
||||
;; Don’t 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
|
||||
|
||||
Reference in New Issue
Block a user