How to execute a command or a plugin at Emacs startup ?
I want to execute shell-toggle-cd (from http://user.it.uu.se/~mic/shell-toggle.el) at startup.
Thanks
|
How to execute a command or a plugin at Emacs startup ? I want to execute Thanks |
||||
|
|
|
The syntax for calling the function is
You can put that in your .emacs so that it is executed at startup. Here I assume that you have loaded the shell-toggle.el from your load path in .emacs before that. You can load the package by saving
|
||||
|
if you just want a shell to open at startup, you just have to add
at the end of your |
|||
|
|