diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -39,3 +39,10 @@ In order to execute a barb file, the must be installed on your system and on the `PATH`. Then pressing `C-c C-c` should work. +If your barb executable cannot be found or has a different name than +`barb`, you can configure *barb-mode* to use it instead like so: + +```lisp +(setq barb-mode-exec "/path/to/my/barb") +``` + |