File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,29 +26,29 @@ This visualization helps with:
2626
2727### Visualize a Package
2828
29- Use ` M -x living-canvas` and enter a package name:
29+ Use ` Alt -x living-canvas` and enter a package name:
3030
3131```
32- M -x living-canvas
32+ Alt -x living-canvas
3333Package name: lem-core
3434```
3535
3636This displays all functions in the package and their call relationships.
3737
3838### Visualize Current File
3939
40- Use ` M -x living-canvas-current-file` to visualize functions in the current buffer:
40+ Use ` Alt -x living-canvas-current-file` to visualize functions in the current buffer:
4141
4242```
43- M -x living-canvas-current-file
43+ Alt -x living-canvas-current-file
4444```
4545
4646### Visualize an ASDF System
4747
48- Use ` M -x living-canvas-system` to visualize an entire ASDF system:
48+ Use ` Alt -x living-canvas-system` to visualize an entire ASDF system:
4949
5050```
51- M -x living-canvas-system
51+ Alt -x living-canvas-system
5252System name: lem
5353```
5454
You can’t perform that action at this time.
0 commit comments