We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bc4a6 commit 3c3e7deCopy full SHA for 3c3e7de
codeium.el
@@ -317,6 +317,9 @@
317
"according to https://www.reddit.com/r/emacs/comments/5b7o9r/elisp_how_to_concat_newline_into_string_regarding/
318
this can be always \\n")
319
320
+(codeium-def codeium/document/absolute_path_migrate_me_to_uri ()
321
+ (or buffer-file-name (expand-file-name (buffer-name))))
322
+
323
(codeium-def codeium/editor_options/tab_size ()
324
tab-width)
325
(codeium-def codeium/editor_options/insert_spaces ()
0 commit comments