diff --git a/global/.config/doom/config.el b/global/.config/doom/config.el index 1009238..881d859 100644 --- a/global/.config/doom/config.el +++ b/global/.config/doom/config.el @@ -428,6 +428,7 @@ PRIORITY may be one of the characters ?A, ?B, or ?C." ) )) )) + ;; Whenever you reconfigure a package, make sure to wrap your config in an ;; `after!' block, otherwise Doom's defaults may override your settings. E.g. ;; diff --git a/global/.config/doom/init.el b/global/.config/doom/init.el index daab6cc..3b60f00 100644 --- a/global/.config/doom/init.el +++ b/global/.config/doom/init.el @@ -154,7 +154,7 @@ ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - (org +roam2 +pretty +habits) ; organize your plain life in plain text + (org +roam2 +pretty +habits +journal) ; organize your plain life in plain text ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;graphviz ; diagrams for confusing yourself even more diff --git a/linux/.zshrc-additional b/linux/.zshrc-additional index 69a883c..167b0de 100644 --- a/linux/.zshrc-additional +++ b/linux/.zshrc-additional @@ -7,6 +7,8 @@ alias ossleep='systemctl suspend' alias yyu='sudo pacman -Syyu' ## xsel alias cop='xsel --clipboard --input' +## xdg-open +alias open='xdg-open' ## docker #export DOCKER_HOST=unix:///run/user/1000/docker.sock