-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
117 lines (117 loc) · 7.38 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
(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.
'(Linum-format "%7i ")
'(ansi-color-faces-vector
[default bold shadow italic underline bold bold-italic bold])
'(ansi-color-names-vector
["#081724" "#ff694d" "#68f6cb" "#fffe4e" "#bad6e2" "#afc0fd" "#d2f1ff" "#d3f9ee"])
'(ansi-term-color-vector
[unspecified "#081724" "#ff694d" "#68f6cb" "#fffe4e" "#bad6e2" "#afc0fd" "#d2f1ff" "#d3f9ee"] t)
'(css-indent-offset 2)
'(custom-safe-themes
'("8f0a782ba26728fa692d35e82367235ec607d0c836e06bc39eb750ecc8e08258" "dd4045f095288cdd2ff9ba043e1a6def457e51af762aee7ecdafdbba0877e7c3" "950a9a6ca940ea1db61f7d220b01cddb77aec348d3c2524349a8683317d1dbb6" "b89a4f5916c29a235d0600ad5a0849b1c50fab16c2c518e1d98f0412367e7f97" "94a94c957cf4a3f8db5f12a7b7e8f3e68f686d76ae8ed6b82bd09f6e6430a32c" "30b14930bec4ada72f48417158155bc38dd35451e0f75b900febd355cda75c3e" "b66970f42d765a40fdb2b6b86dd2ab6289bed518cf4d8973919e5f24f0ca537b" "6343f4d41b209fe8990e3c5f4d2040b359612ef9cd8682f1e1e2a836beba8107" "2d835b43e2614762893dc40cbf220482d617d3d4e2c35f7100ca697f1a388a0e" "d9aa334b2011d57c8ce279e076d6884c951e82ebc347adbe8b7ac03c4b2f3d72" "24fc62afe2e5f0609e436aa2427b396adf9a958a8fa660edbaab5fb13c08aae6" "bb68c8e9cf542b744c66ab37ee63704d0b8c72a9de7a24314cb41d831396ea47" "0bff60fb779498e69ea705825a2ca1a5497a4fccef93bf3275705c2d27528f2f" "7356632cebc6a11a87bc5fcffaa49bae528026a78637acd03cae57c091afd9b9" "b9e9ba5aeedcc5ba8be99f1cc9301f6679912910ff92fdf7980929c2fc83ab4d" "923ee73494ea3611d2a1ff9f31bbf8d71b0b0cc2aeb4a6e0944ec6c83bc0ac23" "84d2f9eeb3f82d619ca4bfffe5f157282f4779732f48a5ac1484d94d5ff5b279" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "bb749a38c5cb7d13b60fa7fc40db7eced3d00aa93654d150b9627cabd2d9b361" "b181ea0cc32303da7f9227361bb051bbb6c3105bb4f386ca22a06db319b08882" "ff3ca9d675ad57854fb5485831a3c7d5f34aa47af4de0c24335b7efa02dbb8f9" "6559aabf0f35a65b95f92dfd3be1bd21fbc7068cce10b791558fbdbbe347c742" "7ceb8967b229c1ba102378d3e2c5fef20ec96a41f615b454e0dc0bfa1d326ea6" "98cc377af705c0f2133bb6d340bf0becd08944a588804ee655809da5d8140de6" "ff7625ad8aa2615eae96d6b4469fcc7d3d20b2e1ebc63b761a349bebbb9d23cb" "345f8f92edc3508574c61850b98a2e0a7a3f5ba3bb9ed03a50f6e41546fe2de0" "28ec8ccf6190f6a73812df9bc91df54ce1d6132f18b4c8fcc85d45298569eb53" "3b0a350918ee819dca209cec62d867678d7dac74f6195f5e3799aa206358a983" "8577da1641ed4bdf255341ca92e3d0e49c9f4d574458f09ce78159690442cade" "bc40f613df8e0d8f31c5eb3380b61f587e1b5bc439212e03d4ea44b26b4f408a" "eb004cabb2ba45f67e388c450daef92d6082e849c92efa55776525a821a36c84" "bb0d06c96041fe941461b54674921486221eaddc53df4d525da01db5e00e33c0" "53e29ea3d0251198924328fd943d6ead860e9f47af8d22f0b764d11168455a8e" "2b56bd7a702f4dd5f50db417ec2bcdd06a878a0e2834e9ab37ad3c5c93aaab74" "789844278c5a75283b5015c1fc7bebe7e4cf97843b8f8cffe21fafa05e81e90a" "8c96217559e181b053489988c7e95d449d1fb74f2c7df0485fa00a53bba109ce" "88e81c3939aaf00c93cf400fdc0c084e951279019b5d9a7393fba32cfa76561d" default))
'(display-battery-mode t)
'(display-time-mode t)
'(electric-pair-mode t)
'(ensime-sem-high-faces
'((var :foreground "#000000" :underline
(:style wave :color "yellow"))
(val :foreground "#000000")
(varField :foreground "#600e7a" :slant italic)
(valField :foreground "#600e7a" :slant italic)
(functionCall :foreground "#000000" :slant italic)
(implicitConversion :underline
(:color "#c0c0c0"))
(implicitParams :underline
(:color "#c0c0c0"))
(operator :foreground "#000080")
(param :foreground "#000000")
(class :foreground "#20999d")
(trait :foreground "#20999d" :slant italic)
(object :foreground "#5974ab" :slant italic)
(package :foreground "#000000")
(deprecated :strike-through "#000000")))
'(fci-rule-character-color "#202020")
'(fci-rule-color "#202020")
'(fringe-mode 4 nil (fringe))
'(global-auto-complete-mode t)
'(global-rinari-mode t)
'(helm-completion-style 'emacs)
'(helm-mode t)
'(hl-sexp-background-color "#1c1f26")
'(indent-tabs-mode nil)
'(js-indent-level 2)
'(main-line-color1 "#1E1E1E")
'(main-line-color2 "#111111")
'(main-line-separator-style 'chamfer)
'(markdown-code-block-braces nil)
'(mode-icons-mode t)
'(org-agenda-files
'("~/Desktop/timeclock.org" "/Users/abuckingham/dropbox/org/career.org" "/Users/abuckingham/dropbox/org/code.org" "/Users/abuckingham/playground/life-os/action-zone.org" "/Users/abuckingham/Dropbox/org/refile-beorg.org" "/Users/abuckingham/Dropbox/org/refile.org"))
'(org-export-with-broken-links 'mark)
'(org-html-doctype "html5")
'(org-icalendar-combined-agenda-file "~/Dropbox/org.ics")
'(org-icalendar-include-todo nil)
'(org-icalendar-store-UID t)
'(org-icalendar-timezone "")
'(org-icalendar-use-scheduled '(event-if-not-todo todo-start))
'(org-log-done t)
'(org-log-reschedule 'note)
'(org-pomodoro-ask-upon-killing t)
'(org-pomodoro-length 30)
'(org-pomodoro-manual-break t)
'(org-roam-db-autosync-mode t)
'(org-roam-db-update-on-save t)
'(org-roam-ui-follow-mode t)
'(org-roam-ui-mode t)
'(org-web-tools-pandoc-sleep-time 1.0)
'(orgit-store-repository-id nil)
'(package-selected-packages
'(snow fireplace yasnippet yaml-mode web-mode undo-tree twittering-mode sr-speedbar soothe-theme seeing-is-believing ruby-tools ruby-refactor ruby-end ruby-electric rspec-mode robe rinari rhtml-mode rbenv projectile-rails project-explorer powerline php-mode php+-mode password-generator parse-csv org-screenshot org-present org-plus-contrib ob-restclient nyan-prompt nyan-mode neotree multiple-cursors multi-term mode-icons minitest markdown-mode magit json-mode js2-mode helm-robe helm-projectile helm-ag haml-mode folding fold-this flymake-ruby flymake-php flymake-json flymake-haml expand-region ess enh-ruby-mode dracula-theme dash-at-point csv-mode company coffee-mode cider calfw bundler browse-kill-ring ace-jump-mode ace-jump-buffer ac-inf-ruby ac-html-csswatcher ac-html-bootstrap ac-html))
'(php-lineup-cascaded-calls t)
'(powerline-color1 "#1E1E1E")
'(powerline-color2 "#111111")
'(python-indent-def-block-scale 4)
'(send-mail-function 'mailclient-send-it)
'(smartparens-global-mode t)
'(standard-indent 2)
'(tab-always-indent 'complete)
'(vc-annotate-background nil)
'(vc-annotate-color-map
'((20 . "#d54e53")
(40 . "goldenrod")
(60 . "#e7c547")
(80 . "DarkOliveGreen3")
(100 . "#70c0b1")
(120 . "DeepSkyBlue1")
(140 . "#c397d8")
(160 . "#d54e53")
(180 . "goldenrod")
(200 . "#e7c547")
(220 . "DarkOliveGreen3")
(240 . "#70c0b1")
(260 . "DeepSkyBlue1")
(280 . "#c397d8")
(300 . "#d54e53")
(320 . "goldenrod")
(340 . "#e7c547")
(360 . "DarkOliveGreen3")))
'(vc-annotate-very-old-color nil)
'(warning-suppress-types '((lsp-mode) (lsp-mode) (lsp-mode) (emacs)))
'(web-mode-attr-indent-offset 2)
'(web-mode-code-indent-offset 2)
'(web-mode-css-indent-offset 4)
'(web-mode-enable-auto-indentation nil)
'(web-mode-enable-block-face t)
'(web-mode-enable-current-element-highlight t)
'(web-mode-indent-style 1)
'(web-mode-markup-indent-offset 2))
(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.
)