From f4139969afd2d6db0855bbc996be573b38d70614 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 14 Jun 2023 18:11:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(eshell)=20Add=20Mastering=20Ema?= =?UTF-8?q?cs=20article=20as=20resource?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.org b/config.org index 890f994..aa6099a 100644 --- a/config.org +++ b/config.org @@ -2103,6 +2103,9 @@ Source: [[https://github.com/akermu/emacs-libvterm][GitHub: akermu/emacs-libvter Let's try out eshell. +Resources: +- [[https://www.masteringemacs.org/article/complete-guide-mastering-eshell][Mikey Petersen: Mastering Eshell]] + #+begin_src emacs-lisp (use-package eshell :bind (("C-c s" . 'eshell)))