Skip to content

Commit d815912

Browse files
authored
Update README.md (#126)
1 parent 8734f53 commit d815912

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,5 +206,7 @@ If you are using the plugin with the Windsurf Self-Hosted Enterprise deployment,
206206
in your vim config file so that Windsurf knows where to send completion requests. Add the following line to your `~/.emacs.d/init.el`:
207207

208208
```
209-
(setq-default codeium-enterprise t)\n(setq-default codeium-portal-url\n "<PORTAL URL>")\n(setq-default codeium-api-url\n "<PORTAL URL>/_route/api_server")
210-
```.
209+
(setq-default codeium-enterprise t)
210+
(setq-default codeium-portal-url "<PORTAL URL>")
211+
(setq-default codeium-api-url "<PORTAL URL>/_route/api_server")
212+
```

0 commit comments

Comments
 (0)