mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
20 lines
1.8 KiB
EmacsLisp
20 lines
1.8 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
|
|
(anzu flycheck-package flycheck-gometalinter go-projectile gotest go-rename go-guru go-eldoc company-go ace-window phi-search magit-gh-pulls twilight-bright-theme twilight-anti-bright-theme yaml-mode thrift scss-mode sass-mode yari ruby-tools ruby-refactor rspec-mode inf-ruby php-mode plantuml-mode markdown-mode lua-mode web-mode json-mode eslintd-fix go-mode gitignore-mode gitconfig-mode dockerfile-mode feature-mode highlight-symbol highlight-indent-guides highlight-indentation flycheck coffee-mode ecb zoom-window yasnippet buffer-move toggle-quotes smart-shift expand-region move-dup string-inflection rainbow-mode package-lint smartparens multiple-cursors magit linum-relative smex ido-vertical-mode ido-completing-read+ helm-swoop helm-projectile helm-open-github helm-gtags helm-describe-modes helm-descbinds helm-ag helm haml-mode imenu-anywhere github-browse-file git-timemachine full-ack hideshowvis evil editorconfig dumb-jump direx dired+ diff-hl fill-column-indicator company browse-kill-ring avy use-package smart-mode-line exec-path-from-shell diminish dash)))
|
|
'(plantuml-jar-path "/usr/local/Cellar/plantuml/8048/plantuml.8048.jar")
|
|
'(siren-rubocop-autocorrect-on-save nil))
|
|
(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.
|
|
'(markdown-code-face ((t nil)))
|
|
'(sp-pair-overlay-face ((t (:inherit nil)))))
|