open emacs from terminal (-nw means no window)
emacs -nw
in .emacs:
(load-theme 'spacemacs-dark t)
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