Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 clojure-mode + nrepl + paredit + lein-swank。
每次我在 clojure 中使用匿名函数 (fn[x] (+ x 1)) 时,它都会自动替换为 ? (问号)。
正如评论中所提到的,这几乎可以肯定是字体问题导致 ƒ 无法正确显示。您可以通过放置来关闭此功能
(remove-hook 'clojure-mode-hook 'esk-pretty-fn)
到您的 init.el 文件或等效文件中,或将其粘贴到*scratch*缓冲区Ctrl-xCtrl-e中并在行尾用光标点击。
*scratch*