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

capf completion in org mode will delete leading "+" symbol #1077

Closed
HarumiKiyama opened this issue Oct 15, 2024 · 1 comment
Closed

capf completion in org mode will delete leading "+" symbol #1077

HarumiKiyama opened this issue Oct 15, 2024 · 1 comment

Comments

@HarumiKiyama
Copy link
Contributor

HarumiKiyama commented Oct 15, 2024

emacs config

(package-initialize)
(add-to-list 'load-path "~/.emacs.d/elpa/lsp-bridge")
(require 'yasnippet)
(yas-global-mode 1)
(require 'lsp-bridge)
(setq lsp-bridge-enable-log nil)
(setq acm-enable-capf t)
(add-to-list 'acm-backend-capf-mode-list 'org-mode)
(global-lsp-bridge-mode)

In a org-mode file type #+AR, select ARCHIVE, and press <tab>, it will insert #ARCHIVE, + is deleted.

@manateelazycat
Copy link
Owner

Has fixed in newest version, thanks for report.

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