Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Reduced font size; added scratchpad for commonly used commands under …
Browse files Browse the repository at this point in the history
…various scenarios - for easier reference/remembering.
  • Loading branch information
jaju committed Nov 15, 2012
1 parent 44625ad commit e6283ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom/view.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(setq color-theme-is-global t)

(if (eq system-type 'darwin)
(set-frame-font "Menlo-14"))
(set-frame-font "Menlo-12"))
(set-cursor-color "red")

;;(load "vendor/color-theme/color-theme.el")
Expand Down
2 changes: 2 additions & 0 deletions scratchpad.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(set-frame-font "Menlo-10")
(set-frame-font "Menlo-18")

0 comments on commit e6283ae

Please sign in to comment.