Skip to content

Commit

Permalink
common-lisp: add SPC m h i to inspect a definition
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Apr 2, 2017
1 parent b3f8647 commit f53354d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layers/+lang/common-lisp/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ As this state works the same for all files, the documentation is in global
| ~SPC m h a~ | SLIME apropos |
| ~SPC m h d~ | Disassemble symbol at point |
| ~SPC m h h~ | Describe symbol at point |
| ~SPC m h i~ | Inspect definition |
| ~SPC m h H~ | Hyperspec lookup symbol at point |
| ~SPC m h p~ | Browse apropos results for a package's exported symbols |
| ~SPC m h t~ | Toggle tracing of the function at point |
Expand Down Expand Up @@ -96,7 +97,7 @@ As this state works the same for all files, the documentation is in global

| Key Binding | Description |
|---------------------------+--------------------|
| ~SPC m g g~ | Inspect definition |
| ~SPC m g g~ | Go to definition |
| ~SPC m g b~ | Go back |
| ~SPC m g n~ | Next note |
| ~SPC m g N~ or ~SPC m g p | Previous note |
Expand Down
1 change: 1 addition & 0 deletions layers/+lang/common-lisp/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"hd" 'slime-disassemble-symbol
"hh" 'slime-describe-symbol
"hH" 'slime-hyperspec-lookup
"hi" 'slime-inspect-definition
"hp" 'slime-apropos-package
"ht" 'slime-toggle-trace-fdefinition
"hT" 'slime-untrace-all
Expand Down

0 comments on commit f53354d

Please sign in to comment.