📝 (eshell) Add Mastering Emacs article as resource

This commit is contained in:
Marcel Kapfer 2023-06-14 18:11:55 +02:00
parent 322133ed9a
commit f4139969af
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 0 deletions

View File

@ -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)))