Skip to content

lieutar/cygstart.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

cygstart.el

[w32-browser] (http://www.emacswiki.org/cgi-bin/wiki/w32-browser.el) for cygwin emacs.

Configuration

Please append following lisp to your .emacs.el.

 (require 'cygstart)
 (require 'dired)
 (define-key dired-mode-map [f3] 'dired-cygstart)
 (define-key dired-mode-map [f4] 'dired-cygstart-explore)
 (define-key dired-mode-map [menu-bar immediate dired-cygstart]
   '("Open Associated Application" . dired-cygstart))
 (define-key dired-mode-map [mouse-2] 'dired-mouse-cygstart)

Of course, these key bindings is only sample.

See Also

About

w32-brwoser の cygwin 版

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published