From 0c3e1c872f4d06e9f57c5fc68d2573a9fefa25fd Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 4 Oct 2018 14:55:11 -0400 Subject: [PATCH] Switch open-term-in-current-directory to use alacritty --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 56eff40..2541e31 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -26,7 +26,7 @@ (defun open-term-in-current-directory () (interactive) - (call-process "xfce4-terminal" nil 0 nil)) + (call-process "alacritty" nil 0 nil)) ;;;; enable disabled functions (put 'upcase-region 'disabled nil)