How to configure emacs drag and drop to open instead of append on osx -


How to configure emacs 23.1.1 on OSX so that drag the file and leave it on the emacs window in a new buffer file Instead of adding the current buffer?

You can try:

  (global-set- Key [ns-drag-file] 'ns-find-file)  

This works for me on Emacs 23.2.1


Comments