Add support for emacs in x11.

This commit is contained in:
Ivan Malison 2014-06-11 17:24:12 -07:00
parent 1955cc99f1
commit 1efcf110c0
3 changed files with 8 additions and 0 deletions

6
dotfiles/Xmodmap Normal file
View 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

View File

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

@ -0,0 +1 @@
source ~/.zshrc && xmodmap ~/.Xmodmap