-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
15 lines (15 loc) · 1.09 KB
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(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.
'(evil-collection-company-use-tng nil t)
'(package-selected-packages
(quote
(evil-smartparens evil-surround projectile-ripgrep nyan-mode ibuffer-projectile ox-hugo auctex ibuffer-vc lsp-ui lsp-php lsp-rust docker dockerfile-mode mocha tide js2-mode nodejs-repl slime flycheck-swift swift-mode company-lsp php-mode evil-collection counsel smartparens rainbow-delimiters cider clojure-mode treemacs-evil treemacs-projectile treemacs alchemist elixir-mode elpy which-key use-package toml-mode monokai-theme general geiser exec-path-from-shell evil-search-highlight-persist evil-magit counsel-projectile company cargo))))
(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.
)