From 7084581ae2df832689f362ccdf5305b34c8bf0cf Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 17 Oct 2022 18:29:37 -0700 Subject: ref(lsp): switch from lsp-mode to eglot The experimentation was a disaster: lsp-mode was buggy, slow, littering the interface with a lot of things I did not understood or needed. eglot is definitely simpler and works better for me. Change-Id: Ie7e7e6f1c8e7b26aa5cb79d636f3ad53c1493617 --- emacs/custom/my-prog.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'emacs/custom/my-prog.el') diff --git a/emacs/custom/my-prog.el b/emacs/custom/my-prog.el index a8ecf45..8314ab9 100644 --- a/emacs/custom/my-prog.el +++ b/emacs/custom/my-prog.el @@ -40,9 +40,6 @@ (add-hook 'sh-mode-hook 'my/sh-mode-hook) -;; set the indent level for python -(customize-set-variable 'python-indent-offset 4) - (defun my/makefile-mode-hook () "Hooks for `makefile-mode'." ;; I want small tabs when working in a Makefile -- cgit v1.2.3