about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/elisp-packages/manual-packages/codeium/codeium.el.patch
blob: 57975251ef390c2b25325c071a4c2a5e426c7af1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/codeium.el b/codeium.el
index 669333e..4d5012d 100644
--- a/codeium.el
+++ b/codeium.el
@@ -353,12 +353,7 @@ If you set `codeium-port', it will be used instead and no process will be create
 	(pending-table (make-hash-table :test 'eql :weakness nil)) ; requestid that we are waiting for
 	)
 
-(codeium-def codeium-command-executable
-	(expand-file-name
-		(pcase system-type
-			('windows-nt "codeium_language_server.exe")
-			(_ "codeium_language_server"))
-		(expand-file-name "codeium" user-emacs-directory)))
+(codeium-def codeium-command-executable "@codeium@")
 
 (codeium-def codeium-enterprise nil)
 (codeium-def codeium-portal-url "https://www.codeium.com")