-
Notifications
You must be signed in to change notification settings - Fork 3
/
custom.el
122 lines (122 loc) · 5.02 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
(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.
'(avy-lead-face ((t (:foreground "#FFAB91" :weight bold))))
'(avy-lead-face-0 ((t (:foreground "#673AB7" :weight bold))))
'(avy-lead-face-1 ((t (:foreground "#ECEFF1"))))
'(child-frame-border ((t (:foreground "#90A4AE"))))
'(doom-modeline-buffer-path ((t (:inherit (doom-modeline-emphasis bold) :foreground "gray100"))))
'(flyspell-duplicate ((t (:underline (:color "#673AB7" :style line)))))
'(flyspell-incorrect ((t (:underline (:color "#673AB7" :style line)))))
'(git-gutter-fr:added ((t (:foreground "#FFAB91"))))
'(git-gutter-fr:modified ((t (:foreground "#673AB7"))))
'(git-gutter:modified ((t (:foreground "#673AB7"))))
'(ivy-posframe ((t nil)))
'(lsp-ui-doc-background:modified ((t (:background "#FAFAFA"))))
'(lsp-ui-doc-url:added ((t (:background "#FAFAFA"))))
'(org-document-title ((t (:height 1.7 :underline t :inherit nano-salient))))
'(org-level-1 ((t (:height 1.45 :inherit nano-salient))))
'(org-level-2 ((t (:height 1.3 :inherit nano-popout))))
'(org-level-3 ((t (:height 1.15 :inherit nano-popout))))
'(org-level-4 ((t (:height 0.9))))
'(scroll-bar ((t (:background "#FFFFFF"))))
'(variable-pitch ((t (:family "Avenir" :height 180))))
'(vterm-color-blue ((t (:foreground "#673AB7"))))
'(vterm-color-green ((t (:foreground "#FFAB91"))))
'(vterm-color-magenta ((t (:foreground "#673AB7"))))
'(vterm-color-red ((t (:foreground "#FF6F00"))))
'(vterm-color-yellow ((t (:foreground "#FFAB91")))))
(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.
'(connection-local-criteria-alist
'(((:application tramp :machine "localhost")
tramp-connection-local-darwin-ps-profile)
((:application tramp :machine "Saihajs-MacBook-Air.local")
tramp-connection-local-darwin-ps-profile)
((:application tramp)
tramp-connection-local-default-system-profile tramp-connection-local-default-shell-profile)) t)
'(connection-local-profile-alist
'((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"))) t)
'(global-wakatime-mode t t)
'(mouse-wheel-progressive-speed nil)
'(package-selected-packages
'(nano-modeline wakatime-mode olivetti subed ivy-posframe gpt org-center-headings))
'(wakatime-api-key "waka_b0c3c9b1-a895-4f1a-8706-f6ce7f52869e")
'(wakatime-cli-path "~/.wakatime/wakatime-cli"))
(put 'customize-face 'disabled nil)