Commit Graph

1589 Commits

Author SHA1 Message Date
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
Case Duckworth 01ffda87c5 Don't save a custom file at all 2021-08-22 15:04:48 -05:00
Case Duckworth b6509db9d5 Require 'acdw-frame 2021-08-22 15:04:39 -05:00
Case Duckworth 5d7615683e Comment out form-feed 2021-08-21 09:10:14 -05:00
Case Duckworth 8df085bb42 Rewrite early-init.el 2021-08-21 09:10:01 -05:00
Case Duckworth e423eeca3e Allow acdw/copy-region-as-plain in read-only buffers 2021-08-20 17:28:29 -05:00
Case Duckworth ca44456488 Follow user preference in `org-return-follows-link' 2021-08-20 17:28:09 -05:00
Case Duckworth 7da76d7fd1 Better handle prefix links in acdw/org-return-dwim 2021-08-20 17:27:54 -05:00
Case Duckworth 1427e3102c Change page-handling logic
See the following urls:

http://endlessparentheses.com/improving-page-navigation.html
https://ericjmritz.wordpress.com/2015/08/29/using-page-breaks-in-gnu-emacs/
2021-08-20 17:27:12 -05:00
Case Duckworth ac88462e2f Fix typos 2021-08-20 08:29:40 -05:00
Case Duckworth 71d22a41db A couple o' changes 2021-08-20 07:57:35 -05:00
Case Duckworth 6aa1d6b3c2 Merge branch 'main' of https://tildegit.org/acdw/emacs 2021-08-19 18:16:21 -05:00
Case Duckworth 770e55d550 Auto revert non-file buffers 2021-08-19 18:15:37 -05:00
Case Duckworth e48a9d0daa Add newlines when visiting and saving buffers 2021-08-19 18:15:22 -05:00
Case Duckworth 3a055f33e8 Merge branch 'main' of tildegit.org:acdw/emacs 2021-08-19 17:30:34 -05:00
Case Duckworth f7ff46cecc Update `acdw/copy-text-plain'
Totally works great now :)
2021-08-19 17:30:07 -05:00
Case Duckworth 8ac650fa1c Make helpful-buffer work more sanely
Ideally, I'd have something like "bury-buffer" and "kill-window" or
... whatever.  But this isn't so bad, really.
2021-08-19 17:29:22 -05:00
Case Duckworth 0f905f1645 Update 0x0-default-host to new variable name 2021-08-19 17:29:06 -05:00
Case Duckworth c07283b30d Totally comment out all flyspell stuff
SOO ANNOOYYINNNGG
2021-08-19 17:28:50 -05:00