Skip to content

Commit

Permalink
added melpa
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-ai committed Aug 9, 2014
1 parent 73ef464 commit 10d049c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
(require 'package)

(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/") t)
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/") t)
(add-to-list 'package-archives
'("tromey" . "http://tromey.com/elpa/") t)

(package-initialize)

(when (not package-archive-contents)
Expand Down
2 changes: 1 addition & 1 deletion user.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;; values in order to set the width (in characters wide) and height
;; (in lines high) Emacs will have whenever you start it

;; (setq initial-frame-alist '((top . 0) (left . 0) (width . 20) (height . 20)))
(setq initial-frame-alist '((top . 0) (left . 0) (width . 130) (height . 40)))


;; Place downloaded elisp files in this directory. You'll then be able
Expand Down

0 comments on commit 10d049c

Please sign in to comment.