Last active
December 11, 2015 02:09
-
-
Save Superbil/4528480 to your computer and use it in GitHub Desktop.
run emacs lisp debugger, that can debugger init file
Note: I use homebrew's emacs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try | |
do shell script "open -a `/usr/local/bin/brew --prefix emacs`/Emacs.app --args --debug-init" | |
on error errMsg | |
display dialog "homebrew or emacs not installed" | |
end try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment