Skip to content

Commit

Permalink
tweak(eglot-booster): rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 5, 2024
1 parent aed3220 commit 762da5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions core/me-loaddefs.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ Mount eCryptfs' private directory." t)
Unmount eCryptfs' private directory." t)
(register-definition-prefixes "../elisp/ecryptfs" '("ecryptfs-"))


;;; Generated autoloads from ../elisp/eglot-booster.el

(autoload 'eglot-booster "../elisp/eglot-booster" "\
Boost plain eglot server programs with emacs-lsp-booster.
The emacs-lsp-booster program must be compiled and available on
variable `exec-path'. Only local stdin/out based lsp servers can
be boosted." t)
(register-definition-prefixes "../elisp/eglot-booster" '("eglot-booster-plain-command"))


;;; Generated autoloads from me-bootstrap.el

Expand All @@ -36,16 +46,6 @@ restores it after that.
(fn LEVEL &optional PRE)" t)
(register-definition-prefixes "../modules/extras/me-cocogitto" '("+cocogitto-buffer-name"))


;;; Generated autoloads from ../elisp/me-eglot-booster.el

(autoload 'eglot-booster "../elisp/me-eglot-booster" "\
Boost plain eglot server programs with emacs-lsp-booster.
The emacs-lsp-booster program must be compiled and available on
variable `exec-path'. Only local stdin/out based lsp servers can
be boosted." t)
(register-definition-prefixes "../elisp/me-eglot-booster" '("eglot-booster-plain-command"))


;;; Generated autoloads from ../modules/extras/me-eglot-ltex.el

Expand Down
File renamed without changes.

0 comments on commit 762da5f

Please sign in to comment.