Commit Graph

172 Commits

Author SHA1 Message Date
Case Duckworth fe1706e7d9 Remove empty comment lines in headers 2021-03-16 11:16:21 -05:00
Case Duckworth a84730b0d0 Turn back on `global-font-lock-mode' 2021-03-16 11:15:59 -05:00
Case Duckworth f17f0a6629 Merge branch 'main' of https://tildegit.org/acdw/emacs into 5c 2021-03-16 09:30:40 -05:00
Case Duckworth c21f21afab "Package-ize" dired 2021-03-16 09:29:53 -05:00
Case Duckworth 4283ccdd2c Further configure the mode line
I've broken out extra functions into `acdw-modeline', so they don't clutter up
the init.el too much.
2021-03-14 23:48:40 -05:00
Case Duckworth 9128a6abed Turn `font-lock-mode' off 2021-03-14 19:19:17 -05:00
Case Duckworth eb15a3f8e3 Add `racket-mode' 2021-03-14 19:19:11 -05:00
Case Duckworth 60954ae4ec Add `0x0' 2021-03-14 19:19:02 -05:00
Case Duckworth 98472a480d Add `nov' 2021-03-14 19:18:52 -05:00
Case Duckworth 8d4d84839e Change `:map-after' behavior 2021-03-14 19:18:32 -05:00
Case Duckworth b52013f05f Add keybinding for `unpackaged/org-return-dwim' 2021-03-13 01:56:50 -06:00
Case Duckworth b5b1f51c88 Change `frame-title-format' 2021-03-13 01:56:40 -06:00
Case Duckworth 824b887900 Set `fixed-pitch' face
Still to do: `variable-pitch' (will need to change based on `acdw/system')
2021-03-13 01:54:30 -06:00
Case Duckworth 8661a1ffea Add `expand-region' 2021-03-12 23:05:42 -06:00
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