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

Using emacs :)

This commit is contained in:
J. Fernando Sánchez
2015-02-21 01:40:31 +01:00
parent b076e8e56a
commit e6021a1587
6 changed files with 251 additions and 3 deletions

3
zshrc
View File

@@ -46,6 +46,9 @@ source $ZSH/oh-my-zsh.sh
# Customize to your needs...
autoload -U zmv
alias mmv='noglob zmv -W'
alias e='emacsclient --alternate-editor="" -nw -c'
alias ew='emacsclient --alternate-editor="" -c'
export ALTERNATE_EDITOR=/usr/bin/emacs EDITOR="emacsclient -nw" VISUAL=emacsclient
PYTHONSTARTUP=~/.pythonrc.py
export PYTHONSTARTUP