Config changes

This commit is contained in:
marc
2022-12-04 19:31:30 +01:00
parent 69e1dc2eb4
commit ccaca2cbe1
4 changed files with 32 additions and 45 deletions

View File

@@ -136,12 +136,13 @@
(load! "modules/prettify-utils.el")
(pretty-hook python-mode
;; ("def" "𝙛")
("def" "")
;; ("class" "𝙘")
'("None" "")
'("lambda" "λ")
'("not in" "")
'("in" ""))
("None" "")
("lambda" "λ")
("not in" "")
("in" ""))
(pretty-hook emacs-lisp-mode)