Add line to fix slowness during org-capture.

pull/1/head
jowj 5 years ago
parent ea8485318f
commit 7a1ff022f6

@ -40,6 +40,7 @@
org-src-strip-leading-and-trailing-blank-lines t
org-src-preserve-indentation t
org-src-tab-acts-natively t
setq x-selection-timeout 10 ;; this fixes a freeze when org-capture is called. lol.
org-edit-src-content-indentation 0)
(add-hook 'org-agenda-mode-hook

Loading…
Cancel
Save