Skip to content
 
 

Latest commit

 

History

212 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagns emacs lisp config files.

Well, not really this is a stripped down version for public
consumption. MORE WILL COME LATER.

Quick Start

  mkdir ~/site-lisp
  cd ~/site-lisp
  git clone git://github.com/vjohansen/emacs-config.git
  cp ~/site-lisp/emacs-config/sample-dot-emacs.el ~/.emacs
  mkdir ~/elisp
  emacs
  C-x r j e   (loads the machine specific elisp file from ~/elisp AKA my-lisp-dir)

If necessary setup exec-path and PATH first in .emacs:

  ;; Windows example (MSYS-Git has grep.exe and other useful tools)
  (add-to-list 'exec-path "c:/tools/Git/bin" t)
  (setenv "PATH" (concat (getenv "PATH") ";c:\\tools\\Git\\bin"))

Create a .emacs with (or just copy this from sample-dot-emacs.el)

  (add-to-list 'load-path "~/path/to/emacs-config/")
  ;; optionally change my-lisp-dir via defvar (default is "~/elisp")
  (load "vj-init")

The following registers have set up for quickly opening config files. Use
C-x r j <letter>:

| Letter | File                                |
|--------+-------------------------------------|
| e      | vj-machine-specific-elisp-file      |
| s      | vj-system-type-specific-elisp-file  |
| E      | "~/.emacs" or "~/ .emacs.d/init.el" |
| c      | custom-file                         |

The custom file will have a machine specific name.

License: GPL
(unless otherwise specified)

The site-lisp directory contain compies of elisp files from

  https://github.com/m2ym/auto-complete.git
  git://github.com/m2ym/popup-el.git

About

VJs elisp files

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages