[emacs] Switch to material theme.

This commit is contained in:
Mikaël Capelle 2019-12-10 12:54:23 +00:00
parent dd07dc8d1f
commit 5e4999c447
2 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,6 @@
;; Themes ;; Themes
(setq custom-theme-directory "~/.emacs.d/themes/") (setq custom-theme-directory "~/.emacs.d/themes/")
(load-theme 'hydandata-light t)
;; Packages ;; Packages
(require 'package) ;; You might already have this line (require 'package) ;; You might already have this line
@ -23,6 +22,8 @@
(setq package-enable-at-startup nil) (setq package-enable-at-startup nil)
(package-initialize) ;; You might already have this line (package-initialize) ;; You might already have this line
(load-theme 'material t)
(require 'iso-transl) (require 'iso-transl)
(require 'use-package) (require 'use-package)

View File

@ -39,6 +39,7 @@
(package-install 'fish-mode) (package-install 'fish-mode)
(package-install 'flycheck) (package-install 'flycheck)
(package-install 'flycheck-color-mode-line) (package-install 'flycheck-color-mode-line)
(package-install 'flycheck-mypy)
(package-install 'flycheck-pos-tip) (package-install 'flycheck-pos-tip)
(package-install 'helm) (package-install 'helm)
(package-install 'helm-bibtex) (package-install 'helm-bibtex)
@ -60,6 +61,7 @@
(package-install 'magit) (package-install 'magit)
(package-install 'magit-popup) (package-install 'magit-popup)
(package-install 'markdown-mode) (package-install 'markdown-mode)
(package-install 'material-theme)
(package-install 'math-symbol-lists) (package-install 'math-symbol-lists)
(package-install 'php-mode) (package-install 'php-mode)
(package-install 'powerline) (package-install 'powerline)