Big update of everything, new machine

This commit is contained in:
2024-08-17 18:54:14 +01:00
parent fdeec1f233
commit 927a4f96b3
6 changed files with 11 additions and 7 deletions

View File

@@ -417,7 +417,7 @@ to provide arrows. So I use the default-minimal fringe style (exactly
#+begin_src emacs-lisp
(use-package fringe
:defer t
:demand t
:config
(set-fringe-style (cons 1 1)))
#+end_src
@@ -1824,6 +1824,7 @@ them.
:init
(setq eshell-cmpl-ignore-case t
eshell-cd-on-directory t
eshell-cd-shows-directory nil
eshell-highlight-prompt nil)
(add-hook
'eshell-mode-hook