Switch open-term-in-current-directory to use alacritty

This commit is contained in:
Adam Goldsmith 2018-10-04 14:55:11 -04:00
parent f1a441da24
commit 0c3e1c872f
1 changed files with 1 additions and 1 deletions

View File

@ -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)