Commit 5648a9e1cd20
Changed files (2)
tools
emacs
config
users
vincent
dev
tools/emacs/config/config-org.el
@@ -326,6 +326,10 @@ file which do not already have one."
org-babel-execute:shell
org-babel-execute:zsh))
+(use-package org-rich-yank
+ :after org
+ :bind (:map org-mode-map
+ ("C-M-y" . org-rich-yank)))
;; (use-package org
;; ;; :ensure org-plus-contrib ;; load from the package instead of internal
;; :mode (("\\.org$" . org-mode)
users/vincent/dev/emacs.nix
@@ -114,6 +114,7 @@ let
org-journal
org-modern
org-ql
+ org-rich-yank
# org-super-agenda
org-tree-slide
org-web-tools