[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to correctly display the new symbol of `org-babel-sh-prompt`?
From: |
Christopher M. Miles |
Subject: |
How to correctly display the new symbol of `org-babel-sh-prompt`? |
Date: |
Wed, 07 Aug 2024 15:43:39 +0800 |
The `org-babel-sh-prompt' changed from "org_babel_sh_prompt> " -> "𒆸 ".
TODO: Use `describe-char' to get the symbol's code. Then set font for this
symbol.
I searched there is a way to set font for a range of characters like bellowing.
(set-fontset-font t '(#x2ff0 . #x9ffc) (font-spec :family "LXGW" :size 18
:weight 'bold))
I'm currently using font "FiraCode Nerd Font".
(set-face-attribute 'default nil :family "FiraCode Nerd Font" :weight 'medium)
--
[ stardiviner ]
I try to make every word tell the meaning that I want to express without
misunderstanding.
Blog: https://stardiviner.github.io/
IRC(libera.chat, freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
signature.asc
Description: PGP signature
- How to correctly display the new symbol of `org-babel-sh-prompt`?,
Christopher M. Miles <=