Procházet zdrojové kódy

when using eshell reuse buffer

pull/1/head
10sr před 11 roky
rodič
revize
b302b461c8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Zobrazit soubor

@@ -1787,7 +1787,7 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer."
"open terminal buffer and return that buffer."
(interactive)
(if (eq system-type 'windows-nt)
(eshell t)
(eshell)
(if (require 'multi-term nil t)
(multi-term-dedicated-open)
(ansi-term "/bin/bash"))))


Načítá se…
Zrušit
Uložit