From d0957dd5cd67e47e817ce366a70e5195957af34b Mon Sep 17 00:00:00 2001 From: Martin Sukany Date: Wed, 25 Feb 2026 12:31:35 +0100 Subject: [PATCH] update --- config.el | 3 +++ scripts/install_emacs_macos.sh | 5 +++++ 2 files changed, 8 insertions(+) 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