Skip to content

Latest commit

 

History

History
executable file
·
19 lines (16 loc) · 580 Bytes

README.md

File metadata and controls

executable file
·
19 lines (16 loc) · 580 Bytes

#My Emacs Setup

##Install

  1. check this out as ~/emacs
  2. copy sample.emacs to ~/.emacs
  3. copy ~/emacs/local-settings.el.sample to ~/emacs/local-settings.el
  4. edit the ~/emacs/local-settings.el file with the options you prefer, example below:
(setq my-ostype 'linux) ; windows mac linux
(setq my-type-face "Courier New-13")
(setq my-use-col-highlight nil)
(setq my-usemenu t)
(setq user-emacs-directory (concat emacs-directory ".emacs.d"))
(setq my-workspace-dir "~/workspace/")

##Questions twitter: @thoolihan