tinkering with shell aliases to properly launch a configured emacs
This commit is contained in:
Submodule shared/.config/emacs updated: 94b75bf2b2...833352540f
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user