mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
emacs: add eshell-info-banner
This commit is contained in:
parent
4c996a6311
commit
7af335cfb7
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user