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
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.
#+AR
ARCHIVE
<tab>
#ARCHIVE
+
The text was updated successfully, but these errors were encountered:
Fix issue #1077, org-mode input bound use "string" branch.
be1e69e
Has fixed in newest version, thanks for report.
Sorry, something went wrong.
No branches or pull requests
emacs config
In a org-mode file type
#+AR
, selectARCHIVE
, and press<tab>
, it will insert#ARCHIVE
,+
is deleted.The text was updated successfully, but these errors were encountered: