From 572b7e1f4bf6d26758ee922d61cdb8f84de29011 Mon Sep 17 00:00:00 2001 From: noa Date: Thu, 24 Oct 2024 15:13:17 +0800 Subject: Change character used for hiding markdown urls --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 36f2d58..a717f22 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -180,7 +180,7 @@ (markdown-disable-tooltip-prompt t) ; When inserting a link, only prompt for url and link text (markdown-enable-html nil) ; I don't believe markdown should have html (markdown-hide-urls t) ; Make inline urls look a bit neater - (markdown-url-compose-char ?🔗) + (markdown-url-compose-char ?~) ;; :hook ((markdown-mode . noa/set-buffer-name-to-markdown-title)) ) -- cgit 1.4.1-2-gfad0