emacs: add eshell-info-banner

This commit is contained in:
Hoang Nguyen 2021-05-08 02:32:48 +03:00
parent 4c996a6311
commit 7af335cfb7
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
3 changed files with 10 additions and 2 deletions

View File

@ -342,6 +342,12 @@
;; :init
;; (autoload 'turn-on-page-break-lines-mode "page-break-lines"))
;; Like neofetch, but for eshell
(use-package! eshell-info-banner
:defer t
:after eshell
:hook (eshell-banner-load . eshell-info-banner-update-banner))
;; Here are some additional functions/macros that could help you configure Doom:
;;
;; - `load!' for loading external *.el files relative to this one

View File

@ -58,7 +58,6 @@
(package! pinentry)
(package! xonsh-mode)
(package! vimrc-mode)
(package! gemini-mode)
(package! all-the-icons-ivy-rich)
(package! nerd-fonts
:recipe (:host github :repo "FollieHiyuki/nerd-fonts.el"))
@ -69,6 +68,9 @@
(package! lice)
(package! license-templates)
(package! keycast)
(package! eshell-info-banner
:recipe (:host github :repo "phundrak/eshell-info-banner.el"))
;;(package! gemini-mode)
;;(package! page-break-lines)
;;(package! vlf)
;;(package! ox-gfm)

View File

@ -456,7 +456,7 @@ map gA cd ~/Media
map gU cd ~/Music
map gf cd ~/.config
map gl cd ~/.local/share
map gb c /boot
map gb cd /boot
map ge cd /etc
map gu cd /usr/share
map gd cd /dev