Fix python function symbol

This commit is contained in:
marc
2023-11-01 12:42:31 +01:00
parent 84a41bed0f
commit 596736b542

View File

@@ -154,7 +154,7 @@
(load! "modules/prettify-utils.el") (load! "modules/prettify-utils.el")
(pretty-hook python-mode (pretty-hook python-mode
("def" "") ("def" "󰊕")
;; ("class" "𝙘") ;; ("class" "𝙘")
("None" "") ("None" "")
("lambda" "λ") ("lambda" "λ")