emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-lisp-state 5569669299 049/125: Add `gs` key binding f


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 5569669299 049/125: Add `gs` key binding for elisp-slime-nav-find-elisp-thing-at-point
Date: Thu, 6 Jan 2022 04:58:40 -0500 (EST)

branch: elpa/evil-lisp-state
commit 55696692997d0c6447e4d99b95a7a8e1172cd4c4
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    Add `gs` key binding for elisp-slime-nav-find-elisp-thing-at-point
    
    Version 1.5.2
---
 README.md          | 1 +
 evil-lisp-state.el | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4d4423251c..3e56df28d8 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,7 @@ Key Binding   | Function
 `ef`          | eval-defun
 `el`          | eval-last-sexp
 `es`          | eval-sexp
+`gs`          | go to source of symbol under point
 `h`           | sp-backward-symbol
 `H`           | sp-backward-sexp
 `i`           | evil-insert-state
diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index 00b2697b82..fe0a11a8fa 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -5,7 +5,7 @@
 ;; Author: Sylvain Benner <sylvain.benner@gmail.com>
 ;; Keywords: convenience editing evil smartparens lisp mnemonic
 ;; Created: 9 Oct 2014
-;; Version: 1.5.1
+;; Version: 1.5.2
 ;; Package-Requires: ((evil "1.0.9") (smartparens "1.6.1") (expand-region 
"0.10.0"))
 ;; URL: https://github.com/syl20bnr/evil-lisp-state
 
@@ -107,6 +107,7 @@ of COMMAND.
 (define-key evil-lisp-state-map "ef"  'eval-defun)
 (define-key evil-lisp-state-map "el"  'eval-last-sexp)
 (define-key evil-lisp-state-map "es"  'eval-sexp)
+(define-key evil-lisp-state-map "gs"  
'elisp-slime-nav-find-elisp-thing-at-point)
 (define-key evil-lisp-state-map "h"   'sp-backward-symbol)
 (define-key evil-lisp-state-map "H"   'sp-backward-sexp)
 (define-key evil-lisp-state-map "j"   'sp-down-sexp)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]