diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | personal/setup/emacs.md | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 8270 words in 19 pages +## still reachable: 8279 words in 19 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/setup/emacs.md b/personal/setup/emacs.md index 52552a7..d7abc49 100644 --- a/personal/setup/emacs.md +++ b/personal/setup/emacs.md @@ -14,6 +14,11 @@ set -eux MAKE="make -j$(nproc --all)" CONFIGURE_FLAGS="--with-xwidgets --with-cairo" +if ! test -f Makefile +then + ${MAKE} configure +fi + check-config () { local define=$(grep EMACS_CONFIG_OPTIONS src/config.h) |
