diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-17 18:29:37 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-10-17 18:29:37 -0700 |
| commit | 7084581ae2df832689f362ccdf5305b34c8bf0cf (patch) | |
| tree | f17130e46cdc82e605534d750fc003091931a9ea /emacs/custom/my-prog.el | |
| parent | ref(prog): wrap comments at column 120 (diff) | |
| download | emacs.d-7084581ae2df832689f362ccdf5305b34c8bf0cf.tar.gz | |
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
Diffstat (limited to '')
| -rw-r--r-- | emacs/custom/my-prog.el | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
