Skip to content

Commit

Permalink
Merged topfunky.el
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed Jan 20, 2011
2 parents ec6c99e + 1975229 commit 4abb2bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions octo.local.el
@@ -1,8 +1,7 @@
(set-face-font 'default "-apple-inconsolata-medium-r-normal--46-0-72-72-m-0-iso10646-1")

(set-face-font 'default "-apple-inconsolata-medium-r-normal--34-0-72-72-m-0-iso10646-1")

;; characters wide, lines tall
(set-frame-size (car (frame-list)) 80 23)
(set-frame-size (car (frame-list)) 80 30)
;; x y
(set-frame-position (car (frame-list)) 17 33)

4 changes: 4 additions & 0 deletions topfunky.el
Expand Up @@ -38,6 +38,8 @@

(require 'topfunky/python)

(require 'topfunky/coffee)

;; ruby-mode
(require 'topfunky/sinatra)
(add-to-list 'load-path (concat dotfiles-dir "/vendor/ruby-complexity"))
Expand Down Expand Up @@ -121,5 +123,7 @@
(load (concat dotfiles-dir "topfunky/theme.el"))
(color-theme-topfunky)


(require 'autotest)


0 comments on commit 4abb2bd

Please sign in to comment.