-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
15 lines (15 loc) · 985 Bytes
/
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.
'(custom-safe-themes
'("4dacec7215677e4a258e4529fac06e0231f7cdd54e981d013d0d0ae0af63b0c8" default))
'(package-selected-packages
'(org-contrib envrc purescript-mode ligature eglot haskell-mode neotree highlight-indentation yaml-mode restclient dockerfile-mode nix-mode multiple-cursors magit zenburn-theme company rectangle-utils lsp-mode which-key elisp-slime-nav expand-region markdown-mode smartparens nyan-mode helm-descbinds helm avy string-inflection reformatter diminish use-package)))
(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.
)