Browse Source

Cleanup

main
parent
commit
105aa050d0
  1. 12
      README.org

12
README.org

@ -521,9 +521,17 @@ While not a traditional terminal emulator, =eshell= provides me with all of the
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package eshell-prompt-extras (use-package eshell-prompt-extras
:custom (eshell-highlight-prompt nil) :custom (eshell-highlight-prompt nil)
(eshell-prefer-lisp-functions nil)
(eshell-prompt-function 'epe-theme-lambda)) (eshell-prompt-function 'epe-theme-lambda))
#+end_src #+end_src
Make ~pfetch~ output as a visual command.
#+begin_src emacs-lisp
(with-eval-after-load 'eshell
(add-to-list 'eshell-visual-commands "pfetch"))
#+end_src
Open an =eshell= buffer with =SPC e=. Open an =eshell= buffer with =SPC e=.
#+begin_src emacs-lisp #+begin_src emacs-lisp
@ -1469,8 +1477,8 @@ https://github.com/emacsmirror/linum-relative
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package linum-relative (use-package linum-relative
:custom (linum-relative-backend 'display-line-numbers-mode)
:config (linum-relative-global-mode))
:commands (linum-relative-global-mode)
:custom (linum-relative-backend 'display-line-numbers-mode))
#+end_src #+end_src
Add line numbers to the toggles behind =SPC t l=. Add line numbers to the toggles behind =SPC t l=.

Loading…
Cancel
Save