On 11/16/05, Paminu <jadajada@asd.com> wrote:
Is there some way to enable the tool-bar permanently in my .emacs file?

Add this to your .emacs file.
(tool-bar-mode 1)
 
Sunil