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 '(height . 55))
(require 'rand-theme)
(setq rand-theme-wanted '(base16-atelier-cave
base16-atelier-forest
base16-atelier-heath))
(rand-theme)
;; EOF

View File

@ -11,14 +11,14 @@
(powerline-center-evil-theme)
(require 'org)
(dolist (face '(org-block-begin-line
(dolist (face '(org-block
org-block-begin-line
org-block-end-line
org-block
org-checkbox
org-code
org-date
org-document-info-keyword
org-verbatim
org-checkbox))
org-verbatim))
(set-face-attribute face nil :inherit 'fixed-pitch))
(require 'smart-tabs-mode)
@ -41,21 +41,6 @@
(require '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)
;; EOF

View File

@ -3,18 +3,11 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; 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)
'(backup-directory-alist (quote ((".*" . "~/.emacs.d/backup"))))
'(before-save-hook (quote (copyright-update delete-trailing-whitespace)))
'(create-lockfiles nil)
'(current-language-environment "UTF-8")
'(custom-safe-themes
(quote
("1d079355c721b517fdc9891f0fda927fe3f87288f2e6cc3b8566655a64ca5453" default)))
'(dired-listing-switches "-alhp --si")
'(diredfl-global-mode t nil (diredfl))
'(evil-cjk-emacs-word-boundary t)