Commit b3c1a6aa0d2e
Changed files (1)
tools
emacs
config
tools/emacs/config/config-editing.el
@@ -234,5 +234,9 @@ instead. This command can then be followed by the standard
(pdf-tools-install :no-query)
(require 'pdf-occur))
+(use-package paste-sbr
+ :commands (htmlize-paste-it)
+ :bind ("C-c e p" . htmlize-paste-it))
+
(provide 'config-editing)
;;; config-editing.el ends here