emacs: Add terminal emulator gnome-terminal
This commit is contained in:
parent
84d409f2e9
commit
44efb59f5a
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")))
|
||||
(list "termite" "urxvt" "gnome-terminal")))
|
||||
|
||||
;; Use cperl-mode instead of perl-mode
|
||||
(defalias 'perl-mode 'cperl-mode)
|
||||
|
|
Loading…
Reference in a new issue