Skip to content

conornash/dot-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

You must have Emacs 25 or greater installed on your system. Tested with emacs-plus from Homebrew

Installation

Clone this repository using the following command:

git clone git@github.com:conornash/dot-emacs.git ~/.emacs.d

Once the clone has completed successfully, run the following command:

emacs --batch --eval '(require (quote org))' \
      --eval '(require (quote ob))' \
      --eval '(org-babel-load-file  (expand-file-name "~/.emacs.d/init.org"))'

This will download all required packages for Emacs. The first time you run Emacs, use:

emacs --debug-init

This will tell you what issues are present in your install.

About

Emacs config

Topics

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors