Add function to open thunar in current directory

This commit is contained in:
Adam Goldsmith 2017-03-23 20:47:36 -04:00
parent 64409f45ca
commit 7fa6406e8a
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@
(column-number-mode 1)
(tool-bar-mode -1)
;;;; not sure where to put this
(defun open-thunar-in-current-directory ()
(interactive)
(call-process "thunar" nil 0 nil "."))
;;; enable disabled functions
(put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil)