Skip to content

Commit

Permalink
fix width/height
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Curtis committed May 30, 2012
1 parent 28d729e commit 83882fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'(ido-ubiquitous-function-exceptions (quote (grep-read-files ucs-insert)))
'(ido-use-filename-at-point nil)
'(inhibit-startup-echo-area-message "dcurtis")
'(initial-frame-alist (quote ((vertical-scroll-bars) (top . 0) (left . 0) (width . 241) (height . 106))))
'(initial-frame-alist (quote ((vertical-scroll-bars) (top . 0) (left . 0) (width . 150) (height . 76))))
'(ispell-extra-args (quote ("--sug-mode=ultra")))
'(ispell-program-name "aspell")
'(line-spacing 1)
Expand Down

0 comments on commit 83882fd

Please sign in to comment.