From 8f555ffd33681a3df59bdeb9a39123e005bf73aa Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 10 Jan 2019 13:15:17 -0500 Subject: [PATCH] Add super bindings for open-{term,thunar}-in-current-directory --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) 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)