diff --git a/config.el b/config.el index 9fe6997..d7f8cb3 100644 --- a/config.el +++ b/config.el @@ -2100,3 +2100,6 @@ org-caldav ukládá same-day events jako active-range → periods → wrapper je (map! :leader "t g" #'langtool-check "t G" #'langtool-check-done) + +;; gls +(setq insert-directory-program "gls") diff --git a/scripts/install_emacs_macos.sh b/scripts/install_emacs_macos.sh index 9e4f163..1d86c32 100755 --- a/scripts/install_emacs_macos.sh +++ b/scripts/install_emacs_macos.sh @@ -139,3 +139,8 @@ echo "Doom: $DOOM_STATUS" echo "" echo "Spusť: emacs" echo "Nebo: open /Applications/Emacs.app" + +brew install pipx +brew install pyright +pipx install isort pytest +brew install coreutils