File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -534,17 +534,17 @@ E.g. when visiting a soft/hard link.
534
534
#+END_SRC
535
535
*** org-ai
536
536
#+BEGIN_SRC emacs-lisp :tangle user-config.el
537
- (use-package org-ai
538
- :ensure t
539
- :commands (org-ai-mode
540
- org-ai-global-mode)
541
- :custom (org-ai-openai-api-token (auth-source-pick-first-password :host "api.openai.com"))
542
- :init
543
- (add-hook 'org-mode-hook #'org-ai-mode) ; enable org-ai in org-mode
544
- (org-ai-global-mode) ; installs global keybindings on C-c M-a
545
- :config
546
- (setq org-ai-default-chat-model "o3-mini")
547
- (org-ai-install-yasnippets)) ; if you are using yasnippet and want `ai` snippets (require 'org-ai-talk)
537
+ (use-package org-ai
538
+ :ensure t
539
+ :commands (org-ai-mode
540
+ org-ai-global-mode)
541
+ :custom (org-ai-openai-api-token (auth-source-pick-first-password :host "api.openai.com"))
542
+ :init
543
+ (add-hook 'org-mode-hook #'org-ai-mode) ; enable org-ai in org-mode
544
+ (org-ai-global-mode) ; installs global keybindings on C-c M-a
545
+ :config
546
+ (setq org-ai-default-chat-model "o3-mini")
547
+ (org-ai-install-yasnippets)) ; if you are using yasnippet and want `ai` snippets (require 'org-ai-talk)
548
548
#+END_SRC
549
549
550
550
*** org-pomodora
You can’t perform that action at this time.
0 commit comments