Browse Source

new emacs theme

master
Taylor Bockman 4 years ago
parent
commit
e56c2d5cb4
  1. 4
      dotfiles/emacs.d/init.el
  2. 2
      dotfiles/emacs.d/package.el

4
dotfiles/emacs.d/init.el

@ -376,7 +376,7 @@ There are two things you can do about this warning:
'(lisp-indent-function (quote common-lisp-indent-function)) '(lisp-indent-function (quote common-lisp-indent-function))
'(package-selected-packages '(package-selected-packages
(quote (quote
(company-lsp projectile smex grizzl flycheck-pos-tip flycheck material-theme expand-region wrap-region rainbow-delimiters powerline linum-relative golden-ratio fill-column-indicator autopair exec-path-from-shell ws-butler yaml-mode python-mode protobuf-mode paredit nasm-mode meson-mode markdown-mode magit gradle-mode gitignore-mode feature-mode counsel company-jedi jedi-core company-emacs-eclim company-irony company ag)))) (arjen-grey-theme oceanic-theme company-lsp projectile smex grizzl flycheck-pos-tip flycheck material-theme expand-region wrap-region rainbow-delimiters powerline linum-relative golden-ratio fill-column-indicator autopair exec-path-from-shell ws-butler yaml-mode python-mode protobuf-mode paredit nasm-mode meson-mode markdown-mode magit gradle-mode gitignore-mode feature-mode counsel company-jedi jedi-core company-emacs-eclim company-irony company ag))))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
@ -392,7 +392,7 @@ There are two things you can do about this warning:
;; Theming ;; Theming
;;-------------------------------------------------------------------------------------- ;;--------------------------------------------------------------------------------------
(load-theme 'material t) (load-theme 'arjen-grey t)
;;-------------------------------------------------------------------------------------- ;;--------------------------------------------------------------------------------------
;; SLIME Quicklisp Integration ;; SLIME Quicklisp Integration

2
dotfiles/emacs.d/package.el

@ -85,6 +85,8 @@
expand-region expand-region
wrap-region wrap-region
material-theme material-theme
oceanic-theme
arjen-grey-theme
;;;;; ;;;;;
;; Project Interaction/Search/Syntax ;; Project Interaction/Search/Syntax

Loading…
Cancel
Save