Commit Graph

1895 Commits

Author SHA1 Message Date
Case Duckworth
46e1d53222 Fix bug and add bindings 2021-10-06 11:17:10 -05:00
Case Duckworth
14e4e5d050 Fix up org-mode config 2021-10-06 11:16:55 -05:00
Case Duckworth
2409909392 Stub a function 2021-10-06 11:16:32 -05:00
Case Duckworth
d134922c7c Add open-paragraph 2021-10-06 11:16:18 -05:00
Case Duckworth
08bdb9d3a2 Fix eshell... I think
Eshell's loading order is so confusing
2021-10-06 11:15:46 -05:00
Case Duckworth
352f18559c Merge branch 'main' of github.com:duckwork/.emacs.d 2021-10-05 20:20:42 -05:00
Case Duckworth
b772b5d42a Correct bug 2021-10-05 20:18:03 -05:00
Case Duckworth
4c8feba76a Install emacs-everywhere 2021-10-05 20:05:39 -05:00
Case Duckworth
a96f8301a5 Change initial frame setup 2021-10-05 20:05:22 -05:00
Case Duckworth
3f7a8703ed Replace ytel with ytdious
Better interface
2021-10-05 14:23:47 -05:00
Case Duckworth
4fe1c79b45 Change quoting style 2021-10-05 14:23:20 -05:00
Case Duckworth
3490471015 Add consult-dir 2021-10-05 14:23:10 -05:00
Case Duckworth
66ecd92944 Change :straight-if to :straight-when
`:straight-when` is a more accurate representation of what it's doing.  I also
found out that I could change its indentation, which I did.
2021-10-05 14:22:18 -05:00
Case Duckworth
24fee83cc0 Don't pulse line 2021-10-05 14:20:39 -05:00
Case Duckworth
496951513d Customize random stuff 2021-10-05 08:34:24 -05:00
Case Duckworth
d8d2f5d06d Add lines to pulse 2021-10-05 08:33:36 -05:00
Case Duckworth
007be7aa3d Correct percentage display in modeline 2021-10-05 08:33:16 -05:00
Case Duckworth
3dd81b2efe Add spongebob-case
Studlify is ... too complicated.
2021-10-05 08:32:54 -05:00
Case Duckworth
803ce1550a Add TODOs 2021-10-05 08:32:32 -05:00
Case Duckworth
96407712a7 Lisp stuff 2021-10-02 00:04:16 -05:00
Case Duckworth
4c1475e739 Reorganize and shit
- paredit -> smartparens
- re-builder (C-M-5)
- other stuff
- reorder
2021-10-01 22:23:14 -05:00
Case Duckworth
437f92c71c Change modeline font 2021-10-01 19:07:33 -05:00
Case Duckworth
3a82a01e91 Blep 2021-10-01 19:06:13 -05:00
Case Duckworth
4acb2f7da7 Change fonts 2021-10-01 19:05:26 -05:00
Case Duckworth
722fdb5bf7 Fix bug 2021-09-30 23:45:09 -05:00
Case Duckworth
ce522ca1a7 Merge branch 'main' of https://tildegit.org/acdw/emacs 2021-09-30 23:23:57 -05:00
Case Duckworth
2c93878756 Re-write acdw-reading.el 2021-09-30 23:17:41 -05:00
Case Duckworth
8c14455783 Remove custom bindings for winum
The defaults are fine
2021-09-30 23:17:21 -05:00
Case Duckworth
bc4f54512b Add visual-fill-column 2021-09-30 23:17:08 -05:00
Case Duckworth
b7b43e326a Hook more things into circe 2021-09-30 23:16:51 -05:00
Case Duckworth
012305d5ad Add #emacsconf-org to list of autojoined channels 2021-09-30 23:16:30 -05:00
Case Duckworth
4873990a70 Fix bug in acdw-reading.el 2021-09-30 18:23:15 -05:00
Case Duckworth
c57cdb05c7 Update org-mode recipe 2021-09-30 18:22:58 -05:00
Case Duckworth
fe3d1162cc Add circe-command-SLAP 2021-09-30 17:20:24 -05:00
Case Duckworth
d12cac2619 Add to orderless styles 2021-09-30 17:20:05 -05:00
Case Duckworth
b03b54fa04 Super save not when idle 2021-09-30 17:19:56 -05:00
Case Duckworth
613860e8cc Add acdw-ytel.el 2021-09-30 17:19:45 -05:00
Case Duckworth
0184437387 Merge branch 'main' of tildegit.org:acdw/emacs 2021-09-29 17:24:48 -05:00
Case Duckworth
8e5865b915 Track chd.el 2021-09-29 17:23:41 -05:00
Case Duckworth
13e1698e9b Change avy and link-hint binds to use j
C-j link-hint-open-link
M-j avy-goto-char-timer
2021-09-29 17:22:32 -05:00
Case Duckworth
8e19913a07 Fix bindings 2021-09-29 17:22:12 -05:00
Case Duckworth
0165cc6bfc Change apheleia stupid indenting 2021-09-29 17:21:50 -05:00
Case Duckworth
b954ae483d Add :load-after setup form 2021-09-29 17:21:31 -05:00
Case Duckworth
27681dda7c Add comment to patch acdw-re 2021-09-29 17:21:18 -05:00
Case Duckworth
17b01d3eb5 Also show percentage of file in the modeline 2021-09-29 17:21:01 -05:00
Case Duckworth
6198dfb726 Move stuff to executable setup form
I should probably do this for all of the files or w/e
2021-09-29 17:20:22 -05:00
Case Duckworth
013424c62a Move the prompt to acdw-circe 2021-09-29 17:19:49 -05:00
Case Duckworth
0763e40986 Correct with-eval-after-loads
From this reddit comment:
https://old.reddit.com/r/emacs/comments/pxe9pr/need_help_writing_a_macro/hemygul/
2021-09-29 17:18:35 -05:00
Case Duckworth
11f8a9e341 Move sort-setups to acdw.el 2021-09-29 17:18:21 -05:00
Case Duckworth
2c82543973 Rewrite with-eval-after-loads 2021-09-28 19:52:09 -05:00