diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 16bd8f1..68cdc12 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -28,6 +28,9 @@ (interactive) (call-process "alacritty" nil 0 nil)) +(bind-key "" 'open-term-in-current-directory) +(bind-key "s-t" 'open-thunar-in-current-directory) + ;;;; enable disabled functions (put 'upcase-region 'disabled nil) (put 'downcase-region 'disabled nil)