命令在Mac OS X中的.bash_profile中打开emacs和emacs日历和日记

时间:2013-12-10 18:01:29

标签: macos emacs .bash-profile

当您使用我在主目录中创建的.bash_profile在Mac OS X中启动终端时,如何打开emacs日历和日记。任何帮助将不胜感激。下面是我到目前为止我的.bash_profile代码:

date
emacs

1 个答案:

答案 0 :(得分:0)

这可能不是最好的方法,但是回答你的问题会直接替换.bash_profile中的emacs行:

emacs --eval '(progn (calendar) (diary))'

根据您正在做的事情,最好在.emacs中加入以下几行:

(calendar)
(diary)