emacs: fix theme ordering

master
an 2020-01-30 14:55:18 -05:00
parent 6d7b83124c
commit 9dc0df64ee
3 changed files with 10 additions and 26 deletions

View File

@ -7,4 +7,10 @@
(add-to-list 'default-frame-alist '(width . 80)) (add-to-list 'default-frame-alist '(width . 80))
(add-to-list 'default-frame-alist '(height . 55)) (add-to-list 'default-frame-alist '(height . 55))
(require 'rand-theme)
(setq rand-theme-wanted '(base16-atelier-cave
base16-atelier-forest
base16-atelier-heath))
(rand-theme)
;; EOF ;; EOF

View File

@ -11,14 +11,14 @@
(powerline-center-evil-theme) (powerline-center-evil-theme)
(require 'org) (require 'org)
(dolist (face '(org-block-begin-line (dolist (face '(org-block
org-block-begin-line
org-block-end-line org-block-end-line
org-block org-checkbox
org-code org-code
org-date org-date
org-document-info-keyword org-document-info-keyword
org-verbatim org-verbatim))
org-checkbox))
(set-face-attribute face nil :inherit 'fixed-pitch)) (set-face-attribute face nil :inherit 'fixed-pitch))
(require 'smart-tabs-mode) (require 'smart-tabs-mode)
@ -41,21 +41,6 @@
(require 'mozc) (require 'mozc)
(setq default-input-method "japanese-mozc") (setq default-input-method "japanese-mozc")
; HOW IS THERE SERIOUSLY A PACKAGE FOR THIS!?
(require 'rand-theme)
(setq rand-theme-wanted '(base16-ashes
base16-atelier-cave
base16-atelier-forest
base16-atelier-heath
base16-circus
base16-dracula
base16-material-palenight
base16-monokai
base16-onedark
base16-porple
base16-unikitty-dark))
(rand-theme)
(require 'ialign) (require 'ialign)
;; EOF ;; EOF

View File

@ -3,18 +3,11 @@
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(ansi-color-names-vector
["#19171c" "#be4678" "#2a9292" "#a06e3b" "#576ddb" "#955ae7" "#576ddb" "#8b8792"])
'(ansi-term-color-vector
[unspecified "#19171c" "#be4678" "#2a9292" "#a06e3b" "#576ddb" "#955ae7" "#576ddb" "#8b8792"])
'(auto-save-default nil) '(auto-save-default nil)
'(backup-directory-alist (quote ((".*" . "~/.emacs.d/backup")))) '(backup-directory-alist (quote ((".*" . "~/.emacs.d/backup"))))
'(before-save-hook (quote (copyright-update delete-trailing-whitespace))) '(before-save-hook (quote (copyright-update delete-trailing-whitespace)))
'(create-lockfiles nil) '(create-lockfiles nil)
'(current-language-environment "UTF-8") '(current-language-environment "UTF-8")
'(custom-safe-themes
(quote
("1d079355c721b517fdc9891f0fda927fe3f87288f2e6cc3b8566655a64ca5453" default)))
'(dired-listing-switches "-alhp --si") '(dired-listing-switches "-alhp --si")
'(diredfl-global-mode t nil (diredfl)) '(diredfl-global-mode t nil (diredfl))
'(evil-cjk-emacs-word-boundary t) '(evil-cjk-emacs-word-boundary t)