aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2022-11-15 15:00:51 +0000
committerGene Pasquet <dev@etenil.net>2022-11-15 15:00:51 +0000
commit85ba522df1c4e042528c6b8524fecd41dc218675 (patch)
tree606dba25537966942467040a4f2f7be4e00c6246 /README.md
parentc724844da1f731460f83811378a781991d25f571 (diff)
Make barb path configurable.HEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 17f18ed..8887be4 100644
--- a/README.md
+++ b/README.md
@@ -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")
+```
+