Commit Graph

1407 Commits

Author SHA1 Message Date
Case Duckworth f919fd4db3 Add ZNC stuff... 2021-08-28 00:25:59 -05:00
Case Duckworth 5431862827 Sort acdw-modeline.el 2021-08-28 00:25:26 -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 c8a47cd5d4 Fix function name typo 2021-08-27 08:55:47 -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 4ddc2eceb2 Add after-make-frame@setup to server-after-make-frame-hook 2021-08-26 23:29:34 -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 b8a7f1e367 Check for `erc-track-mode' in `acdw-modeline/erc' 2021-08-26 16:04:40 -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 b584c1bccf Add repeat maps to acdw-compat.el 2021-08-25 23:07:06 -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 d6b3c8e05d Change font back to default to DejaVu Sans
... I might have to delete it on the work computer...
2021-08-25 23:04:08 -05:00
Case Duckworth dbb8a3936b Add "DejaVu Sans Mono Book" to font load list 2021-08-25 18:06:07 -05:00
Case Duckworth 4a4a0d3844 Make C-w work right in paredit-mode 2021-08-25 17:40:07 -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
Case Duckworth b777ba9f9e Merge branch 'main' of tildegit.org:acdw/emacs 2021-08-24 23:08:22 -05:00
Case Duckworth b84ebb8cd9 Merge branch 'main' of https://tildegit.org/acdw/emacs 2021-08-24 23:07:45 -05:00
Case Duckworth da40526c8a Setup `repeat-mode' real nice like 2021-08-24 23:01:20 -05:00
Case Duckworth 8d9ebc1b86 Change helpful-switch-to-buffer-function
about to use popper.el.....
2021-08-24 21:24:52 -05:00
Case Duckworth e7437b1f70 Fix ibuffer hook 2021-08-24 21:24:43 -05:00
Case Duckworth d7af9f47f0 Add C-= back to expand-region
I keep pushing it -_-
2021-08-24 20:19:35 -05:00
Case Duckworth 8c3cbdd262 Disable erc-track-mode when clocked in 2021-08-24 20:19:09 -05:00
Case Duckworth 28a900fe2a Define page-delimiter in eshell 2021-08-24 20:16:11 -05:00
Case Duckworth aec6fe61ac Fix long-standing eshell binding bug 2021-08-24 20:15:53 -05:00
Case Duckworth 07b6e5cdb0 IDK change stuff
LOL
2021-08-23 17:29:40 -05:00
Case Duckworth 876ffc0fbc Change font loading order to look for Consolas first 2021-08-23 17:29:12 -05:00
Case Duckworth 06324fa950 Remove M-/ bind for completion-at-point shadowing hippie 2021-08-22 15:05:20 -05:00
Case Duckworth f54590f4be Replace form-feed with page-break-lines 2021-08-22 15:05:05 -05:00