How to make Emacs use my .bashrc file?

前端 未结 7 1104
轻奢々
轻奢々 2020-12-29 06:00

I need to use my $PATH in Emacs to run some commands. How can I make Emacs use it? I installed Emacs from Ubuntu repositories.

7条回答
  •  既然无缘
    2020-12-29 06:07

    If the $PATH is set in the terminal you launch emacs from, you can execute system commands through the command M-! RET.

提交回复
热议问题