aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2022-10-25 15:15:34 +0200
committerRobert Pluim2022-10-25 15:16:55 +0200
commit5b90a718ee6674544f892aa572ff042c1ae2a21f (patch)
tree67cd92b5fafcdff9ad0fe01ee1a8fe37bd96b86d
parent92ec31a48c7fa2a700eb3a5c618fe015843e6875 (diff)
downloademacs-5b90a718ee6674544f892aa572ff042c1ae2a21f.tar.gz
emacs-5b90a718ee6674544f892aa572ff042c1ae2a21f.zip
* lisp/progmodes/eglot.el: Remove not very funny joke.
-rw-r--r--lisp/progmodes/eglot.el3
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 @@
81;; in place during Eglot's LSP-enriched tenure over a project. Even 81;; in place during Eglot's LSP-enriched tenure over a project. Even
82;; so, some of those decisions will invariably aggravate a minority 82;; so, some of those decisions will invariably aggravate a minority
83;; of Emacs power users, but these users can use `eglot-stay-out-of' 83;; of Emacs power users, but these users can use `eglot-stay-out-of'
84;; and `eglot-managed-mode-hook' to quench their OCD. 84;; and `eglot-managed-mode-hook' to adjust things to their
85;; preferences.
85;; 86;;
86;; * On occasion, to enable new features, Eglot can have soft 87;; * On occasion, to enable new features, Eglot can have soft
87;; dependencies on popular libraries that are not in Emacs core. 88;; dependencies on popular libraries that are not in Emacs core.