Improve docstrings/prompts
This commit is contained in:
parent
5663e98177
commit
fe918fbf36
2
init.el
2
init.el
@ -315,7 +315,7 @@
|
|||||||
(lisp-interaction-mode))))
|
(lisp-interaction-mode))))
|
||||||
|
|
||||||
(defun open-default-shell ()
|
(defun open-default-shell ()
|
||||||
"Opens the default system shell in a terminal emulator, opening existing shell session if present."
|
"Opens the default shell in an `ansi-term' buffer, switching to existing buffer if present."
|
||||||
(interactive)
|
(interactive)
|
||||||
(if (get-buffer "*terminal*")
|
(if (get-buffer "*terminal*")
|
||||||
(switch-to-buffer "*terminal*")
|
(switch-to-buffer "*terminal*")
|
||||||
|
Loading…
Reference in New Issue
Block a user