system changes
This commit is contained in:
parent
abdbdf82e2
commit
9cd375ed78
1 changed files with 23 additions and 24 deletions
|
@ -312,9 +312,8 @@ Install a better PDF viewer than =DocView=.
|
|||
|
||||
Install and configure =eat= as a terminal emulator in Emacs with =eshell= as a shell.
|
||||
#+begin_src emacs-lisp
|
||||
(require 'em-prompt)
|
||||
;; Overwrite a default function that makes the prompt editable for some reason
|
||||
(defun eshell-emit-prompt ()
|
||||
(eval-after-load "em-prompt" (defun eshell-emit-prompt ())
|
||||
"Emit a prompt if eshell is being used interactively."
|
||||
(when (boundp 'ansi-color-context-region)
|
||||
(setq ansi-color-context-region nil))
|
||||
|
|
Loading…
Add table
Reference in a new issue