Add org-appear.
This commit is contained in:
parent
695a669b60
commit
5738e49658
@ -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)
|
(provide 'init-org)
|
||||||
;;; init-org.el ends here
|
;;; init-org.el ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user