-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
15 lines (15 loc) · 3.86 KB
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(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.
'(exec-path-from-shell-arguments (quote ("-i" "-l")))
'(package-selected-packages
(quote
(doom-modeline eldoc-eval shrink-path doom-themes sesman ivy-yasnippet gitignore-templates dotenv-mode magit-svn json-navigator hierarchy evil-goggles yasnippet-snippets ht pippel pipenv overseer nameless ivy-xref importmagic epc ctable concurrent deferred ghub let-alist evil-cleverparens counsel-css clojure-cheatsheet helm helm-core centered-cursor-mode sayid clojure-snippets clj-refactor inflections edn paredit peg cider-eval-sexp-fu cider queue clojure-mode powerline spinner hydra parent-mode flx smartparens iedit anzu evil goto-chg undo-tree highlight diminish projectile pkg-info epl bind-map bind-key beacon popup packed async f dash s avy lispyville evil-lispy lispy zoutline spaceline-all-the-icons all-the-icons memoize font-lock+ prettier-js youdao-dictionary names chinese-word-at-point pangu-spacing find-by-pinyin-dired ace-pinyin pinyinlib smart-semicolon ranger peep-dired window-purpose imenu-list yapfify yaml-mode web-mode web-beautify vmd-mode treemacs-projectile treemacs-evil treemacs pfuture toml-mode tagedit sqlup-mode sql-indent smeargle slim-mode scss-mode sass-mode reveal-in-osx-finder racer pyvenv pytest pyenv-mode py-isort pug-mode prodigy plantuml-mode pip-requirements pbcopy osx-trash mmm-mode markdown-toc markdown-mode magit-gitflow livid-mode skewer-mode live-py-mode less-css-mode launchctl json-mode json-snatcher json-reformat js2-refactor multiple-cursors js2-mode js-doc insert-shebang impatient-mode htmlize simple-httpd ibuffer-projectile hy-mode haml-mode gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link gh-md flycheck-rust seq flycheck-pos-tip pos-tip flycheck-bashate flycheck fish-mode evil-magit magit magit-popup git-commit with-editor emmet-mode cython-mode company-web web-completion-data company-tern dash-functional tern company-shell company-anaconda coffee-mode cargo rust-mode anaconda-mode pythonic unfill mwim flyspell-correct-ivy flyspell-correct auto-dictionary fuzzy company-statistics company auto-yasnippet yasnippet ac-ispell auto-complete wgrep solarized-theme smex origami ivy-purpose ivy-hydra counsel-projectile counsel swiper ivy ws-butler winum which-key volatile-highlights vi-tilde-fringe uuidgen use-package toc-org symon string-inflection spaceline restart-emacs request rainbow-delimiters popwin persp-mode pcre2el password-generator paradox org-plus-contrib org-bullets open-junk-file neotree move-text macrostep lorem-ipsum linum-relative link-hint info+ indent-guide hungry-delete hl-todo highlight-parentheses highlight-numbers highlight-indentation hide-comnt help-fns+ helm-themes helm-swoop helm-purpose helm-projectile helm-mode-manager helm-make helm-flx helm-descbinds helm-ag google-translate golden-ratio flx-ido fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-lisp-state evil-lion evil-indent-plus evil-iedit-state evil-exchange evil-escape evil-ediff evil-args evil-anzu eval-sexp-fu elisp-slime-nav editorconfig dumb-jump define-word column-enforce-mode clean-aindent-mode auto-highlight-symbol auto-compile aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line))))
(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.
'(header-line ((t (:background "#292b2e")))))