diff --git a/emacs/config.org b/emacs/config.org index 3b5c761..41c3416 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -477,6 +477,7 @@ markdown ; writing docs for people to ignore (python ; beautiful is better than ugly +lsp +poetry + +pyright +tree-sitter) ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs diff --git a/emacs/init.el b/emacs/init.el index bef71fd..e74d457 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -186,6 +186,7 @@ (python ; beautiful is better than ugly +lsp +poetry + +pyright +tree-sitter) ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs diff --git a/zsh/environment/host/wok/zshenv b/zsh/environment/host/wok/zshenv index 20241a4..3c8d660 100644 --- a/zsh/environment/host/wok/zshenv +++ b/zsh/environment/host/wok/zshenv @@ -1,11 +1,15 @@ #!/usr/bin/env zsh +export PYTHON_BIN='$(brew --prefix python)/libexec/bin' export HOMEBREW_BIN='/usr/local/bin' export HOMEBREW_SBIN='/usr/local/sbin' export GOPATH="${HOME}/.go" export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin" export JAVA_HOME=$(/usr/libexec/java_home -v 11) +export DOOM_EMACS_BIN="${HOME}/.emacs.d/bin" path=( + $DOOM_EMACS_BIN + $PYTHON_BIN $GOPATH/bin $PSQLAPP $JAVA_HOME/bin