Skip to content

Commit

Permalink
monokai rules
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed Jul 21, 2012
1 parent c33f81a commit 4c25400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
hl-sexp
magit
markdown-mode
monokai-theme
nrepl
org
paredit
Expand Down Expand Up @@ -167,7 +168,7 @@
(when window-system
(global-set-key (kbd "M-m") 'toggle-fullscreen)
(if (boundp 'tool-bar-mode) (tool-bar-mode -1))
(load-theme 'tango-dark)
(load-theme 'monokai)
(set-fringe-style -1)
(tooltip-mode -1)
(scroll-bar-mode -1)
Expand Down

0 comments on commit 4c25400

Please sign in to comment.