Commit Graph

817 Commits

Author SHA1 Message Date
Case Duckworth f6d1bf0e04 Fix eol 2021-03-24 16:13:19 +00:00
Case Duckworth ef900ac987 Merge branch 'main' of tildegit.org:acdw/emacs 2021-03-23 23:10:55 -05:00
Case Duckworth e679a9bd98 Stuff 2021-03-23 23:10:43 -05:00
Case Duckworth 6707795b08 Whitespace? 2021-03-18 22:47:28 -05:00
Case Duckworth f455c07ce8 Add "~/Applications/racket" to path 2021-03-18 09:22:07 -05:00
Case Duckworth 263fab40d3 Ignore racket-mode/
Should, at some point, move it into var/
2021-03-16 22:52:39 -05:00
Case Duckworth 0337a1cda1 Merge branch 'main' of tildegit.org:acdw/emacs 2021-03-16 22:52:18 -05:00
Case Duckworth 68bd42577d Add crux bindings 2021-03-16 22:48:44 -05:00
Case Duckworth 599f7beff1 Don't indent with tabs no more 2021-03-16 22:48:35 -05:00
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 2b6790e7a8 Install `no-littering'
To catch the packages I don't want to bother configuring.
2021-03-14 23:49:08 -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 2a788b219c Change default font at home 2021-03-12 23:05:32 -06:00
Case Duckworth a1ed955633 Fix typo
That colon .. twould jam up me colon
2021-03-12 17:39:42 -06:00
Case Duckworth 1dad282859 Whitespace 2021-03-12 17:33:28 -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 7828bd9b3a Return a value from `acdw/set' 2021-03-12 12:54:51 -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