Commit Graph

671 Commits

Author SHA1 Message Date
Case Duckworth abacb47994 Add checkdoc-minor-mode to emacs-lisp-mode-hook 2021-09-01 17:56:56 -05:00
Case Duckworth 844ac07ba1 Fix typo bug 2021-08-30 23:47:02 -05:00
Case Duckworth 770d9d11f3 Only install geiser if one or more of the supported schemes are 2021-08-30 23:39:46 -05:00
Case Duckworth d9779d4fa2 Make more ... compatible? with 27 ??? 2021-08-30 23:39:21 -05:00
Case Duckworth e43b996df6 Reorganize 2021-08-30 22:18:45 -05:00
Case Duckworth d718b1f106 Add `affe' 2021-08-30 22:18:20 -05:00
Case Duckworth 374fb06131 Add ace-link-addr to circe 2021-08-30 22:17:59 -05:00
Case Duckworth ee486a1190 Enable lexical binding in a different way in scratch 2021-08-30 22:17:23 -05:00
Case Duckworth 0dec964d67 Add `:straight-if' setup form 2021-08-30 22:17:09 -05:00
Case Duckworth ee9119ab00 Use global-goto-address-mode instead of individual hooks 2021-08-30 22:16:21 -05:00
Case Duckworth 46d5540583 Merge branch 'main' of tildegit.org:acdw/emacs 2021-08-30 16:37:49 -05:00
Case Duckworth 4163d8ce1e Betterize typo-mode 2021-08-30 16:37:34 -05:00
Case Duckworth 323a5525d5 Add C-<backspace> to paredit 2021-08-30 16:37:02 -05:00
Case Duckworth c1921f7238 Delete commented flyspell blocks
It ... /just works/ ???
2021-08-30 08:54:30 -05:00
Case Duckworth ce5f177d59 Add persistent-scratch 2021-08-30 08:51:54 -05:00
Case Duckworth 8e3d3480f1 Make mastodon-mode better 2021-08-30 08:51:46 -05:00
Case Duckworth a7031b6da3 Add toggle bindings 2021-08-30 08:51:21 -05:00
Case Duckworth 866870ca2a Add markdown-mode 2021-08-29 10:37:28 -05:00
Case Duckworth 33afd74544 Properly detect edit-server frames 2021-08-29 10:37:15 -05:00
Case Duckworth 58f6e3c968 Change circe nick formatting 2021-08-29 10:37:02 -05:00
Case Duckworth 66fde316d3 Fancify browse-url-set-handlers 2021-08-28 23:09:15 -05:00
Case Duckworth 782cc6e31b Change to circe 2021-08-28 23:09:00 -05:00
Case Duckworth 47df2733de Buttonize major mode in modeline 2021-08-28 00:23:56 -05:00
Case Duckworth 61777b71bd Comment out all the things (with helpful-mode) 2021-08-28 00:23:01 -05:00
Case Duckworth df2e4a3650 Add 'alert
Still need to think of how to set it up.
2021-08-28 00:22:42 -05:00
Case Duckworth 5cb7aaba8a Remove electric-buffer-list
It's buggy or something
2021-08-28 00:22:28 -05:00
Case Duckworth b30153cb64 Enable olivetti-mode in org-mode 2021-08-27 18:01:38 -05:00
Case Duckworth 65b34db411 ERC Changes 2021-08-27 18:01:23 -05:00
Case Duckworth 84046afcd4 Add exec-path-from-shell and systemd packages 2021-08-27 00:24:16 -05:00
Case Duckworth cbd4619e3e Maximize frame when it's created
Unless it's in edit-server-edit-mode...
2021-08-26 23:35:49 -05:00
Case Duckworth e627aec4de Add bindings to widen org-buffer on next/previous heading 2021-08-26 23:30:43 -05:00
Case Duckworth 82458ead46 Add experimental (commented) :after advice for do-auto-fill 2021-08-26 23:30:15 -05:00
Case Duckworth 65e2de6ded Merge branch 'main' of https://tildegit.org/acdw/emacs 2021-08-26 20:05:22 -05:00
Case Duckworth 3149da65e3 Maximize frame at home 2021-08-26 20:05:02 -05:00
Case Duckworth bfa31f593c Add `case-repeat-map' to change word case
I'm pretty proud of this one, actually.
2021-08-26 16:04:08 -05:00
Case Duckworth 88b90ef3af Resort minibuffer options 2021-08-26 16:03:50 -05:00
Case Duckworth f2b2617835 Change disabled-function logic.
Don't disable everything /first/, just enable things I want to enable.
2021-08-26 16:03:19 -05:00
Case Duckworth 1962f8e0c8 Change C-o, M-o, M-l bindings
C-o now opens a link with ace-link.
M-o now calls `crux-smart-open-line-above'.
M-l now calls `crux-smart-open-line'.

`lowercase-word', the previous binding to M-l, is not really necessary; most of
the time `lowercase-dwim' works fine and is bound to C-c l.  I should setup a
repeat-map for those, tho....
2021-08-25 23:45:31 -05:00
Case Duckworth 274b6fd8bf Change disabled-command-function and disable commands
I want to be able to do anything, but some commands are bound to keys that I
hit all the time and it's annoying.  So I've disabled them but changed the
`disabled-key-function' to check whether I've passed the command with M-x or
using the dumb keybinding, and only allow the M-x form.
2021-08-25 23:44:10 -05:00
Case Duckworth e390837694 Fix typo bug when visiting non-file buffer 2021-08-25 23:06:51 -05:00
Case Duckworth 76d52ffcab Fix weird `setup' bug with `:file-match' 2021-08-25 23:06:37 -05:00
Case Duckworth 0507910bf8 Fix ace-link loading bug 2021-08-25 23:06:18 -05:00
Case Duckworth c6393e9d95 Fix bug with disabled-command-function 2021-08-25 23:06:05 -05:00
Case Duckworth 24015ba727 Change page navigation keys and enable repeat-map 2021-08-25 23:05:43 -05:00
Case Duckworth 7792f81ffa Change other stuff for scroll-margin changes 2021-08-25 23:05:22 -05:00
Case Duckworth 5aeaa234e1 Rearrange dired stuff 2021-08-25 23:04:42 -05:00
Case Duckworth de8263f12f Add repeat-mode to acdw-compat 2021-08-25 17:39:55 -05:00
Case Duckworth 2b1664283d Change typo logic on '
I should set up a typo-repeater or w/e to go from ' to ′ to ″.
2021-08-25 17:38:59 -05:00
Case Duckworth cd24ad367d Change scroll margin 2021-08-25 17:38:45 -05:00
Case Duckworth 42c56d42fc Change disabled command logic 2021-08-25 17:38:32 -05:00