26 lines
2.0 KiB
EmacsLisp
26 lines
2.0 KiB
EmacsLisp
(custom-set-variables
|
|
;; custom-set-variables was added by Custom.
|
|
;; 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.
|
|
'(package-selected-packages
|
|
(quote
|
|
(dokuwiki-mode ox-pandoc org-bullets bliss-theme company-jedi elpy all-the-icons page-break-lines dashboard dockerfile-mode prettier-js add-node-modules-path stylus-mode yasnippet-snippets indium company-lsp lsp-ui lsp-mode yaml-mode mocha company-tern xref-js2 js2-refactor ac-js2 skewer-mode js2-mode coverage restclient emojify helm-flycheck pug-mode helm-swoop helm react-snippets yasnippet whitespace-cleanup-mode web-mode web-beautify scss-mode sass-mode rjsx-mode rainbow-mode rainbow-delimiters projectile project-explorer powerline nyan-mode neotree markdown-mode magit-gitflow kooten-theme json-mode jedi indent-guide geeknote flycheck exec-path-from-shell emmet-mode bundler aggressive-indent))))
|
|
(custom-set-faces
|
|
;; custom-set-faces was added by Custom.
|
|
;; 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.
|
|
'(company-scrollbar-bg ((t (:background "dim gray"))))
|
|
'(company-scrollbar-fg ((t (:background "dark gray"))))
|
|
'(company-tooltip ((t (:background "black" :foreground "white"))))
|
|
'(company-tooltip-annotation ((t (:foreground "green"))))
|
|
'(company-tooltip-common ((t (:foreground "green"))))
|
|
'(company-tooltip-selection ((t (:background "dark green"))))
|
|
'(mode-line ((t (:foreground "#030303" :background "#2B6D02" :box nil))))
|
|
'(mode-line-buffer-id ((t (:foreground "#000000" :bold t))))
|
|
'(mode-line-inactive ((t (:foreground "#ffffff" :background "#5d6365" :box nil))))
|
|
'(powerline-active1 ((t (:foreground "#424242" :background "#75D85A" :box nil))))
|
|
'(powerline-active2 ((t (:foreground "#f9f9f9" :background "#398618" :box nil))))
|
|
'(powerline-arrow-shape (quote arrow)))
|