-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.el
More file actions
18 lines (18 loc) · 1.47 KB
/
custom.el
File metadata and controls
18 lines (18 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(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.
'(company-quickhelp-color-background "midnight blue")
'(company-quickhelp-color-foreground "light gray")
'(company-quickhelp-mode t)
'(custom-safe-themes
'("7a424478cb77a96af2c0f50cfb4e2a88647b3ccca225f8c650ed45b7f50d9525" "7e377879cbd60c66b88e51fad480b3ab18d60847f31c435f15f5df18bdb18184" "cafebef22e58ed5b47b1afb8fd3a4deb26a8d6addcd297cc3e8b415ceb8a17a6" "6c7db7fdf356cf6bde4236248b17b129624d397a8e662cf1264e41dab87a4a9a" default))
'(package-selected-packages
'(json-mode rustic lsp-haskell smartparens-config company-box company-mode helm-lsp lsp-ui lsp-mode doom-modeline doom-themes all-the-icons swiper-helm swiper diminish js2-mode flycheck yasnippet company helm-projectile projectile-helm projectile ox-twbs org-bullets company-jedi color-identifiers-mode undo-tree try use-package yoshi-theme xref-js2 which-key web-mode tide smartparens py-autopep8 omnisharp material-theme magit js2-refactor impatient-mode helm emmet-mode elpy company-tern company-quickhelp better-defaults ace-window ac-js2)))
(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.
)