forked from colonelpanic/dotfiles
Add support for emacs in x11.
This commit is contained in:
parent
1955cc99f1
commit
1efcf110c0
6
dotfiles/Xmodmap
Normal file
6
dotfiles/Xmodmap
Normal file
@ -0,0 +1,6 @@
|
||||
clear Mod1
|
||||
clear Mod2
|
||||
keycode 63 = Mode_switch
|
||||
keycode 66 = Meta_L
|
||||
add Mod1 = Meta_L
|
||||
add Mod2 = Mode_switch
|
@ -1,4 +1,5 @@
|
||||
alias emacs="emacsclient -t"
|
||||
alias xemacs="emacsclient -c &"
|
||||
alias tmux="tmux -2"
|
||||
alias tmux_cb_to_remote_cb='tmux saveb - | linux_nc_paste_to_remote_clipboard'
|
||||
alias timestamp='date +%s'
|
||||
|
1
dotfiles/xinitrc
Normal file
1
dotfiles/xinitrc
Normal file
@ -0,0 +1 @@
|
||||
source ~/.zshrc && xmodmap ~/.Xmodmap
|
Loading…
Reference in New Issue
Block a user