George Jones 7f826e9eba Added historical orgified-init back 9 年之前
..
examples 7f826e9eba Added historical orgified-init back 9 年之前
orgified-init 7f826e9eba Added historical orgified-init back 9 年之前
README.org 7f826e9eba Added historical orgified-init back 9 年之前
init.el 7f826e9eba Added historical orgified-init back 9 年之前

README.org

README on installing my emacs environment

Instlaling my emacs envirioment

Thsee are note on seting up my emacs environment on a new system. These could probably be #+BEGIN_SRC blocks for automation

Ubuntu Specific

Install or update latest emacs-snapshot

Install texinfo

$ apt-get install texinfo

Mac Specific

Install or update latest emacs-snapshot

  • Use macports

Pull dotfiles from github and install

Some/all of this README could go into installDotfiles.sh

$ cd ~/git
$ git clone https://github.com/eludom/dotfiles.git
$ cd ~/git/dotfiles/
$ ./installDotfiles.sh # or similar by hand

To switch versions

$ cd ~/src/org-mode
$ git tag
$ git checkout release_8.1.1
$ make

Generic

Install the latest org-mode

$ mkdir -p ~/src
$ cd ~/src/
$ git clone git://orgmode.org/org-mode.git
$ make autoloads

Install packages

  • color-theme

  • org2blog

    • then unistall the version of org that comes along because we use git version in ~/src

  • twittering-mode

  • magit

LaTeX Installation

  • Install pdflatex (from whaterever package/ports are required)

  • Install bibtex

  • Install bibtex2html

(message "See README.org for manual installation and setup requirements.")