Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 23, 2025
1 parent 8965892 commit cdc0b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eglot-ltex-plus.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; eglot-ltex.el --- Eglot Clients for LTEX+ -*- lexical-binding: t; -*-
;;; eglot-ltex-plus.el --- Eglot Clients for LTEX+ -*- lexical-binding: t; -*-

;; Copyright (C) 2021-2025 Shen, Jen-Chieh
;; Created date 2021-04-03 00:40:51
Expand Down Expand Up @@ -99,5 +99,5 @@ This file is use to activate the language server."
(add-to-list 'eglot-server-programs
`(,eglot-ltex-plus-active-modes . eglot-ltex-plus--server-program))

(provide 'eglot-ltex)
;;; eglot-ltex.el ends here
(provide 'eglot-ltex-plus)
;;; eglot-ltex-plus.el ends here

0 comments on commit cdc0b4d

Please sign in to comment.