summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
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))
   )