;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
- (ruby-electric ruby-block helm-robe robe company-ghc ghc yatex yaml-mode web-mode wanderlust w3m tuareg swift-mode sml-mode scss-mode scheme-complete rtags racer quack python-pep8 python-mode powershell pov-mode plantuml-mode package-utils markdown-preview-mode magit-gitflow lsp-ui json-mode jedi helm-R haskell-mode haml-mode google-c-style go-eldoc go-autocomplete fsharp-mode flycheck-tip flycheck-swiftlint flycheck-rust exec-path-from-shell ess-R-data-view erlang elpy e2wm ddskk csv-mode csharp-mode company-racer company-quickhelp company-lsp company-go coffee-mode cmake-mode cloc c-eldoc auto-complete-c-headers apib-mode anything ac-R)))
+ (flycheck-clang-tidy ruby-electric ruby-block helm-robe robe company-ghc ghc yatex yaml-mode web-mode wanderlust w3m tuareg swift-mode sml-mode scss-mode scheme-complete rtags racer quack python-pep8 python-mode powershell pov-mode plantuml-mode package-utils markdown-preview-mode magit-gitflow lsp-ui json-mode jedi helm-R haskell-mode haml-mode google-c-style go-eldoc go-autocomplete fsharp-mode flycheck-tip flycheck-swiftlint flycheck-rust exec-path-from-shell ess-R-data-view erlang elpy e2wm ddskk csv-mode csharp-mode company-racer company-quickhelp company-lsp company-go coffee-mode cmake-mode cloc c-eldoc auto-complete-c-headers apib-mode anything ac-R)))
'(rtags-use-helm t))
(custom-set-faces
;; custom-set-faces was added by Custom.
(add-hook 'c++-mode-common-hook 'google-set-c-style)
(add-hook 'c-mode-common-hook 'google-make-newline-indent)
+(eval-after-load 'flycheck
+ '(add-hook 'flycheck-mode-hook #'flycheck-clang-tidy-setup))
+
;; company-clang がよろしくやってくれているみたいで irony は不要なよう
;; (require 'irony)
;; (add-hook 'c++-mode-hook 'irony-mode)