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
|
|
(ace-ack ag-anti anywhere anzu-avy bright-bright browse-browse buffer coffee-column company-company completing-cursors dash-descbinds describe-diff diminish-direx dockerfile-dumb-dup ecb-editorconfig-eldoc eslintd-evil-exec-expand feature-file fill fix-flycheck flycheck-flycheck from full-gh git-git gitconfig-github github-gitignore go-go go-go go-go gometalinter-gotest gtags-guides guru-haml helm-helm helm-helm helm-helm helm-helm highlight-highlight highlight-hl ido-ido imenu-indent-indentation indicator-inf inflection json-jump key kill-line link lint-linum lua-magit magit-markdown mode-mode mode-mode mode-mode mode-mode mode-mode mode mode-mode mode mode-mode mode mode-mode-mode modes-move-move+ multiple-open package-package package-path-phi php-plantuml projectile-projectile-pulls quotes-rainbow read-refactor region relative-rename ring-rspec ruby-ruby-ruby sass-scss search-shell shift smart smart-smartparens smex string-swoop symbol-theme-theme thrift timemachine-toggle-tools twilight twilight-use vertical-web-which window-window-yaml-yari yasnippet zoom)))
|
|
'(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)))))
|