about summary refs log tree commit diff stats
path: root/emacs-prelude/personal
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-prelude/personal')
-rw-r--r--emacs-prelude/personal/lisp/init-lsp.el2
-rw-r--r--emacs-prelude/personal/lisp/init-modeline.el1
-rw-r--r--emacs-prelude/personal/lisp/init-ui.el7
-rw-r--r--emacs-prelude/personal/personal.el4
4 files changed, 10 insertions, 4 deletions
diff --git a/emacs-prelude/personal/lisp/init-lsp.el b/emacs-prelude/personal/lisp/init-lsp.el
index 9f8f1cd..6803332 100644
--- a/emacs-prelude/personal/lisp/init-lsp.el
+++ b/emacs-prelude/personal/lisp/init-lsp.el
@@ -3,7 +3,7 @@
   :after key-chord
   :hook (clojure-mode . lsp)
   :config
-  (setq gc-cons-threshold (* 100 1024 1024)
+  (setq ;gc-cons-threshold (* 100 1024 1024)
         read-process-output-max (* 1024 1024)
         lsp-ui-doc-delay 1
         lsp-lens-enable nil
diff --git a/emacs-prelude/personal/lisp/init-modeline.el b/emacs-prelude/personal/lisp/init-modeline.el
index 4a727d7..b95eb80 100644
--- a/emacs-prelude/personal/lisp/init-modeline.el
+++ b/emacs-prelude/personal/lisp/init-modeline.el
@@ -31,4 +31,3 @@
      (not-checked . "○"))))
 
 (provide 'init-modeline)
-
diff --git a/emacs-prelude/personal/lisp/init-ui.el b/emacs-prelude/personal/lisp/init-ui.el
index 867fd5b..d3806f3 100644
--- a/emacs-prelude/personal/lisp/init-ui.el
+++ b/emacs-prelude/personal/lisp/init-ui.el
@@ -7,8 +7,11 @@
 (prelude-require-package 'solarized-theme)
 ;(load-theme 'solarized-dark t)
 (prelude-require-package 'modus-themes)
-(setq modus-themes-syntax '(alt-syntax green-strings yellow-comments)
-      modus-themes-paren-match '(bold intense underline))
+;(setq modus-themes-syntax '(alt-syntax green-strings yellow-comments)
+(setq modus-themes-syntax '(green-strings yellow-comments)
+      modus-themes-paren-match '(bold intense underline)
+      modus-themes-diffs '(desaturated)
+      modus-themes-lang-checkers '(text-also background))
 (load-theme 'modus-vivendi t)
 
 (setq whitespace-line-column 120)
diff --git a/emacs-prelude/personal/personal.el b/emacs-prelude/personal/personal.el
index dd09228..b5a1284 100644
--- a/emacs-prelude/personal/personal.el
+++ b/emacs-prelude/personal/personal.el
@@ -15,6 +15,10 @@
 (require 'init-mac)
 (require 'init-misc)
 
+(add-hook 'after-init-hook '(lambda ()
+                              (setq gc-cons-threshold (* 100 1024 1024)
+                                    gc-cons-percentage 0.1)))
+
 (global-unset-key (kbd "<left>"))
 (global-unset-key (kbd "<right>"))
 (global-unset-key (kbd "<up>"))
0300 committer Dmitry Podgorny <pasis.ua@gmail.com> 2013-07-31 01:51:07 +0300 fixed several memory leaks in command.c and jid.c' href='/danisanti/profani-tty/commit/src/jid.c?id=5505387c37f594db0368317a2349c429c8ddedfe'>5505387c ^
94bcf188 ^
d239a127 ^


94bcf188 ^



d239a127 ^
5505387c ^
d239a127 ^

94bcf188 ^
d239a127 ^
5505387c ^
d239a127 ^




94bcf188 ^
d239a127 ^


94bcf188 ^
4c78534b ^
d239a127 ^


94bcf188 ^
4c78534b ^
d239a127 ^

70b923a7 ^

d239a127 ^
89b76400 ^
94bcf188 ^
d239a127 ^
70b923a7 ^
d239a127 ^
94bcf188 ^
d239a127 ^
5505387c ^
d239a127 ^

94bcf188 ^
5505387c ^
94bcf188 ^
d239a127 ^
94bcf188 ^

dd11334b ^

3a22719b ^

235339e5 ^
3a22719b ^





d827abdd ^


4c78534b ^
0346fda0 ^






bbdc3413 ^
d827abdd ^

ec75b5e0 ^





94bcf188 ^
2cea2639 ^

94bcf188 ^

dd11334b ^

94bcf188 ^
70b923a7 ^
f5686cab ^
70b923a7 ^
94bcf188 ^
235339e5 ^
94bcf188 ^








94bcf188 ^



dd11334b ^

94bcf188 ^

5505387c ^
94bcf188 ^
4c78534b ^

5505387c ^

94bcf188 ^

94bcf188 ^
94bcf188 ^
5505387c ^

e263e00a ^




dd11334b ^
e263e00a ^






240f6a3f ^
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