Skip to content

Commit

Permalink
8-)
Browse files Browse the repository at this point in the history
  • Loading branch information
ufalan committed Oct 29, 2011
1 parent c1d9aa3 commit d672790
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -125,34 +125,24 @@
(:name autopair
:after (lambda ()
(require 'autopair)
(autopair-global-mode)))

(:name color-theme-miami-vice
:type http
:url "https://raw.github.com/gist/a1289458f4cc5becab8e/ff4123b5c333c3e16e4af3012446766ecb45fa6b/color-theme-miami-vice.el"
:after (lambda ()
(load "color-theme-miami-vice")
(color-theme-miami-vice)))))
(autopair-global-mode)))))

(setq my-packages
(append
'(ac-slime
auto-complete
coffee-mode
color-theme
dired-details
durendal
elein
el-get
haml-mode
highlight-parentheses
hl-sexp
markdown-mode
org-mode
ruby-block
ruby-end
ruby-mode
sass-mode
swank-clojure
textile-mode
yaml-mode
Expand Down Expand Up @@ -304,6 +294,7 @@ Goes backward if ARG is negative; error if CHAR not found."
(if (not (eq system-type 'darwin))
(global-set-key (kbd "M-m") 'toggle-fullscreen))
(progn
(load-theme 'tango-dark)
(set-fringe-style -1)
(tooltip-mode -1)
(scroll-bar-mode -1) ; no scroll bars
Expand Down

0 comments on commit d672790

Please sign in to comment.