[Emacs] Add TODO for Eshell banner

This commit is contained in:
Lucien Cartier-Tilet 2021-04-17 13:00:29 +02:00
parent b598891ad7
commit 023c847a81
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 9 additions and 0 deletions

View File

@ -2553,6 +2553,15 @@ Finally, lets enable some fish-like syntax highlighting:
(eshell-syntax-highlighting-global-mode +1)
#+END_SRC
***** TODO Fix right column padding :noexport:
:PROPERTIES:
:CUSTOM_ID: User-Configuration-Emacs-builtins-Eshell-Eshell-theme-and-prompt-Fix-right-column-padding-960cf0cb
:END:
The uptime can get longer than allocated in the banner and be longer than the
theoretical longest line the banner can be. Execute the ~uptime~ command, find
out the length of the result and compute the padding based on the maximum length
between the kernels name and the uptimes length.
***** TODO Add battery level to banner :noexport:
:PROPERTIES:
:CUSTOM_ID: User-Configuration-Emacs-builtins-Eshell-Eshell-theme-and-prompt-Add-battery-level-to-banner-7ef9bd5a