Skip to content
New issue

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系列命令提示valign-box-char为void #2

Closed
xeonxu opened this issue Dec 30, 2020 · 2 comments
Closed

执行ftable系列命令提示valign-box-char为void #2

xeonxu opened this issue Dec 30, 2020 · 2 comments

Comments

@xeonxu
Copy link

xeonxu commented Dec 30, 2020

不论执行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)))

@casouri
Copy link
Owner

casouri commented Dec 30, 2020

修复了,谢谢报错 :-)

@xeonxu
Copy link
Author

xeonxu commented Jan 3, 2021

可以了。

@xeonxu xeonxu closed this as completed Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants