Skip to content
William Zhang edited this page Jan 11, 2019 · 12 revisions

Configuration

The simplest way

  1. Install it from https://emacsformacosx.com
  2. Copy .emacs from this repository.

The complicated way in Clojure

  1. Follow the steps in http://www.braveclojure.com/basic-emacs/.

    Make sure to upgrade the emacs packages following the instructions in README.md.

  2. Add my org stuff in its own file: ~/.emacs.d/customization/org-stuff.el
  3. Include the org-stuff.el in ~/.emacs.d/init.el.
  4. Troubleshooting
    • Install latest colure-mode package, see issue

Move the buffer/window around per buffer-move

Save it as ~/.emacs.d/customizations/buffer-move.el, and load it in ~/.emacs.d/init.el.

Clone this wiki locally