Skip to content

Commit

Permalink
emacs.d/config/appearance.el: change theme and font
Browse files Browse the repository at this point in the history
New year new me.
  • Loading branch information
jonnylamb committed Jan 25, 2019
1 parent 0b63361 commit bb4b23f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions emacs.d/config/appearance.el
@@ -1,12 +1,12 @@
;; -*- emacs-lisp -*-

;; set theme
(use-package solarized-theme
(use-package tangotango-theme
:config
(load-theme 'solarized-dark t))
(load-theme 'tangotango t))

;; font
(set-default-font "Fira code-14")
(set-default-font "Inconsolata-12")

;; no line numbers
(global-linum-mode 0)
Expand Down

0 comments on commit bb4b23f

Please sign in to comment.