File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 888888(leaf aider
889889 :require t
890890 :custom
891- ((aider-args . '(" --model" " gemini/gemini-2.0-flash" ))))
891+ ((aider-args . '(" --watch-files " " -- model" " gemini/gemini-2.0-flash" ))))
892892
893893(leaf aidermacs
894894 :require t
11081108
11091109(defun blog-paste-image ()
11101110 (interactive )
1111- (setq filename (concat
1111+ (setq fullpath (concat
11121112 (expand-file-name (format-time-string " %Y-%m-%d-%H%M%S" )
1113- " ~/.ghq/github.com/Comamoca/blog/src/images" ) " .png" ))
1114- (shell-command (concat " wl-paste -t image/png > " filename ))
1115- (insert (concat " " ))
1113+ " ~/.ghq/github.com/Comamoca/blog/src/images" ) " .png" ))
1114+ (shell-command (concat " wl-paste -t image/png > " fullpath ))
1115+ (insert (concat "  " )" ))
11161116 (org-display-inline-images ))
11171117
11181118
You can’t perform that action at this time.
0 commit comments