Closed HarumiKiyama closed 1 month ago
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
+
Has fixed in newest version, thanks for report.
emacs config
In a org-mode file type
#+AR
, selectARCHIVE
, and press<tab>
, it will insert#ARCHIVE
,+
is deleted.