summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-12 22:56:44 +0000
committernoa@gaiwan.org2024-06-12 22:56:44 +0000
commitd67201febe01806b2093d41bce78f60c8f34f77a (patch)
tree64d2be2e2fc1aca243ec290785ab31f9fc0c8680 /emacs
parent89921b59fd259e7feae7854310b74be78ce64beb (diff)
Remove configuration hiding org emphasis markers
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el10
1 files changed, 2 insertions, 8 deletions
diff --git a/emacs/init.el b/emacs/init.el
index ee42170..8574a37 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -260,7 +260,8 @@ and when JID is not in `jabber-activity-banned'."
 	:custom
 	(org-pretty-entities t)
 	(org-use-sub-superscripts "{}")
-	(org-hide-emphasis-markers t)
+	;; If we enable this, emphasis markers will be hidden for a more word processor feel.  This has the downside of meaning you have to delete a hidden character to get rid of bold or italic text.  I don't have much of a problem with seeing the emphasis markers so i'm willing to put up with any aesthetic shortcomings for a better user experience.  The package org-appear solves this by hiding them, but showing them when the point is over them, but i don't think having a whole package just for that is worth it.
+	(org-hide-emphasis-markers nil)
 	(org-startup-with-inline-images t)
 	(org-image-actual-width '(300))
 	(org-auto-align-tags nil)
@@ -296,13 +297,6 @@ and when JID is not in `jabber-activity-banned'."
 	;;(org-ellipsis ((t (:inherit default :box nil))))
 )
 
-(use-package org-appear
-	:disabled t
-	:ensure t
-	:after org
-	:hook
-	(org-mode . org-appear-mode))
-
 (use-package org-modern
 	:ensure t
 	:after org