Linux.com

Re:Muse as a way of life

Posted by: Anonymous Coward on April 10, 2007 11:16 PM
stick this in your<nobr> <wbr></nobr>.emacs:

(defun browse-dir (dir-as-string)

                (start-process-shell-command

                  "browse"

                  "*scratch*"

                  (concat "/usr/bin/nautilus --no-desktop " dir-as-string)))

then evaluate in Muse:

(browse-dir "~/prj/something-lispy/")

#

Return to Writing and publishing with Emacs Muse