Skip to content
Michael Pope edited this page Aug 22, 2018 · 5 revisions

Welcome to the dired-hacks wiki!

Dired-open notes

These are some notes from my experience using dired-open.

Install

Installation under Emacs 26 using use-package (use-package dired-open :init (require 'dired-open) :defer 5)

After loading this then you can test

Open up a directory and move over a file, type in M-x dired-open-xdg and it should open it in your default GUI application.

Customize

M-x customize Type in 'dired-open' and search

Clone this wiki locally