system changes
This commit is contained in:
parent
f4166d1848
commit
c586e740f1
1 changed files with 26 additions and 27 deletions
|
@ -312,8 +312,12 @@ 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)
|
||||
(use-package eat
|
||||
:init
|
||||
(setopt eat-kill-buffer-on-exit t)
|
||||
(eat-eshell-mode)
|
||||
(add-hook 'eshell-mode-hook (lambda ()
|
||||
(require 'em-prompt)
|
||||
;; Overwrite a default function that makes the prompt editable for some reason
|
||||
(defun eshell-emit-prompt ()
|
||||
"Emit a prompt if eshell is being used interactively."
|
||||
|
@ -337,12 +341,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))
|
||||
|
||||
(use-package eat
|
||||
:init
|
||||
(setopt eat-kill-buffer-on-exit t)
|
||||
(eat-eshell-mode)
|
||||
(run-hooks 'eshell-after-prompt-hook))))
|
||||
|
||||
(defun jj/shorten-path-str (path)
|
||||
(let* ((components (split-string (replace-regexp-in-string (getenv "HOME") "~" path) "/"))
|
||||
|
|
Loading…
Add table
Reference in a new issue