diff --git a/shared/.config/emacs b/shared/.config/emacs index 94b75bf..8333525 160000 --- a/shared/.config/emacs +++ b/shared/.config/emacs @@ -1 +1 @@ -Subproject commit 94b75bf2b2a771bfedb3edd6c26f4e3aee919c06 +Subproject commit 833352540f806c2f4afa5c927c516442633c32bf diff --git a/shared/.config/ghostty/config b/shared/.config/ghostty/config index 01b1e6c..6066c2a 100644 --- a/shared/.config/ghostty/config +++ b/shared/.config/ghostty/config @@ -18,6 +18,8 @@ resize-overlay = never #behavioral stuff link-url = true +#this fullscreen keybind is 1) useless in a tiling wm, 2) breaks org mode hotkeys in emacs +keybind = ctrl+enter=unbind #this keybind breaks weechat, so make it do nothing. maybe it's a tab navigation thing or something silly keybind = alt+1=unbind diff --git a/shared/.zshrc b/shared/.zshrc index 536598c..1c4540f 100644 --- a/shared/.zshrc +++ b/shared/.zshrc @@ -33,7 +33,7 @@ eval `keychain --eval --quiet github git` eval "$(direnv hook zsh)" #aliases -alias -- 'e'='emacsclient -nw -a "" -c "$@"' +alias -- 'e'='emacsclient -t -a ""' alias -- 'c'='clear' alias -- 'cat'='bat --paging=never --style=plain' alias -- 'cp'='cp -riv'