Skip to content

Instantly share code, notes, and snippets.

@sio2boss
Last active December 13, 2019 19:41
Show Gist options
  • Save sio2boss/19b2a0a6af02c1d16f113ae7ea33719d to your computer and use it in GitHub Desktop.
Save sio2boss/19b2a0a6af02c1d16f113ae7ea33719d to your computer and use it in GitHub Desktop.
#! /bin/bash
brew tap railwaycat/emacsmacport
brew install emacs-mac
# https://github.com/emacs-evil/evil
git clone --depth 1 https://github.com/emacs-evil/evil ~/.emacs.d/evil
cat <<EOF >> ~/.emacs
(add-to-list 'load-path "~/.emacs.d/evil")
(require 'evil)
(evil-mode 1)
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment