emacs - add xfce4-terminal
This commit is contained in:
parent
a2846ef012
commit
06472bb1ec
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
;; Select correct terminal application
|
||||
(setq terminal-emulator
|
||||
(find-if #'executable-find
|
||||
(list "termite" "urxvt" "gnome-terminal")))
|
||||
(list "termite" "urxvt" "gnome-terminal" "xfce4-terminal")))
|
||||
|
||||
;; Use cperl-mode instead of perl-mode
|
||||
(defalias 'perl-mode 'cperl-mode)
|
||||
|
|
Loading…
Reference in a new issue