-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
14 lines (14 loc) · 947 Bytes
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(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.
'(package-selected-packages
(quote
(async flycheck-yamllint terraform-mode pyenv-mode-auto pyenv-mode helm-swoop helm-make golint gotest company-go go-mode company-jedi jedi-core elpy dockerfile-mode toml-mode yaml-mode markdown-mode+ markdown-mode lua-mode helm-projectile projectile gitattributes-mode gitconfig-mode gitignore-mode company helm-gtags helm-descbinds helm flycheck highlight-indentation ace-jump-mode expand-region use-package magit))))
(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.
)