Commit Graph

122 Commits

Author SHA1 Message Date
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
Case Duckworth 39172a2d2c Config dired and stuff 2021-03-01 14:46:58 -06:00
Case Duckworth 47039957b7 Remove comments 2021-03-01 14:46:45 -06:00
Case Duckworth 54030162dd Add minibuffer eldef shorten thign 2021-03-01 14:46:08 -06:00
Case Duckworth efdd2f2bf9 Modify git stuff 2021-03-01 14:45:31 -06:00
Case Duckworth 2d0a4e0c29 Remove which-function-mode 2021-03-01 14:45:13 -06:00
Case Duckworth 13d6cc6f88 Add margin mouse binds 2021-03-01 14:44:57 -06:00
Case Duckworth c40c07e0b9 Add custom-file 2021-03-01 14:44:43 -06:00
Case Duckworth cb2982c3cb Re-indent 2021-03-01 12:13:28 -06:00
Case Duckworth 3f60767599 Restart shit 2021-02-28 23:58:57 -06:00
Case Duckworth d3b6cd94ec LINE ENDINGS 2021-02-26 11:31:50 -06:00
Case Duckworth 0ea7241c66 W h I t E s P a C e 2021-02-25 17:53:46 -06:00
Case Duckworth eaac9d4843 Add shit, apparently UNIX line endings are being stupid 2021-02-24 13:00:53 -06:00
Case Duckworth 89467846ab Force LF 2021-02-23 12:17:51 -06:00
Case Duckworth 0f95206684 Add messages to init.el 2021-02-20 00:42:20 -06:00
Case Duckworth e4f6714c1a Don't hide default modeline 2021-02-16 14:43:03 -06:00
Case Duckworth 199bf4ddd8 Don't raise GC Cons percentage
I think it causes problems with loading the init file
2021-02-10 10:16:08 -06:00
Case Duckworth 2a9373ae38 Change expand-file-name to locate-user-emacs-file 2021-01-28 12:42:08 -06:00
Case Duckworth 3eb18427a6 Normalize line endings 2021-01-26 21:18:12 -06:00
Case Duckworth 7302027ea1 I'm guessing ... whitespace? 2021-01-25 16:54:41 -06:00
Ashley Duckworth 679b0c30dc Finally sort out the config.org/el loading thing 2021-01-22 13:07:59 -06:00
Case Duckworth 6f7da55585 2020-01-21 2021-01-21 23:17:28 -06:00
Case Duckworth 92e86ff0ca 2020-01-21 2021-01-21 21:48:38 -06:00
Case Duckworth 68f0ed1ee3 Remove comments 2021-01-21 08:38:38 -06:00
Ashley Duckworth da92f0693f UI, Persistence 2021-01-20 12:57:24 -06:00
Case Duckworth 328793397c Change README.md to README.org 2021-01-19 23:43:19 -06:00
Case Duckworth 093e18808c Start over ... again 2021-01-19 23:40:14 -06:00
Case Duckworth cffd5b60c3 Change comment formatting 2021-01-09 14:45:29 -06:00
Case Duckworth 865a9a218a Add newer Org to load-path before tangling
This fixes a problem where, if config.org was newer than config.el, Emacs would
require the Org that comes with Emacs, which is older and breaks exporting, at least
to Markdown.  Adding the newer Org to the load path loads the newer Org instead.
2021-01-03 08:40:35 -06:00
Case Duckworth 6eb8fa9fda Fold init.el and early-init.el together
Weren’t doin’ no good apart.
2020-12-30 23:34:05 -06:00
Case Duckworth 3f1cd96a63 Update README 2020-12-21 23:20:21 -06:00
Case Duckworth 89422b864d Update tangled files 2020-12-16 19:12:05 -06:00
Case Duckworth 8a8ee8e243 Unignore {,early-}init.el 2020-12-11 18:32:19 -06:00
Case Duckworth 0301dbec89 Change init.org to config.org 2020-10-25 23:09:58 -05:00
Case Duckworth f2c1177b07 Remove byte compilation 2020-10-25 23:05:06 -05:00
Case Duckworth 2451c4e78d Add early-init.el to original init.el 2020-10-25 15:19:35 -05:00
Case Duckworth 1a29e22362 Convert to Literate Config 2020-10-25 12:11:41 -05:00