Commit Graph

158 Commits

Author SHA1 Message Date
Case Duckworth
a1ed955633 Fix typo
That colon .. twould jam up me colon
2021-03-12 17:39:42 -06:00
Case Duckworth
fe2e1dee76 Remove commented lines 2021-03-12 17:33:11 -06:00
Case Duckworth
a7454b956f Change cursor for `overwrite-mode' 2021-03-12 17:32:48 -06:00
Case Duckworth
884343deb4 Add :set', :local', :require' keywords to acdw/pkg' 2021-03-12 17:32:13 -06:00
Case Duckworth
ea9fad47ec Change `acdw/hooks' form
Instead of only allowing (list-of-hooks) (list-of-functions), `acdw/hooks' now
accepts a (list-of-hook-specs), each of which is of the above form, allowing the
user to set multiple unrelated hooks at once.
2021-03-12 17:29:26 -06:00
Case Duckworth
32800720dd Move acdw/modeline' functions into acdw/pkg' forms
This change means I don't have to `require' libraries that haven't been
registered with `straight' yet.
2021-03-12 17:22:32 -06:00
Case Duckworth
c918211dcd Configure `org-mode'. 2021-03-12 17:20:49 -06:00
Case Duckworth
49c282f301 Add `acdw/binds' to bind more than one key at once
I should probably change `acdw/bind-after-map' to use this macro...
2021-03-12 12:53:57 -06:00
Case Duckworth
6e5afcf821 Change add-hook' to acdw/hooks'
I need to rewrite `acdw/hooks' to mirror the rest of the `acdw/' functions --
i.e., it should accept a list of lists, where the car of each list is a hook (or
list of hooks) and the cdr is the function (or list of functions) to bind there.
2021-03-12 12:48:36 -06:00
Case Duckworth
31b395344c Toggle `truncate-lines' and fix parens 2021-03-12 12:47:54 -06:00
Case Duckworth
cabd4323dd Configure `simple-modeline' 2021-03-12 09:36:15 -06:00
Case Duckworth
4fd04be32d Add binding for `hippie-expand' 2021-03-12 09:35:49 -06:00
Case Duckworth
f645e91fd2 Install `simple-modeline' 2021-03-11 17:59:44 -06:00
Case Duckworth
8bf76df8c7 Remove M-g M-g consult bindings 2021-03-11 17:59:26 -06:00
Case Duckworth
78d7ed5991 Remap just-one-space' to cycle-spacing' 2021-03-11 12:48:18 -06:00
Case Duckworth
4bd4f49364 Whitespace 2021-03-11 12:18:21 -06:00
Case Duckworth
e06d1d3ee7 Fix typo 2021-03-11 12:17:53 -06:00
Case Duckworth
63555d7365 Configure garbage collection 2021-03-11 12:16:50 -06:00
Case Duckworth
5247b85a84 Configure emacs lisp 2021-03-11 12:16:20 -06:00
Case Duckworth
fc2203606d Configure `eshell' 2021-03-11 12:15:59 -06:00
Case Duckworth
3a23393346 Configure `dired' and add packages 2021-03-11 12:15:33 -06:00
Case Duckworth
487b78c0a1 Configure web browsing 2021-03-11 12:15:12 -06:00
Case Duckworth
6ba0cf06eb Install `minions' 2021-03-11 12:10:19 -06:00
Case Duckworth
f98f10269a Install `orderless' 2021-03-11 12:09:58 -06:00
Case Duckworth
a63450ff89 Configure minibuffer 2021-03-11 12:09:41 -06:00
Case Duckworth
0ba1a22b64 Lengthen `recentf-auto-cleanup' timeout 2021-03-11 12:09:16 -06:00
Case Duckworth
328c6b3fa8 Change quote style 2021-03-11 12:08:51 -06:00
Case Duckworth
8d9a82622a Word-wrap, but don't truncate-lines 2021-03-11 12:08:23 -06:00
Case Duckworth
01a3612932 Whitespace 2021-03-11 12:08:02 -06:00
Case Duckworth
9cfd4835d3 Change up filenames 2021-03-11 08:24:54 -06:00
Case Duckworth
43fcf5e689 Uniquify 2021-03-11 08:24:39 -06:00
Case Duckworth
764b0cda72 Bump bankruptcy 2021-03-11 08:24:22 -06:00
Case Duckworth
755cb7a953 uhhhhhhhh... stuff? 2021-03-08 22:40:23 -06:00
Case Duckworth
767497ece4 Almost finished with `acdw/pkg'
Still some bugs to squash.
2021-03-08 18:00:13 -06:00
Case Duckworth
2c72fd14cd Add functions 2021-03-08 16:58:18 -06:00
Case Duckworth
983c7330e8 5c 2021-03-07 22:14:38 -06:00
Case Duckworth
453c4b112f Merge branch 'no-org' of tildegit.org:acdw/emacs into no-org 2021-03-04 18:36:46 -06:00
Case Duckworth
c2fa5076c8 Configure ibuffer 2021-03-04 18:36:14 -06:00
Case Duckworth
e646d3f49b Fix hook 2021-03-04 17:58:44 -06:00
Case Duckworth
067cbc2b11 Add Research section to header 2021-03-04 17:37:17 -06:00
Case Duckworth
d3b08aeb52 Add flyspell-correct-mapper bind to flyspell-mode-map
This should fix the issue from a few commits ago.
2021-03-04 09:15:13 -06:00
Case Duckworth
99aedfe812 Add org-mode 2021-03-04 09:09:29 -06:00
Case Duckworth
f5363a1768 Fix sh case indenting to shfmt style 2021-03-04 09:09:04 -06:00
Case Duckworth
2cb5c21b0e Load flyspell-correct after flyspell
The binding still isn't working for some reason, however.  I'm not sure what the
reason might be.  I suppose I ought to macroexpand it.
2021-03-04 09:07:36 -06:00
Case Duckworth
1fe307cabf Random configs 2021-03-01 22:54:16 -06:00
Case Duckworth
656b6dfe72 Auto-revert dired 2021-03-01 22:54:03 -06:00
Case Duckworth
a7a286e312 Config eldoc 2021-03-01 22:53:56 -06:00
Case Duckworth
052e0c37be blargh 2021-03-01 16:58:18 -06:00
Case Duckworth
b9d9326595 Change reading and read-only mode 2021-03-01 16:57:55 -06:00
Case Duckworth
3052907751 Show magit in the same window as the file 2021-03-01 16:30:28 -06:00