Skip to content

Instantly share code, notes, and snippets.

@TakesxiSximada
Last active August 23, 2018 16:25
Show Gist options
  • Save TakesxiSximada/933633857c17e1755b3f0b8ab36e9976 to your computer and use it in GitHub Desktop.
Save TakesxiSximada/933633857c17e1755b3f0b8ab36e9976 to your computer and use it in GitHub Desktop.
Emacs用のalias
alias ew='emacs -q --no-site-file --no-splash --no-x-resources -f package-initialize --debug-init -nw --load .emacs.d/init.el'
alias ewq='emacs -q --no-site-file --no-splash --no-x-resources -f package-initialize --debug-init -nw'
alias ge='emacs -q --no-site-file --no-splash --no-x-resources -f package-initialize --debug-init --load .emacs.d/init.el'
alias geq='emacs -q --no-site-file --no-splash --no-x-resources -f package-initialize --debug-init
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment