Chi Zhang

如何在Mac terminal中使用GUI Emacs打开文件

October 23, 2012

  1. ~/.bashrc~/.zshrc中添加: alias em="open -a /Applications/Emacs.app/Contents/MacOS/Emacs $@",然后 source ~/.bashrc 或者 source ~/.zshrc文件使之生效。
  2. .emacs中添加: (setq ns-pop-up-frames nil)M-x 执行 eval-buffer,使打开文件时不打开新的窗口,而是作为当前窗口的一个buffer。
  3. Done,在terminal中使用em some.file就可以用gui emacs打开文件了。

Written by Chi Zhang who lives and works in Singapore. Follow me

rss
© 2020, Chi Zhang