system changes
This commit is contained in:
parent
05a7f457bf
commit
0b61f86ab9
1 changed files with 23 additions and 23 deletions
|
@ -313,7 +313,7 @@ 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
|
||||
;; Overwrite a default function that makes the prompt editable for some reason
|
||||
(eval-after-load "em-prompt" '(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))
|
||||
|
@ -335,7 +335,7 @@ Install and configure =eat= as a terminal emulator in Emacs with =eshell= as a s
|
|||
rear-nonsticky (read-only field font-lock-face)))
|
||||
prompt)
|
||||
(eshell-interactive-filter nil prompt)))
|
||||
(run-hooks 'eshell-after-prompt-hook))
|
||||
(run-hooks 'eshell-after-prompt-hook)))
|
||||
|
||||
(use-package eat
|
||||
:init
|
||||
|
|
Loading…
Add table
Reference in a new issue