style: Fix indentation in init-ai.el
for better readability
This commit is contained in:
parent
cc02161be4
commit
510163d321
@ -22,8 +22,8 @@
|
|||||||
(require 'aider)
|
(require 'aider)
|
||||||
(setq aider-args '("--model" "deepseek/deepseek-coder"))
|
(setq aider-args '("--model" "deepseek/deepseek-coder"))
|
||||||
(setenv "DEEPSEEK_API_KEY" (with-temp-buffer
|
(setenv "DEEPSEEK_API_KEY" (with-temp-buffer
|
||||||
(insert-file-contents "~/.config/llm/deepseek/api_key.txt")
|
(insert-file-contents "~/.config/llm/deepseek/api_key.txt")
|
||||||
(string-trim (buffer-string))))
|
(string-trim (buffer-string))))
|
||||||
|
|
||||||
(provide 'init-ai)
|
(provide 'init-ai)
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
Loading…
Reference in New Issue
Block a user