Skip to content

Commit 79472db

Browse files
committed
chore[emacs]: use custom lsp-mode package
While emacs-lsp/lsp-mode#4843 and emacs-lsp/lsp-mode#4844 are nor merged or properly denied ...
1 parent cdcffe9 commit 79472db

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

dots/emacs/spacemacs.d/init.el

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,15 @@ This function should only modify configuration layer settings."
294294
;; :repo "kassick/lsp-inline-completions"
295295
;; :files ("*.el"))))
296296
;; (lsp-mode :location ,(expand-file-name "~/Sources/user/lsp-mode"))
297-
;; (lsp-mode :location (recipe :fetcher github :repo "kassick/lsp-mode") :min-version "1")
297+
;;
298+
;; While my MRs fixing inline
299+
;; completions and copilot are not
300+
;; merged, use my fork
301+
(lsp-mode :location (recipe :fetcher github
302+
:repo "kassick/lsp-mode"
303+
:branch "runtime-merging-wips"
304+
:files ("*.el" "clients/*.el"))
305+
:min-version "1")
298306
)
299307

300308
;; A list of packages that cannot be updated.

0 commit comments

Comments
 (0)