From c690d5331dda1dd2edb074be3505d3b55a1ef900 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Fri, 5 Mar 2021 14:35:04 -0500 Subject: [PATCH] Cleanup --- README.org | 7 ------- modules/editor.el | 8 -------- 2 files changed, 15 deletions(-) diff --git a/README.org b/README.org index 6859d03..1c404c7 100644 --- a/README.org +++ b/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)) #+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=. #+begin_src emacs-lisp diff --git a/modules/editor.el b/modules/editor.el index 903ffc0..3f94da0 100644 --- a/modules/editor.el +++ b/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=.