Add function to open thunar in current directory
This commit is contained in:
parent
64409f45ca
commit
7fa6406e8a
@ -21,6 +21,11 @@
|
|||||||
(column-number-mode 1)
|
(column-number-mode 1)
|
||||||
(tool-bar-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
|
;;; enable disabled functions
|
||||||
(put 'upcase-region 'disabled nil)
|
(put 'upcase-region 'disabled nil)
|
||||||
(put 'downcase-region 'disabled nil)
|
(put 'downcase-region 'disabled nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user