Browse Source

Cleanup

main
parent
commit
c690d5331d
  1. 7
      README.org
  2. 8
      modules/editor.el

7
README.org

@ -525,13 +525,6 @@ While not a traditional terminal emulator, =eshell= provides me with all of the
(eshell-prompt-function 'epe-theme-lambda)) (eshell-prompt-function 'epe-theme-lambda))
#+end_src #+end_src
Make ~pfetch~ output as a visual command.
#+begin_src emacs-lisp
(with-eval-after-load 'eshell
(add-to-list 'eshell-visual-commands "pfetch"))
#+end_src
Open an =eshell= buffer with =SPC e=. Open an =eshell= buffer with =SPC e=.
#+begin_src emacs-lisp #+begin_src emacs-lisp

8
modules/editor.el

@ -144,14 +144,6 @@
;; Make ~pfetch~ output as a visual command.
(with-eval-after-load 'eshell
(add-to-list 'eshell-visual-commands "pfetch"))
;; Open an =eshell= buffer with =SPC e=. ;; Open an =eshell= buffer with =SPC e=.

Loading…
Cancel
Save