(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. '(elm-compile-arguments '("--output=elm-couchapp/_attachments/index.html")) '(elm-compile-command '("elm make")) '(elm-format-on-save t) '(elm-interactive-command '("elm" "repl")) '(elm-package-command '("elm" "package")) '(elm-package-json "elm.json") '(elm-reactor-command '("elm" "reactor")) '(elm-tags-exclude-elm-stuff nil) '(elm-tags-on-save 1) '(package-selected-packages '(material-theme racer evil-mode helm rust-mode highlight-parentheses-mode merlin forge magit yaml-mode neotree lsp-rust hindent hi2 flycheck-haskell ac-haskell-process lsp-haskell haste haskell-snippets haskell-mode rainbow-identifiers elm-test-runner flycheck-elm elm-mode company ztree ac-etags sqlformat cargo evil))) ;; (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. )