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
erlang_ls/misc/dotemacs
Line 30 in b3ce352
If lsp-keymap-prefix is set after lsp-mode is loaded, it doesn't actually affect the key binding. From https://emacs-lsp.github.io/lsp-mode/page/installation/:
;; if you want to change prefix for lsp-mode keybindings. (setq lsp-keymap-prefix "s-l") (require 'lsp-mode) (add-hook 'XXX-mode-hook #'lsp)
The text was updated successfully, but these errors were encountered:
[#1174] [emacs] Ensure keybinding is configured before loading lsp-mode
8ee4d63
Thanks for reporting @richcarl . I swapped the order of the two expressions in #1175 , feel free to have a look!
Sorry, something went wrong.
Merge pull request #1175 from erlang-ls/1174-set-keymap-prefix-after-…
339001b
…loading-lsp-mode [#1174] [emacs] Ensure keybinding is configured before loading lsp-mode
Successfully merging a pull request may close this issue.
erlang_ls/misc/dotemacs
Line 30 in b3ce352
If lsp-keymap-prefix is set after lsp-mode is loaded, it doesn't actually affect the key binding.
From https://emacs-lsp.github.io/lsp-mode/page/installation/:
The text was updated successfully, but these errors were encountered: