config/doom/config: fix org-yank-visible

This commit is contained in:
xeruf 2021-11-09 00:31:44 +01:00
parent 8b7abe2a08
commit fed0242e13
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ Version 2019-11-04 2021-02-16"
(defun org-yank-visible () (defun org-yank-visible ()
(interactive) (interactive)
(if mark-active (org-copy-visible) (org-copy-visible (point) (progn (end-of-line) (point))))) (if mark-active (call-interactively 'org-copy-visible) (org-copy-visible (point) (progn (end-of-line) (point)))))
;; Toggle source blocks with C-c t ;; Toggle source blocks with C-c t
(defvar org-blocks-hidden nil) (defvar org-blocks-hidden nil)