Giter VIP home page Giter VIP logo

emacs-helpers's Introduction

This directory contains a series of emacs helpers, and some code to
make them all load automatically (with thanks to Era Eriksson for
originally writing my-site-start).

Adding a file with a name like NN-foo.el here (where NN is a 2-digit
number, and foo is any name -- but see my-site-start docs for full
details), or within a subdirectory of this directory, will
automatically cause it to get run provided that that:

(1) You've checked this out into ~/.emacs.d/emacs-helpers/ (or you
    adjust the last line in (3) according to where you've checked it out)

(2) You've checked out out a copy of my-site-start into ~/.emacs.d/my-site-start

    To do this, if you have darcs (a revision control system), you can
    run, from within ~/.emacs.d/:

        darcs get http://porkmail.org/elisp/my-site-start/

    see http://www.emacswiki.org/emacs/DotEmacsModular for more info

    Note: I may very well incorporate my-site-start into this tree
    directly at some point; I figure I'll attempt to contact Era
    first, though, to hopefully avoid un-necessary forks.

    I might also want to bail on this whole idea in favor of
    incorporating https://github.com/technomancy/emacs-starter-kit/
    ... but I need to take a closer look at that, first.

(3) You've added the following lines (or something equivalent) into
    your ~/.emacs or ~/.emacs.d/init.el file:

---- snip ----
;;; Emacs Load Path
(setq load-path (cons "~/.emacs.d" load-path))

;;;; break things up into individual files:
; see http://www.emacswiki.org/emacs/DotEmacsModular
(autoload 'my-site-start "my-site-start/my-site-start" nil t)
(my-site-start "~/.emacs.d/emacs-helpers/")
---- snip ----

emacs-helpers's People

Contributors

lindes avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.