[emacs] Switch to material theme.
This commit is contained in:
parent
dd07dc8d1f
commit
5e4999c447
@ -11,7 +11,6 @@
|
||||
|
||||
;; Themes
|
||||
(setq custom-theme-directory "~/.emacs.d/themes/")
|
||||
(load-theme 'hydandata-light t)
|
||||
|
||||
;; Packages
|
||||
(require 'package) ;; You might already have this line
|
||||
@ -23,6 +22,8 @@
|
||||
(setq package-enable-at-startup nil)
|
||||
(package-initialize) ;; You might already have this line
|
||||
|
||||
(load-theme 'material t)
|
||||
|
||||
(require 'iso-transl)
|
||||
(require 'use-package)
|
||||
|
||||
|
@ -39,6 +39,7 @@
|
||||
(package-install 'fish-mode)
|
||||
(package-install 'flycheck)
|
||||
(package-install 'flycheck-color-mode-line)
|
||||
(package-install 'flycheck-mypy)
|
||||
(package-install 'flycheck-pos-tip)
|
||||
(package-install 'helm)
|
||||
(package-install 'helm-bibtex)
|
||||
@ -60,6 +61,7 @@
|
||||
(package-install 'magit)
|
||||
(package-install 'magit-popup)
|
||||
(package-install 'markdown-mode)
|
||||
(package-install 'material-theme)
|
||||
(package-install 'math-symbol-lists)
|
||||
(package-install 'php-mode)
|
||||
(package-install 'powerline)
|
||||
|
Loading…
Reference in New Issue
Block a user