diff options
author | Robert Pluim <rpluim@gmail.com> | 2022-10-25 15:15:34 +0200 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2022-10-25 15:16:55 +0200 |
commit | 5b90a718ee6674544f892aa572ff042c1ae2a21f (patch) | |
tree | 67cd92b5fafcdff9ad0fe01ee1a8fe37bd96b86d /lisp/progmodes | |
parent | 92ec31a48c7fa2a700eb3a5c618fe015843e6875 (diff) | |
download | emacs-5b90a718ee6674544f892aa572ff042c1ae2a21f.tar.gz emacs-5b90a718ee6674544f892aa572ff042c1ae2a21f.tar.bz2 emacs-5b90a718ee6674544f892aa572ff042c1ae2a21f.zip |
* lisp/progmodes/eglot.el: Remove not very funny joke.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/eglot.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index a28df6c2d52..662c233f30d 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -81,7 +81,8 @@ ;; in place during Eglot's LSP-enriched tenure over a project. Even ;; so, some of those decisions will invariably aggravate a minority ;; of Emacs power users, but these users can use `eglot-stay-out-of' -;; and `eglot-managed-mode-hook' to quench their OCD. +;; and `eglot-managed-mode-hook' to adjust things to their +;; preferences. ;; ;; * On occasion, to enable new features, Eglot can have soft ;; dependencies on popular libraries that are not in Emacs core. |