Use zenburn as default theme
This commit is contained in:
parent
11a68c2616
commit
52a98ec86c
4 changed files with 11 additions and 3 deletions
|
|
@ -35,6 +35,7 @@
|
||||||
|
|
||||||
;; Dash
|
;; Dash
|
||||||
(define-key prog-mode-map (kbd "C-d") 'dash-at-point) ;; Jump to dash definition
|
(define-key prog-mode-map (kbd "C-d") 'dash-at-point) ;; Jump to dash definition
|
||||||
|
(define-key text-mode-map (kbd "C-d") 'dash-at-point) ;; Jump to dash definition
|
||||||
(add-to-list
|
(add-to-list
|
||||||
'dash-at-point-mode-alist
|
'dash-at-point-mode-alist
|
||||||
'(enh-ruby-mode . "ruby,rubygems,rails")) ;; Configure lookup for Ruby mode
|
'(enh-ruby-mode . "ruby,rubygems,rails")) ;; Configure lookup for Ruby mode
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,9 @@
|
||||||
(load-theme 'base16-mexico-light t t)
|
(load-theme 'base16-mexico-light t t)
|
||||||
(load-theme 'manoj-dark t t)
|
(load-theme 'manoj-dark t t)
|
||||||
(load-theme 'base16-one-light t t)
|
(load-theme 'base16-one-light t t)
|
||||||
|
(load-theme 'base16-zenburn t t)
|
||||||
|
(load-theme 'base16-mocha t t)
|
||||||
|
(load-theme 'planet t t)
|
||||||
|
|
||||||
(defun base16-mexico-light-custom ()
|
(defun base16-mexico-light-custom ()
|
||||||
"Additional configuration for Base16 theme."
|
"Additional configuration for Base16 theme."
|
||||||
|
|
@ -17,7 +20,7 @@
|
||||||
(if (display-graphic-p)
|
(if (display-graphic-p)
|
||||||
(progn
|
(progn
|
||||||
(sml/apply-theme 'respectful)
|
(sml/apply-theme 'respectful)
|
||||||
(enable-theme 'base16-not-harmonic))
|
(enable-theme 'base16-zenburn))
|
||||||
(progn
|
(progn
|
||||||
(enable-theme 'manoj-dark)))
|
(enable-theme 'manoj-dark)))
|
||||||
|
|
||||||
|
|
|
||||||
2
20web.el
2
20web.el
|
|
@ -6,7 +6,7 @@
|
||||||
(add-hook 'js2-mode-hook 'tern-mode)
|
(add-hook 'js2-mode-hook 'tern-mode)
|
||||||
|
|
||||||
(defun activate-js2-mode ()
|
(defun activate-js2-mode ()
|
||||||
;; Company list override
|
"Company list override."
|
||||||
(add-to-list (make-local-variable 'company-backends)
|
(add-to-list (make-local-variable 'company-backends)
|
||||||
'(company-tern company-yasnippet)))
|
'(company-tern company-yasnippet)))
|
||||||
|
|
||||||
|
|
|
||||||
6
init.el
6
init.el
|
|
@ -52,6 +52,7 @@
|
||||||
smart-mode-line
|
smart-mode-line
|
||||||
base16-theme
|
base16-theme
|
||||||
flatui-theme
|
flatui-theme
|
||||||
|
planet-theme
|
||||||
|
|
||||||
;; Ruby
|
;; Ruby
|
||||||
enh-ruby-mode ;; Enhanced Ruby mode
|
enh-ruby-mode ;; Enhanced Ruby mode
|
||||||
|
|
@ -130,9 +131,12 @@
|
||||||
;; 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.
|
||||||
|
'(custom-safe-themes
|
||||||
|
(quote
|
||||||
|
("85e6bb2425cbfeed2f2b367246ad11a62fb0f6d525c157038a0d0eaaabc1bfee" "3380a2766cf0590d50d6366c5a91e976bdc3c413df963a0ab9952314b4577299" "cea3ec09c821b7eaf235882e6555c3ffa2fd23de92459751e18f26ad035d2142" "8ffdc8c66ceeaf7921f4510a70d808f01b303e6b4d177c947b442e80d4228678" "b0c5c6cc59d530d3f6fbcfa67801993669ce062dda1435014f74cafac7d86246" "ad16a1bf1fd86bfbedae4b32c269b19f8d20d416bd52a87cd50e355bf13c2f23" "d9dab332207600e49400d798ed05f38372ec32132b3f7d2ba697e59088021555" "bc4c89a7b91cfbd3e28b2a8e9e6750079a985237b960384f158515d32c7f0490" "99c86852decaeb0c6f51ce8bd46e4906a4f28ab4c5b201bdc3fdf85b24f88518" "a85e40c7d2df4a5e993742929dfd903899b66a667547f740872797198778d7b5" default)))
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(cider clojure-mode erlang rspec-mode crystal-mode dap-mode lsp-ui company-lsp lsp-mode nginx-mode gitignore-mode js2-mode keyfreq company-web visual-regexp enh-ruby-mode counsel-projectile counsel ivy flycheck-rust flycheck hydra solarized-theme company-ansible alchemist column-enforce-mode yaml-mode ansible dockerfile-mode ruby-end dash-at-point base16-theme exec-path-from-shell))))
|
(planet-theme cider clojure-mode erlang rspec-mode crystal-mode dap-mode lsp-ui company-lsp lsp-mode nginx-mode gitignore-mode js2-mode keyfreq company-web visual-regexp enh-ruby-mode counsel-projectile counsel ivy flycheck-rust flycheck hydra solarized-theme company-ansible alchemist column-enforce-mode yaml-mode ansible dockerfile-mode ruby-end dash-at-point base16-theme exec-path-from-shell))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; 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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue