/scott-emacs.d

my emacs stuff

Primary LanguageEmacs Lisp

###My emacs thingy

checkout yasnippets snippets to ~/.emacs.d/yasnippet-snippets

Started from Alan's emacs.d

Setup

Install emacs through Homebrew

$ brew options emacs
$ brew install gnutls librsvg imagemagick@6
$ brew install emacs --with-cocoa --with-imagemagick@6 --with-gnutls --with-librsvg

Make sure homebrew is setup correctly with /usr/local/bin first in your search path.

To make sure that the correct version is being launched run

$ emacs --version
GNU Emacs 25.3.1
Copyright (C) 2017 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

Install

Clone this repo. If you already have a ~/.emacs.d/ directory (and do not need anything in it) delete it. Then move/rename the clone repo to ~/.emacs.d/ then just launch emacs and wait for it to install the packages.

For example:

$ rm -rf ~/.emacs.d/

$ git clone https://github.com/scotthaleen/scott-emacs.d ~/.emacs.d 

$ emacs 

Note: After setup install icons for neotree M-x all-the-icons-install-fonts

A Quick Emacs key Reference