-
Notifications
You must be signed in to change notification settings - Fork 1
/
custom.el
62 lines (61 loc) · 3.9 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
;; CUSTOM
(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.
'(compilation-message-face 'default)
'(cua-global-mark-cursor-color "#2aa198")
'(cua-normal-cursor-color "#839496")
'(cua-overwrite-cursor-color "#b58900")
'(cua-read-only-cursor-color "#859900")
'(custom-safe-themes
'("5d680d57f9707d837de80e263de624aacbacebcab51bcf8f564744f0a82d26f0" "01fbe89e3fcdda0cc5ee3c5e9f72a9953d5b7fa0cf620fa9d25e9fa08d462b8d" "859763cf81c9daad4014814bf8e6ba50eeda162a4e20373fa4425088fa1175f3" "0dd2666921bd4c651c7f8a724b3416e95228a13fca1aa27dc0022f4e023bf197" "b73a23e836b3122637563ad37ae8c7533121c2ac2c8f7c87b381dd7322714cd0" default))
'(flycheck-display-errors-function #'flycheck-pos-tip-error-messages)
'(flycheck-javascript-flow-args nil)
'(frame-background-mode nil)
'(highlight-changes-colors '("#d33682" "#6c71c4"))
'(magit-commit-arguments '("--gpg-sign=FC458350C0F8EBCC"))
'(magit-diff-use-overlays nil)
'(package-selected-packages
'(polymode zen-mode mmm-mode eglot jsdoc vterm typescript-mode flycheck-indicator ido-mode fira-code-mode dash company-lsp zprint-mode whitespace-cleanup-mode wgrep visual-regexp string-edit-at-point smartparens simple-httpd restclient prodigy perspective nodejs-repl move-text kaocha-runner inflections ido-vertical-mode ido-completing-read+ ido-at-point hydra htmlize highlight-escape-sequences groovy-mode gist forge flycheck-joker flx-ido flx fill-column-indicator elisp-slime-nav edn dockerfile-mode deadgrep diff-hl css-eldoc clojure-mode-extra-font-locking jupyter lsp-tailwindcss clojure-mode atom-one-dark-theme ein magit-gitflow helm-rg ripgrep format-sql sql-indent helm-projectile helm yasnippet-snippets magit-popup typescript diminish one-themes company-box js2-mode flycheck projectile flycheck-color-mode-line magithub elcord rainbow-delimiters ample-theme solarized-theme lsp-ui company-mode lsp-javascript-typescript lsp-mode cypher-mode add-node-modules-path company prettier-js elixir-mode tide rjsx-mode coffee-mode nginx-mode nginx yaml-mode web-mode wakatime-mode undo-tree swiper paredit neotree markdown-mode magit less-css-mode json-mode js2-refactor find-file-in-project expand-region exec-path-from-shell emojify emmet-mode editorconfig csharp-mode color-theme-solarized cider auto-complete angular-snippets))
'(safe-local-variable-values
'((flycheck-disabled-checkers emacs-lisp-checkdoc)
(js2-basic-offset . 2)))
'(term-default-bg-color "#002b36")
'(term-default-fg-color "#839496")
'(vc-annotate-background nil)
'(vc-annotate-background-mode nil)
'(vc-annotate-color-map
'((20 . "#dc322f")
(40 . "#c9485ddd1797")
(60 . "#bf7e73b30bcb")
(80 . "#b58900")
(100 . "#a5a58ee30000")
(120 . "#9d9d91910000")
(140 . "#9595943e0000")
(160 . "#8d8d96eb0000")
(180 . "#859900")
(200 . "#67119c4632dd")
(220 . "#57d79d9d4c4c")
(240 . "#489d9ef365ba")
(260 . "#3963a04a7f29")
(280 . "#2aa198")
(300 . "#288e98cbafe2")
(320 . "#27c19460bb87")
(340 . "#26f38ff5c72c")
(360 . "#268bd2")))
'(vc-annotate-very-old-color nil)
'(warning-suppress-types '((lsp-mode)))
'(weechat-color-list
'(unspecified "#002b36" "#073642" "#990A1B" "#dc322f" "#546E00" "#859900" "#7B6000" "#b58900" "#00629D" "#268bd2" "#93115C" "#d33682" "#00736F" "#2aa198" "#839496" "#657b83"))
'(xterm-color-names
["#073642" "#dc322f" "#859900" "#b58900" "#268bd2" "#d33682" "#2aa198" "#eee8d5"])
'(xterm-color-names-bright
["#002b36" "#cb4b16" "#586e75" "#657b83" "#839496" "#6c71c4" "#93a1a1" "#fdf6e3"]))
(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.
)