After reading Aruns tip on opening current folder in explorer, I had to create something similar for OS X.
Here it is:
(defun finder ()
"Launch the Finder in the current directory"
(interactive)
(shell-command "open .")
)
(global-set-key [f6] 'finder)
I placed this in my .emacs config file. Its currently set to F6, but you can change it to whatever key you'd like. I'm using Carbon Emacs. Its rough, and I haven't used it much but it seems to work.
Mozilla and hypocrisy
Right, but what about the experiences that Mozilla chooses to default for users like switching to Yahoo and making that the default upon ...
-
via VMware blog
-
I really like what Dave Winer has evolved his blog over time. Its not just written posts any more. There are now tabs for various forms of...
-
Its crazy that the stats for this blog show that there were about a 100 visitors today. I haven't posted in a long time. Blogger really...