-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcustom.el
311 lines (311 loc) · 16.8 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
(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.
'(TeX-view-program-selection
'(((output-dvi has-no-display-manager) "dvi2tty")
((output-dvi style-pstricks) "dvips and gv") (output-dvi "xdvi")
(output-pdf "PDF Tools") (output-html "xdg-open")))
'(ansi-color-faces-vector
[default default default italic underline success warning error])
'(ansi-color-names-vector
["#fffefe" "#9d0000" "#006a00" "#0e1b00" "#6845138" "#840086"
"#003567" "#494949"])
'(auto-save-list-file-prefix "~/.emacs.d/temp-files/auto-save-list/.auto-saves-")
'(bmkp-last-as-first-bookmark-file "~/.emacs.d/bookmarks")
'(bookmark-default-file "~/.emacs.d/bookmarks")
'(cider-repl-history-file "~/.emacs.d/temp-files/nrepl-history.txt")
'(cider-repl-print-length 200)
'(completion-styles '(basic partial-completion emacs22))
'(connection-local-criteria-alist
'(((:application vc-git) vc-git-connection-default-profile)
((:application tramp :protocol "kubernetes")
tramp-kubernetes-connection-local-default-profile)
((:application tramp :protocol "flatpak")
tramp-container-connection-local-default-flatpak-profile
tramp-flatpak-connection-local-default-profile)
((:application tramp :machine "localhost")
tramp-connection-local-darwin-ps-profile)
((:application tramp :machine "raagitkombdi.vedang.me")
tramp-connection-local-darwin-ps-profile)
((:application tramp)
tramp-connection-local-default-system-profile
tramp-connection-local-default-shell-profile)
((:application eshell) eshell-connection-default-profile)))
'(connection-local-profile-alist
'((vc-git-connection-default-profile (vc-git--program-version))
(tramp-flatpak-connection-local-default-profile
(tramp-remote-path "/app/bin" tramp-default-remote-path "/bin"
"/usr/bin" "/sbin" "/usr/sbin"
"/usr/local/bin" "/usr/local/sbin"
"/local/bin" "/local/freeware/bin"
"/local/gnu/bin" "/usr/freeware/bin"
"/usr/pkg/bin" "/usr/contrib/bin" "/opt/bin"
"/opt/sbin" "/opt/local/bin"))
(tramp-kubernetes-connection-local-default-profile
(tramp-config-check . tramp-kubernetes--current-context-data)
(tramp-extra-expand-args 97
(tramp-kubernetes--container
(car tramp-current-connection))
104
(tramp-kubernetes--pod
(car tramp-current-connection))
120
(tramp-kubernetes--context-namespace
(car tramp-current-connection))))
(tramp-container-connection-local-default-flatpak-profile
(tramp-remote-path "/app/bin" tramp-default-remote-path "/bin"
"/usr/bin" "/sbin" "/usr/sbin"
"/usr/local/bin" "/usr/local/sbin"
"/local/bin" "/local/freeware/bin"
"/local/gnu/bin" "/usr/freeware/bin"
"/usr/pkg/bin" "/usr/contrib/bin" "/opt/bin"
"/opt/sbin" "/opt/local/bin"))
(tramp-connection-local-darwin-ps-profile
(tramp-process-attributes-ps-args "-acxww" "-o"
"pid,uid,user,gid,comm=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
"-o" "state=abcde" "-o"
"ppid,pgid,sess,tty,tpgid,minflt,majflt,time,pri,nice,vsz,rss,etime,pcpu,pmem,args")
(tramp-process-attributes-ps-format (pid . number)
(euid . number)
(user . string)
(egid . number) (comm . 52)
(state . 5) (ppid . number)
(pgrp . number)
(sess . number)
(ttname . string)
(tpgid . number)
(minflt . number)
(majflt . number)
(time . tramp-ps-time)
(pri . number)
(nice . number)
(vsize . number)
(rss . number)
(etime . tramp-ps-time)
(pcpu . number)
(pmem . number) (args)))
(tramp-connection-local-busybox-ps-profile
(tramp-process-attributes-ps-args "-o"
"pid,user,group,comm=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
"-o" "stat=abcde" "-o"
"ppid,pgid,tty,time,nice,etime,args")
(tramp-process-attributes-ps-format (pid . number)
(user . string)
(group . string) (comm . 52)
(state . 5) (ppid . number)
(pgrp . number)
(ttname . string)
(time . tramp-ps-time)
(nice . number)
(etime . tramp-ps-time)
(args)))
(tramp-connection-local-bsd-ps-profile
(tramp-process-attributes-ps-args "-acxww" "-o"
"pid,euid,user,egid,egroup,comm=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
"-o"
"state,ppid,pgid,sid,tty,tpgid,minflt,majflt,time,pri,nice,vsz,rss,etimes,pcpu,pmem,args")
(tramp-process-attributes-ps-format (pid . number)
(euid . number)
(user . string)
(egid . number)
(group . string) (comm . 52)
(state . string)
(ppid . number)
(pgrp . number)
(sess . number)
(ttname . string)
(tpgid . number)
(minflt . number)
(majflt . number)
(time . tramp-ps-time)
(pri . number)
(nice . number)
(vsize . number)
(rss . number)
(etime . number)
(pcpu . number)
(pmem . number) (args)))
(tramp-connection-local-default-shell-profile
(shell-file-name . "/bin/sh") (shell-command-switch . "-c"))
(tramp-connection-local-default-system-profile
(path-separator . ":") (null-device . "/dev/null"))
(eshell-connection-default-profile (eshell-path-env-list))))
'(custom-safe-themes
'("97db542a8a1731ef44b60bc97406c1eb7ed4528b0d7296997cbb53969df852d6"
"47e6f8c23eaea064b89ed1361b5824ee4f9562a8c4a30774ee9ee69f9b9d4f69"
"1d89fcf0105dd8778e007239c481643cc5a695f2a029c9f30bd62c9d5df6418d"
"97965ccdac20cae22c5658c282544892959dc541af3e9ef8857dbf22eb70e82b"
"420459d6eeb45aadf5db5fbcc3d6990b65141c104911f7359454fc29fa9d87a0"
"35ce59fe20479957989ed789edd305adac5020ed5cf6dabda4ae351d5e380520"
"02591317120fb1d02f8eb4ad48831823a7926113fa9ecfb5a59742420de206e0"
"170bb47b35baa3d2439f0fd26b49f4278e9a8decf611aa33a0dad1397620ddc3"
"fa2af0c40576f3bde32290d7f4e7aa865eb6bf7ebe31eb9e37c32aa6f4ae8d10"
default))
'(eldoc-echo-area-prefer-doc-buffer 'maybe)
'(eww-bookmarks-directory "~/.emacs.d/temp-files/")
'(fontaine-latest-state-file "~/.emacs.d/temp-files/fontaine-latest-state.eld")
'(forge-database-file "~/.emacs.d/temp-files/forge-database.sqlite")
'(helm-adaptive-history-file "~/.emacs.d/temp-files/helm-adaptive-history")
'(helm-always-two-windows nil)
'(helm-apropos-show-short-doc t)
'(helm-buffers-fuzzy-matching t)
'(helm-commands-using-frame '(helm-apropos))
'(helm-completion-style 'emacs)
'(helm-ff-auto-update-initial-value t)
'(helm-ff-file-name-history-use-recentf t)
'(helm-grep-file-path-style 'relative)
'(helm-imenu-use-icon t)
'(helm-locate-recursive-dirs-command "fd --hidden --type d .*%s.*$ %s")
'(helm-mini-default-sources
'(helm-source-buffers-list helm-source-recentf helm-source-bookmarks
helm-source-buffer-not-found
helm-source-files-in-all-dired))
'(helm-reuse-last-window-split-state nil)
'(helm-use-frame-when-more-than-two-windows t)
'(helm-use-frame-when-no-suitable-window t)
'(hl-sexp-background-color "#060404")
'(ignored-local-variable-values
'((eval
(lambda nil
(defun cider-jack-in-wrapper-function (orig-fun &rest args)
(if (and (boundp 'use-bb-dev) use-bb-dev)
(message
"Use `bb dev` to start the development server, then `cider-connect` to the port it specifies.")
(apply orig-fun args)))
(advice-add 'cider-jack-in :around
#'cider-jack-in-wrapper-function)
(when (not (featurep 'clerk))
(let
((init-file-path
(expand-file-name "clerk.el" default-directory)))
(when (file-exists-p init-file-path)
(load init-file-path) (require 'clerk))))))
(use-bb-dev . t) (prettify-symbols-mode)))
'(mc/list-file "~/.emacs.d/temp-files/mc-lists.el")
'(mml-secure-openpgp-sign-with-sender t)
'(org-clock-persist-file "~/.emacs.d/temp-files/org-clock-save.el")
'(org-hugo-preserve-filling nil)
'(org-id-locations-file "~/.emacs.d/temp-files/.org-id-locations")
'(org-latex-classes
'(("article" "\\documentclass[11pt]{article}"
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
("report" "\\documentclass[a4paper,12pt]{report}"
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
("book" "\\documentclass[11pt]{book}"
("\\part{%s}" . "\\part*{%s}")
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
'(org-super-agenda-mode t)
'(package-selected-packages
'(ascii-art-to-unicode compat easy-kill elpher map persist
rainbow-mode))
'(pdf-annot-default-annotation-properties
'((t (label . "Vedang Manerikar") (color . "yellow"))
(text (color . "#ff0000") (icon . "Comment"))
(highlight (color . "yellow")) (underline (color . "blue"))
(squiggly (color . "orange")) (strike-out (color . "red"))))
'(pdf-annot-list-listed-types
'(file free-text highlight squiggly strike-out text underline))
'(pdf-annot-minor-mode-map-prefix [3 1])
'(project-list-file "~/.emacs.d/temp-files/projects")
'(recentf-exclude
'("/\\(\\(\\(COMMIT\\|NOTES\\|PULLREQ\\|MERGEREQ\\|TAG\\)_EDIT\\|MERGE_\\|\\)MSG\\|\\(BRANCH\\|EDIT\\)_DESCRIPTION\\)\\'"
"~/.emacs.d/temp-files/*"))
'(recentf-save-file "~/.emacs.d/temp-files/recentf")
'(safe-local-variable-directories '("/Users/nejo/src/github/metabase/metabase/"))
'(safe-local-variable-values
'((denote-directory
. "/Users/nejo/Tresors/Documents/salher-content/docs")
(denote-file-type . org) (denote-file-type . markdown-yaml)
(denote-file-type quote markdown-yaml) (system-time-locale . "C")
(org-taskjuggler-default-global-properties
. "shift s40 \"Working Shift\" {\12 workinghours sat, sun off\12}\12leaves holiday \"New Year\" 2022-01-01\12flags hsc_z, hsc_a\12")
(org-taskjuggler-default-global-properties
. "shift s40 \"Working Shift\" {\12 workinghours sat, sun off\12}\12leaves holiday \"New Year\" 2020-01-01\12flags hsc_z, hsc_a\12")
(org-duration-units ("min" . 1) ("h" . 60) ("d" . 480)
("w" . 2400) ("m" . 9600) ("y" . 96000))
(org-taskjuggler-keep-project-as-task . t)
(org-taskjuggler-target-version . 3.6)
(org-taskjuggler-default-global-properties
. "shift s40 \"Working Shift\" {\12 workinghours sat, sun off\12}\12leaves holiday \"New Year\" 2020-01-01\12")
(checkdoc-package-keywords-flag)
(eval font-lock-add-keywords nil
`
((,(concat "("
(regexp-opt
'("sp-do-move-op" "sp-do-move-cl"
"sp-do-put-op" "sp-do-put-cl" "sp-do-del-op"
"sp-do-del-cl")
t)
"\\_>")
1 'font-lock-variable-name-face)))
(eval define-clojure-indent (clj-action 'defun)
(implement-action 4))
(eval define-clojure-indent (on-one-node 1))
(eval define-clojure-indent (with-action-values 1)
(with-service-restart 1))
(eval define-clojure-indent (plan-when 1) (plan-when-not 1))
(eval ignore-errors
"Write-contents-functions is a buffer-local alternative to before-save-hook"
(add-hook 'write-contents-functions
(lambda nil (delete-trailing-whitespace) nil))
(require 'whitespace)
"Sometimes the mode needs to be toggled off and on."
(whitespace-mode 0) (whitespace-mode 1))
(whitespace-line-column . 80)
(whitespace-style face trailing lines-tail)
(require-final-newline . t)
(eval define-clojure-indent (phase-context 2) (defmethod-plan 2))
(eval define-clojure-indent (def-collect-plan-fn 'defun))
(eval define-clojure-indent (defplan 'defun)
(def-aggregate-plan-fn 'defun))
(eval define-clojure-indent (cluster-spec 1) (group-spec 1))
(eval define-clojure-indent (facts 'defun) (fact-group 'defun))
(lexical-binding . t)))
'(save-place-file "~/.emacs.d/temp-files/saveplace")
'(savehist-file "~/.emacs.d/temp-files/savehist")
'(vterm-shell "/opt/homebrew/bin/fish")
'(zoneinfo-style-world-list
'(("America/Los_Angeles" "SF (Jitesh)")
("America/New_York" "NYC (Kaushal)")
("Europe/London" "London (RHI)") ("Europe/Paris" "Paris (Parul)")
("Asia/Calcutta" "Bangalore") ("Asia/Tokyo" "Tokyo (Siddhi)")
("America/Los_Angeles" "Seattle (Soniya)")
("Europe/Berlin" "Stuttgard (RHI)"))))
(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.
'(auto-dim-other-buffers-face ((t (:background "#2E3440"))))
'(fringe ((t :background "#edf5e2")))
'(header-line ((t :box (:line-width 4 :color "#e3e9d6" :style nil))))
'(header-line-highlight ((t :box (:color "#221321"))))
'(keycast-key ((t)))
'(line-number ((t :background "#edf5e2")))
'(mode-line ((t :background "#edf5e2" :overline "#142810" :box (:line-width 6 :color "#edf5e2" :style nil))))
'(mode-line-active ((t :background "#edf5e2" :overline "#142810" :box (:line-width 6 :color "#edf5e2" :style nil))))
'(mode-line-highlight ((t :box (:color "#221321"))))
'(mode-line-inactive ((t :background "#edf5e2" :overline "#676470" :box (:line-width 6 :color "#edf5e2" :style nil))))
'(tab-bar-tab ((t :box (:line-width 4 :color "#edf5e2" :style nil))))
'(tab-bar-tab-inactive ((t :box (:line-width 4 :color "#b0b7aa" :style nil))))
'(tab-line-tab ((t)))
'(tab-line-tab-active ((t)))
'(tab-line-tab-inactive ((t)))
'(vertical-border ((t :background "#edf5e2" :foreground "#edf5e2")))
'(window-divider ((t (:background "#edf5e2" :foreground "#edf5e2"))))
'(window-divider-first-pixel ((t (:background "#edf5e2" :foreground "#edf5e2"))))
'(window-divider-last-pixel ((t (:background "#edf5e2" :foreground "#edf5e2")))))