diff --git a/emacs/+orgmode.el b/emacs/+orgmode.el index 6e2983d..f59ba0d 100644 --- a/emacs/+orgmode.el +++ b/emacs/+orgmode.el @@ -159,3 +159,9 @@ See https://emacs.stackexchange.com/questions/63517/org-mode-evaluate-diff-code- ;(add-hook! 'org-mode-hook #'solaire-mode) ;(add-hook 'mixed-pitch-mode-hook #'solaire-mode-reset) + +(setq +org-capture-frame-parameters '((name . "doom-capture") + (width . 100) + (height . 20) + (transient . t) + )) diff --git a/emacs/config.org b/emacs/config.org index 82ea7ce..11b1cf3 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -859,7 +859,17 @@ cat a.org ;(add-hook 'mixed-pitch-mode-hook #'solaire-mode-reset) #+end_src +** Capture +The default =+org-capture/open-frame= is a little small. Let's modify the parameters to make it a little larger +#+begin_src emacs-lisp :tangle "+orgmode.el" :noweb no-export :comments no +(setq +org-capture-frame-parameters '((name . "doom-capture") + (width . 100) + (height . 20) + (transient . t) + )) + +#+end_src ** ChatGPT ChatGPT is good for creating short summaries about technical subjects. Its may be incorrect & does not produce citations, and is effectively just cargo culting, but may help me fill out some Roam docs quickly among other things.