1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Slightly improved emacs

This commit is contained in:
J. Fernando Sánchez
2015-03-10 17:30:06 +01:00
parent 6d53c7a5a7
commit 55a553e490
3 changed files with 41 additions and 9 deletions

2
zshrc
View File

@@ -47,7 +47,7 @@ source $ZSH/oh-my-zsh.sh
autoload -U zmv
alias mmv='noglob zmv -W'
alias e='myemacs -nw'
alias ew='myemacs'
alias ew='myemacs -n'
export ALTERNATE_EDITOR=/usr/bin/emacs EDITOR="myemacs -nw" VISUAL="myemacs -nw"
PYTHONSTARTUP=~/.pythonrc.py