Emacs on mac

open emacs from terminal (-nw means no window)

emacs -nw

color theme

in .emacs:

(load-theme 'spacemacs-dark t)

Table of Contents

org mode

To turn on Org mode in a file that does not have the extension ‘.org’, make the first line of a file look like this:

MY PROJECTS -*- mode: org; -*-

which selects Org mode for this buffer no matter what the file’s name is

executable code block