Skip to content

Commit

Permalink
better user.el
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingmachine committed Aug 6, 2013
1 parent 3791974 commit f864fd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions user.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +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
;; to load them.
Expand Down

0 comments on commit f864fd4

Please sign in to comment.