We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我是使用spacemacs的,它的chinese層裡有這樣配置的代碼:
(add-hook 'org-mode-hook '(lambda () (set (make-local-variable 'pangu-spacing-real-insert-separtor) t)))
我知道,它的功能是給org文本里的中英文之間插入空格,可問題是它也會影響到函數(buffer-file-name)。 如果你的org文件路徑是中英混搭的,那麼函數的結果也會插入額外的空格,這顯然就不對了。
(buffer-file-name)
The text was updated successfully, but these errors were encountered:
duplicate issue in #10
Sorry, something went wrong.
No branches or pull requests
我是使用spacemacs的,它的chinese層裡有這樣配置的代碼:
我知道,它的功能是給org文本里的中英文之間插入空格,可問題是它也會影響到函數
(buffer-file-name)
。如果你的org文件路徑是中英混搭的,那麼函數的結果也會插入額外的空格,這顯然就不對了。
The text was updated successfully, but these errors were encountered: