From 5f0f2f90361a4c0a76478b288998595fc3ddebd2 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 8 Apr 2020 10:38:14 -0300 Subject: Added my old emacs config --- .emacs.d.back/core/rogs-custom.el | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .emacs.d.back/core/rogs-custom.el (limited to '.emacs.d.back/core/rogs-custom.el') diff --git a/.emacs.d.back/core/rogs-custom.el b/.emacs.d.back/core/rogs-custom.el new file mode 100644 index 00000000..41b9c91b --- /dev/null +++ b/.emacs.d.back/core/rogs-custom.el @@ -0,0 +1,25 @@ +(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))) -- cgit v1.2.3