Skip to content

Commit

Permalink
Set INFOPATH during build, so it is correctly picked up inside emacs
Browse files Browse the repository at this point in the history
closes #11
  • Loading branch information
fejfighter committed Oct 19, 2022
1 parent 590aa20 commit e0ca0b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions org.gnu.emacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"--filesystem=/var/tmp",
"--filesystem=xdg-run/gvfs"
],
"env" : {
"INFOPATH": "/app/share/info"
},
"build-options" : {
"cflags": "-O2",
"cxxflags": "-O2"
Expand Down

0 comments on commit e0ca0b2

Please sign in to comment.