about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
Commit message (Expand)AuthorAgeFilesLines
* Modify eshell promptDavid Morgan2024-08-301-0/+15
* Cut down/fix gumshoe configDavid Morgan2024-08-301-10/+1
* Add consult-line to embark-consult-async-search-mapDavid Morgan2024-08-301-0/+1
* Use the main branch for magit and related packagesDavid Morgan2024-08-222-1/+10
* Remove unnecessary :ensureDavid Morgan2024-08-161-1/+0
* Improve readabilityDavid Morgan2024-08-161-1/+1
* Add restclient-copy-curl-commandDavid Morgan2024-08-161-0/+19
* Add bindings for windmove delete commandsDavid Morgan2024-07-231-1/+5
* Add causuel-ibuffer and some ibuffer bindingsDavid Morgan2024-07-231-2/+17
* Turn on popper's perspective groupingDavid Morgan2024-07-181-0/+1
* Use transpose-frame to improve UX on large screensDavid Morgan2024-07-182-26/+25
* Change cider-jack-in-and-run-main bindingDavid Morgan2024-07-182-3/+3
* Add avy-goto-word-1 bindingDavid Morgan2024-07-101-0/+1
* Fix whitespaceDavid Morgan2024-07-101-2/+2
* Add binding to turn on deadgrep-edit-modeDavid Morgan2024-06-201-0/+2
* Replace crux-switch-to-previous-buffer with a persp-aware versionDavid Morgan2024-06-192-1/+6
* Add some csv-mode bindingsDavid Morgan2024-06-181-1/+5
* Set dired-vc-rename-fileDavid Morgan2024-06-181-0/+1
* Simplify cider-jack-in-and-run-main functionalityDavid Morgan2024-06-181-9/+4
* Fix typo in transient menu labelDavid Morgan2024-06-131-1/+1
* Add more elpaca bindingsDavid Morgan2024-06-131-1/+5
* Add casual-avyDavid Morgan2024-06-131-0/+4
* Add casual-dired and other bindingsDavid Morgan2024-06-131-1/+9
* Add more Clojure abbrevsDavid Morgan2024-06-111-1/+7
* Use newer xrefDavid Morgan2024-06-052-4/+14
* Add isearch-menu configDavid Morgan2024-06-011-0/+91
* Improve elpaca transient configDavid Morgan2024-06-011-2/+11
* Use cider-enable-flex-completion and remove workaroundDavid Morgan2024-06-011-14/+1
* Add cider-eval-including-letsDavid Morgan2024-06-011-0/+47
* Fix indentationDavid Morgan2024-06-011-12/+12
* Update elpaca installer codeDavid Morgan2024-03-161-4/+6
* Ensure cider-jack-in-and-run-main is boundDavid Morgan2024-03-161-1/+3
* Update for elpaca :ensure changesDavid Morgan2024-02-175-9/+8
* Prevent selected from interfering with magitDavid Morgan2024-01-271-0/+1
* Fix issues related to built-in packagesDavid Morgan2024-01-271-0/+6
* Improve handling of corfu and vertico extensionsDavid Morgan2024-01-272-4/+2
* WIP: fix persp-buffer-flip-skip-bufferDavid Morgan2024-01-021-7/+7
* Add workaround for packages needing newer seqDavid Morgan2024-01-021-0/+12
* Add git-link-blame functionDavid Morgan2024-01-021-0/+8
* Tweak config for selectedDavid Morgan2024-01-021-1/+2
* Make sure cider runs all the testsDavid Morgan2024-01-021-0/+1
* Update function call to new name (cape-super-capf -> cape-capf-super)David Morgan2024-01-021-1/+1
* Copy latest cape bindings from the READMEDavid Morgan2023-11-151-1/+3
* Remove references to deprecated cape-ispellDavid Morgan2023-11-151-3/+1
* Flash modeline with ring-bell-functionDavid Morgan2023-11-111-1/+5
* Add view-mode configDavid Morgan2023-11-111-0/+26
* Update affe-orderless-regexp-compiler for latest orderlessDavid Morgan2023-11-111-1/+1
* Update elpaca installerDavid Morgan2023-11-111-2/+4
* Add consult-todoDavid Morgan2023-11-111-0/+4
* Set cider-clojure-compilation-error-phases to nilDavid Morgan2023-10-251-0/+1
-02-17 16:57:37 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2015-02-17 17:14:45 -0800 775 - starting to reorg C++ mu to use layers' href='/akkartik/mu/commit/cpp/literate/tangle/001trace.cc?h=hlt&id=515309164793b2e03c15954bf8a89f0f288a7f2c'>51530916 ^
add9d36d ^

51530916 ^







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