Add org-appear.

This commit is contained in:
KJ 2023-09-24 21:33:16 -04:00
parent 695a669b60
commit 5738e49658
1 changed files with 8 additions and 0 deletions

View File

@ -225,5 +225,13 @@
))
)
;; Mostrar los caracteres ocultos de org mode al pasar con el cursor.
(use-package org-appear
:defer t
:hook (org-mode . org-appear-mode))
;; Polymode para org-mode
(use-package poly-org)
(provide 'init-org)
;;; init-org.el ends here