From 86be8fdd081669813ee2d5d7560704cc8dedc87d Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Thu, 2 Jan 2025 23:12:27 -0500 Subject: keybinds --- .config/emacs/settings.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.config/emacs/settings.org b/.config/emacs/settings.org index def24f6..59ecf69 100644 --- a/.config/emacs/settings.org +++ b/.config/emacs/settings.org @@ -292,3 +292,13 @@ orig-result))) (advice-add 'lsp-resolve-final-command :around #'lsp-booster--advice-final-command) #+END_SRC + +* Util and Keybinds +#+BEGIN_SRC emacs-lisp + (use-package expand-region + :bind("C-=" . er/expand-region)) + + (use-package evil-nerd-commenter + :bind ("M-;" . evilnc-comment-or-uncomment-lines)) + +#+END_SRC -- cgit v1.2.3