diff options
| -rw-r--r-- | common/doom/.config/doom/packages.el | 1 | ||||
| -rw-r--r-- | common/zsh/.zshrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/common/doom/.config/doom/packages.el b/common/doom/.config/doom/packages.el index cfdd1a0..dae8e9b 100644 --- a/common/doom/.config/doom/packages.el +++ b/common/doom/.config/doom/packages.el @@ -3,3 +3,4 @@ (package! htmlize) (package! weblorg) +(package! olivetti) diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc index a1789be..be5b346 100644 --- a/common/zsh/.zshrc +++ b/common/zsh/.zshrc @@ -118,6 +118,7 @@ alias emacs="emacs -nw" alias xclean="fd -H '.DS_Store' -t f -x rm" alias python="python3" alias docker-update='for d in ~/docker/*/; do (cd "$d" && sudo docker compose pull && sudo docker compose up -d); done' +alias doom="~/.config/emacs/bin/doom" # Git alias g='git' |
