Commit Graph

1205 Commits

Author SHA1 Message Date
Case Duckworth 0f7abf0795 Make some things private-r
Sure you can check the history.  But who knows what I've changed?!?!?! MYSTERY
2021-06-02 23:36:43 -05:00
Case Duckworth 83b9a251af Ignore private.el 2021-06-02 23:06:39 -05:00
Case Duckworth 6fd355d978 Add ORG functionality 2021-06-01 22:30:05 -05:00
Case Duckworth 85c68dcdf6 Change Gnus keybind 2021-06-01 22:29:47 -05:00
Case Duckworth f3704f7cb7 Configure ERC 2021-06-01 22:29:38 -05:00
Case Duckworth 4c93f54ae1 Add group 2021-06-01 22:29:22 -05:00
Case Duckworth c698dc9869 Move things from init.el to acdw.el and acdw-eshell.el
Probably should've been 2 commits...
2021-05-30 00:07:02 -05:00
Case Duckworth b6d56777f5 Add PDFs to auto-mode-alist 2021-05-29 23:18:46 -05:00
Case Duckworth eea1485a0a Add iscorll 2021-05-29 23:18:42 -05:00
Case Duckworth c08244115c Add eradio 2021-05-29 23:18:35 -05:00
Case Duckworth e02c68d413 More setup of erc 2021-05-29 23:18:27 -05:00
Case Duckworth 77e1580403 Fix setup to run after first focus-change-function
/I don't know what I'm doing .../
2021-05-29 23:17:57 -05:00
Case Duckworth 488d0310e5 Add mastodon.el
Doesn't work right now, but that's my fault.
2021-05-28 22:42:59 -05:00
Case Duckworth c835af64fd Add erc-hl-nicks 2021-05-28 22:42:53 -05:00
Case Duckworth a108cfa9cc Remove comment 2021-05-28 22:42:48 -05:00
Case Duckworth 7b3cafc04b Add (setup... forms to imenu in elisp 2021-05-28 22:42:24 -05:00
Case Duckworth 89513fb0b8 Require auth-source 2021-05-28 22:42:14 -05:00
Case Duckworth 8d91bb02ce Setup imenu-anywhere 2021-05-28 20:51:32 -05:00
Case Duckworth 0523d84477 Setup epithet 2021-05-28 20:51:21 -05:00
Case Duckworth 7c7c6e0d3a Use repeat-mode on > emacs 28 2021-05-28 20:51:07 -05:00
Case Duckworth db1eb2d7b4 Change frame-title-format 2021-05-28 20:50:58 -05:00
Case Duckworth 1ac673c763 Change flyspell-start behavior 2021-05-28 20:50:45 -05:00
Case Duckworth 8fd98de300 Add eshell last argument
https://old.reddit.com/r/emacs/comments/nlefvx/weekly_tips_and_tricks/gzpng5o/
2021-05-28 20:47:58 -05:00
Case Duckworth a712b76ae9 Move defun into hook definition 2021-05-28 20:45:53 -05:00
Case Duckworth bda5b2538f Fix mode-line flashing
Thanks, doom-themes!
2021-05-28 07:31:53 -05:00
Case Duckworth cf0b0ffe43 Merge branch 'main' of https://tildegit.org/acdw/emacs 2021-05-27 17:37:32 -05:00
Case Duckworth 47a0416ab5 Fix frame setup 2021-05-27 17:36:39 -05:00
Case Duckworth 2e0bebddc6 Merge 2021-05-27 12:53:37 -05:00
Case Duckworth 0acf0a28d7 Change C-z binds to C-c and remove leader 2021-05-27 12:52:12 -05:00
Case Duckworth 6124bf0ef7 Merge branch 'main' of https://tildegit.org/acdw/emacs 2021-05-27 08:13:46 -05:00
Case Duckworth 26602a1c16 Customize ibuffer filters 2021-05-27 08:13:14 -05:00
Case Duckworth fda35b47f1 Add vuiet 2021-05-27 08:13:08 -05:00
Case Duckworth 8dfab51df9 Fix a weird error with straight-use-package
Description:

With the (or (ignore-errors ...) (progn ...)) form, `:straight' threw an error
/only/ with `avy'.  I couldn't figure out what the error was by re-evaluating
or changing it to just throw straight's error or anything, and
straight-use-package always returned t.  However, changing the form to the
simpler (straight-use-package) just ... works.  So I have no idea what the
matter might be.

I realized that I made the :straight form more complicated to begin with
because I was installing a lot of different packages and they were all over the
place, so I wanted to know that it failed sooner rather than later, but still
load the rest of my init file.  Now that my config is more stable, I feel okay
taking the extra stuff out of the form.
2021-05-26 17:29:24 -05:00
Case Duckworth 9d702afab8 Change eval-after-load to with-eval-after-load
idk, I like the macro better
2021-05-26 17:28:04 -05:00
Case Duckworth 37841b08a8 Fix erc-common-server-suffixes 2021-05-26 15:10:07 -05:00
Case Duckworth 08285aabb9 Tweak ERC 2021-05-26 08:28:24 -05:00
Case Duckworth 9a35749a3e Add `xr' 2021-05-26 07:32:36 -05:00
Case Duckworth 76948586ed Keep configuring erc
Turns out ... I'm /really/ using it :P
2021-05-25 23:49:52 -05:00
Case Duckworth f13ddf9fc8 Add most important #bread channel
See note
2021-05-25 17:37:53 -05:00
Case Duckworth 074c1afd6d Advise `show-paren-function' to not do anything in erc-mode 2021-05-25 17:36:37 -05:00
Case Duckworth bba5214c34 Fix `acdw/build-button-url-regexp' to rebuild on call
`rx' builds the regexp at compile time -- I need it to be built at runtime.
`rx-to-string' takes care of that for me.
2021-05-25 17:35:40 -05:00
Case Duckworth 817277405a Add moar channels 2021-05-25 13:45:12 -05:00
Case Duckworth 9eb8e7a3dc Move acdw/add-button-url-regexp-protocol 2021-05-25 12:54:42 -05:00
Case Duckworth 0fa1f6ce4f Formatting ... and stuff
Whatever.
2021-05-25 12:28:32 -05:00
Case Duckworth 22bdd7715a Subscribe to moar groups with gmane 2021-05-25 09:55:45 -05:00
Case Duckworth fab40a3bd9 Fix typo 2021-05-25 08:03:18 -05:00
Case Duckworth f148e93b0e Use escape to quit in graphical sessions 2021-05-25 08:03:06 -05:00
Case Duckworth a32a3832cc Fix new window handling with browse-url 2021-05-24 21:40:51 -05:00
Case Duckworth 67c4eb7fe7 Add gemini to browse-url-button-regexp
Also I overengineered some other stuff around that.
2021-05-24 18:00:23 -05:00
Case Duckworth 1a20d6329e Further customize ERC
I also added acdw-erc.el.
2021-05-24 17:08:32 -05:00