Skip to content

Commit

Permalink
Merge branch 'master' of github.com:flyingmachine/emacs-for-clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingmachine committed Sep 4, 2013
2 parents ce9dd68 + 88d5636 commit a5444bd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions user.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
(setenv "PATH" path-from-shell)
(setq exec-path (split-string path-from-shell path-separator))))

;; Uncomment this and play with the values in order to set Emacs's
;; the width and height whenever Emacs will have whenever you start it
;; (setq initial-frame-alist '((top . 0) (left . 0)
;; (width . 187) (height . 77)))
;; Uncomment the lines below by removing semicolons and play with the
;; 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)))


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

0 comments on commit a5444bd

Please sign in to comment.