tinkering with shell aliases to properly launch a configured emacs

This commit is contained in:
2025-11-17 21:40:57 -05:00
parent 159396d3ca
commit 196d143326
3 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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'