Guest User

Untitled

a guest
Nov 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. If you want to easily run emacs from the command line on mac (and not open a new instance of emacs each time), put the following in your .bash_profile:
  2.  
  3. alias emacs="DYLD_LIBRARY_PATH=/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources:\$SDROOT/lib open -a /Applications/Emacs.app \"$@\""
  4.  
  5. And in your .emacs file:
  6.  
  7. (setq ns-pop-up-frames nil)
Add Comment
Please, Sign In to add comment