-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.el
33 lines (33 loc) · 2.33 KB
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
(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.
'(ansi-color-names-vector
["#2d3743" "#ff4242" "#74af68" "#dbdb95" "#34cae2" "#008b8b" "#00ede1" "#e1e1e0"])
'(custom-enabled-themes (quote (misterioso)))
'(custom-safe-themes
(quote
("d3a86848a5e9bf123f3dd3bf82ab96995837b50f780dd7d5f65dc72c2b81a955" "9c22be8846bce5d64c803b1f7f4051f0675ba7c0eb492e03a17bb765b0a35d82" "e7ec0cc3ce134cc0bd420b98573bbd339a908ac24162b8034c98e1ba5ee1f9f6" default)))
'(grep-find-ignored-directories
(quote
("SCCS" "RCS" "CVS" "MCVS" ".svn" ".git" ".hg" ".bzr" "_MTN" "_darcs" "{arch}" "node_modules")))
'(grep-find-ignored-files
(quote
(".#*" "*.o" "*~" "*.bin" "*.lbin" "*.so" "*.a" "*.ln" "*.blg" "*.bbl" "*.elc" "*.lof" "*.glo" "*.idx" "*.lot" "*.fmt" "*.tfm" "*.class" "*.fas" "*.lib" "*.mem" "*.x86f" "*.sparcf" "*.dfsl" "*.pfsl" "*.d64fsl" "*.p64fsl" "*.lx64fsl" "*.lx32fsl" "*.dx64fsl" "*.dx32fsl" "*.fx64fsl" "*.fx32fsl" "*.sx64fsl" "*.sx32fsl" "*.wx64fsl" "*.wx32fsl" "*.fasl" "*.ufsl" "*.fsl" "*.dxl" "*.lo" "*.la" "*.gmo" "*.mo" "*.toc" "*.aux" "*.cp" "*.fn" "*.ky" "*.pg" "*.tp" "*.vr" "*.cps" "*.fns" "*.kys" "*.pgs" "*.tps" "*.vrs" "*.pyc" "*.pyo" "bundle.js")))
'(org-agenda-files (quote ("~/.emacs.d/alex.org")))
'(package-selected-packages
(quote
(company-lsp lsp-ui lsp-mode go-mode ivy speed-type geiser auto-complete racket-mode sass-mode helm-config use-package find-file-in-project adjust-parens restclient company simple-httpd js2-mode purescript-mode clojure-mode sws-mode beacon yasnippet web-mode stylus-mode skewer-mode rainbow-mode psci paredit org-present om-mode nyan-mode multiple-cursors markdown-mode magit helm haskell-mode fiplr expand-region exec-path-from-shell elm-mode coffee-mode cider ag ace-window ace-jump-mode)))
'(safe-local-variable-values
(quote
((eval setq web-mode-content-types-alist
(\`
(("jsx" \,
(concat default-directory ".*\\.js")))))))))
(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.
)