Skip to content

Commit

Permalink
Correct formatting of README file
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 26, 2010
1 parent 1be2cb6 commit e16e158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -6,11 +6,11 @@ Clone this repo to ~/emacsd dir.
Add the following code to you ~/.emacs

(defvar emacsd-dir "~/emacsd/")

(add-to-list 'load-path "~/.emacs.d")
(add-to-list 'load-path emacsd-dir)

;; These MUST be loaded first
;; These MUST be loaded first
(defvar byte-compile-warnings t)
(defvar byte-compile-verbose t)
;;(load "byte-code-cache")
Expand Down

0 comments on commit e16e158

Please sign in to comment.