adding tweaks to xdg-open
This commit is contained in:
parent
e193044fa3
commit
15b160fd6d
2 changed files with 2 additions and 2 deletions
2
init.el
2
init.el
|
@ -2288,7 +2288,7 @@ targets."
|
|||
"Open the file-at-point in the appropriate program"
|
||||
(interactive)
|
||||
(let ((file (file-truename (ignore-errors (dired-get-file-for-visit)))))
|
||||
(message file)
|
||||
(message (concat "Opening ==> " file))
|
||||
(call-process "xdg-open" nil 0 nil file)))
|
||||
|
||||
(defun chris/dired-open-wm ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue