From 84f6c550b528827602229abb30f34c9326e438bc Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 7 Apr 2022 18:23:59 -0400 Subject: [PATCH] Add LSP keybinding --- README.org | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 91e9adb..f125414 100644 --- a/README.org +++ b/README.org @@ -1717,9 +1717,9 @@ epkgs.elfeed ;; Add custom keybindings for `elfeed'. (dotfiles/leader - "l" '(:ignore t :which-key "Elfeed") - "ll" '(elfeed :which-key "Open") - "lu" '(elfeed-update :which-key "Update")) + "f" '(:ignore t :which-key "Elfeed") + "fl" '(elfeed :which-key "Open") + "fu" '(elfeed-update :which-key "Update")) #+END_SRC ** Org Mode @@ -2299,6 +2299,10 @@ The [[https://microsoft.github.io/language-server-protocol][Language Server Prot ;; Configure `lsp-ui'. (setq lsp-ui-doc-position 'at-point lsp-ui-doc-delay 0.5) + +;; Add custom keybindings for `lsp'. +(dotfiles/leader + "l" '(lsp :which-key "LSP")) #+END_SRC ** CCLS