Switch open-term-in-current-directory to use alacritty
This commit is contained in:
parent
f1a441da24
commit
0c3e1c872f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user