Skip to content

Commit

Permalink
Switch to zenburn for a change
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmurray committed Jul 18, 2017
1 parent 28aef51 commit 0c1c263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Expand Up @@ -1745,6 +1745,7 @@ ${3:Ticket: #${4:XXXX}}")))

(use-package solarized-theme
:ensure t
:disabled t
:config (progn
(setq x-underline-at-descent-line t)
(setq solarized-distinct-fringe-background t)
Expand Down Expand Up @@ -1832,7 +1833,6 @@ ${3:Ticket: #${4:XXXX}}")))

(use-package zenburn-theme
:ensure t
:disabled t
:config (progn
(load-theme 'zenburn t)
;; nicer looking modeline
Expand Down

0 comments on commit 0c1c263

Please sign in to comment.