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
不论执行ftable-fill还是ftable-reformat,都会提示: Symbol’s function definition is void: valign-box-char 不知道问题出在哪里,是不是配置错误?
我的配置如下: (use-package ftable :quelpa ((ftable :repo "casouri/ftable" :fetcher github) :upgrade t) :init (require 'ftable) :custom (ftable-fill-column 20))
相应的,我也有使用你写的valign,配置如下: (use-package valign :quelpa ((valign :repo "casouri/valign" :fetcher github) :upgrade nil) :config (setq valign-fancy-bar t) :hook ((org-mode . valign-mode)))
The text was updated successfully, but these errors were encountered:
修复了,谢谢报错 :-)
Sorry, something went wrong.
可以了。
No branches or pull requests
不论执行ftable-fill还是ftable-reformat,都会提示:
Symbol’s function definition is void: valign-box-char
不知道问题出在哪里,是不是配置错误?
我的配置如下:
(use-package ftable
:quelpa ((ftable :repo "casouri/ftable" :fetcher github) :upgrade t)
:init
(require 'ftable)
:custom
(ftable-fill-column 20))
相应的,我也有使用你写的valign,配置如下:
(use-package valign
:quelpa ((valign :repo "casouri/valign" :fetcher github) :upgrade nil)
:config
(setq valign-fancy-bar t)
:hook
((org-mode . valign-mode)))
The text was updated successfully, but these errors were encountered: