Skip to content
/ help Public
forked from grettke/help

HELP Enables Literate Programming

License

Notifications You must be signed in to change notification settings

shinygnu/help

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 72.6%
  • Emacs Lisp 26.7%
  • Other 0.7%