cescoferraro / help

HELP Enables Literate Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  1. Clone Org-Mode to ~/src/

  2. Go there.

    cd ~/src/org-mode
    
  3. Build it

    1. Without Make: Generating autoloads and Compiling Org without make
      1. As of <2016-01-19 Tue> this means doing this:

        emacs -batch -Q -L lisp -l ../mk/org-fixup -f org-make-autoloads
        
    2. With Make use make.
  4. Clone Org2Blog to ~/src/.

  5. Clone Use-Package to ~/src/.

  6. Install supporting software adding their exectuable location to the PATH.

    1. Install Oracle Java.
    2. Install LanguageTool renaming it’s folder to LanguageTool.
    3. Install PlantUML.
    4. Install Ditaa.
    5. Install MacTeX.
  7. Link:

    • The Eshell directory to HELP’s.
      • ln -s ~/src/help/eshell/ ~/.emacs.d/eshell
    • The Initialization file to HELP’s.
      • ln -s ~/src/help/.emacs.el ~/.emacs.el

About

HELP Enables Literate Programming

License:GNU General Public License v2.0


Languages

Language:HTML 73.3%Language:Emacs Lisp 26.1%Language:R 0.4%Language:YASnippet 0.1%Language:Shell 0.1%Language:AGS Script 0.1%