mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
19 lines
1.9 KiB
EmacsLisp
19 lines
1.9 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.
|
|
'(ecb-options-version "2.50")
|
|
'(magit-commit-arguments (quote ("-S")))
|
|
'(package-selected-packages
|
|
(quote
|
|
(doom-themes yaml-mode web-mode thrift slim-mode scss-mode sass-mode rust-playground racer flycheck-rust cargo rust-mode yari seeing-is-believing ruby-tools ruby-refactor ruby-compilation rspec-mode robe inf-ruby plantuml-mode php-mode markdown-mode lua-mode rjsx-mode json-mode eslintd-fix prettier-js haml-mode go-playground flycheck-gometalinter go-projectile gotest go-rename go-guru go-eldoc company-go go-mode gitignore-mode gitconfig-mode dockerfile-mode feature-mode highlight-symbol highlight-indent-guides highlight-indentation coffee-mode zoom-window buffer-move magit-gh-pulls magit github-browse-file git-timemachine diff-hl yasnippet-snippets toggle-quotes string-inflection smartparens smart-shift phi-search multiple-cursors move-dup expand-region neotree all-the-icons helm-projectile editorconfig helm-swoop helm-open-github helm-gtags helm-ag helm-describe-modes helm-descbinds helm imenu-anywhere git-link full-ack dumb-jump direx ace-window avy anzu flycheck which-key smex rainbow-mode linum-relative ido-vertical-mode ido-completing-read+ evil browse-kill-ring company fill-column-indicator use-package smart-mode-line exec-path-from-shell diminish dash))))
|
|
(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.
|
|
'(go-guru-hl-identifier-face ((t (:background "gray30"))))
|
|
'(markdown-code-face ((t nil)))
|
|
'(sp-pair-overlay-face ((t (:inherit nil)))))
|