This commit is contained in:
Martin Sukany
2026-02-25 12:31:35 +01:00
parent 01ffa0b783
commit d0957dd5cd
2 changed files with 8 additions and 0 deletions

View File

@@ -2100,3 +2100,6 @@ org-caldav ukládá same-day events jako active-range → periods → wrapper je
(map! :leader (map! :leader
"t g" #'langtool-check "t g" #'langtool-check
"t G" #'langtool-check-done) "t G" #'langtool-check-done)
;; gls
(setq insert-directory-program "gls")

View File

@@ -139,3 +139,8 @@ echo "Doom: $DOOM_STATUS"
echo "" echo ""
echo "Spusť: emacs" echo "Spusť: emacs"
echo "Nebo: open /Applications/Emacs.app" echo "Nebo: open /Applications/Emacs.app"
brew install pipx
brew install pyright
pipx install isort pytest
brew install coreutils