summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* Add after-make-frame@setup to server-after-make-frame-hookCase Duckworth2021-08-26
|
* Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-08-26
|\
| * Check for `erc-track-mode' in `acdw-modeline/erc'Case Duckworth2021-08-26
| |
| * Add `case-repeat-map' to change word caseCase Duckworth2021-08-26
| | | | | | | | I'm pretty proud of this one, actually.
| * Resort minibuffer optionsCase Duckworth2021-08-26
| |
| * Change disabled-function logic.Case Duckworth2021-08-26
| | | | | | | | Don't disable everything /first/, just enable things I want to enable.
* | Maximize frame at homeCase Duckworth2021-08-26
|/
* Change C-o, M-o, M-l bindingsCase Duckworth2021-08-25
| | | | | | | | | | 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....
* Change disabled-command-function and disable commandsCase Duckworth2021-08-25
| | | | | | | 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.
* Add repeat maps to acdw-compat.elCase Duckworth2021-08-25
|
* Fix typo bug when visiting non-file bufferCase Duckworth2021-08-25
|
* Fix weird `setup' bug with `:file-match'Case Duckworth2021-08-25
|
* Fix ace-link loading bugCase Duckworth2021-08-25
|
* Fix bug with disabled-command-functionCase Duckworth2021-08-25
|
* Change page navigation keys and enable repeat-mapCase Duckworth2021-08-25
|
* Change other stuff for scroll-margin changesCase Duckworth2021-08-25
|
* Rearrange dired stuffCase Duckworth2021-08-25
|
* Change font back to default to DejaVu SansCase Duckworth2021-08-25
| | | | ... I might have to delete it on the work computer...
* Add "DejaVu Sans Mono Book" to font load listCase Duckworth2021-08-25
|
* Make C-w work right in paredit-modeCase Duckworth2021-08-25
|
* Add repeat-mode to acdw-compatCase Duckworth2021-08-25
|
* Change typo logic on 'Case Duckworth2021-08-25
| | | | I should set up a typo-repeater or w/e to go from ' to ′ to ″.
* Change scroll marginCase Duckworth2021-08-25
|
* Change disabled command logicCase Duckworth2021-08-25
|
* Merge branch 'main' of tildegit.org:acdw/emacsCase Duckworth2021-08-24
|\
| * Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-08-24
| |\
| * | Setup `repeat-mode' real nice likeCase Duckworth2021-08-24
| | |
| * | Change helpful-switch-to-buffer-functionCase Duckworth2021-08-24
| | | | | | | | | | | | about to use popper.el.....
| * | Fix ibuffer hookCase Duckworth2021-08-24
| | |
| * | Define page-delimiter in eshellCase Duckworth2021-08-24
| | |
| * | Fix long-standing eshell binding bugCase Duckworth2021-08-24
| | |
* | | Add C-= back to expand-regionCase Duckworth2021-08-24
| | | | | | | | | | | | I keep pushing it -_-
* | | Disable erc-track-mode when clocked inCase Duckworth2021-08-24
| |/ |/|
* | IDK change stuffCase Duckworth2021-08-23
| | | | | | | | LOL
* | Change font loading order to look for Consolas firstCase Duckworth2021-08-23
|/
* Remove M-/ bind for completion-at-point shadowing hippieCase Duckworth2021-08-22
|
* Replace form-feed with page-break-linesCase Duckworth2021-08-22
|
* Don't save a custom file at allCase Duckworth2021-08-22
|
* Require 'acdw-frameCase Duckworth2021-08-22
|
* Comment out form-feedCase Duckworth2021-08-21
|
* Rewrite early-init.elCase Duckworth2021-08-21
|
* Allow acdw/copy-region-as-plain in read-only buffersCase Duckworth2021-08-20
|
* Follow user preference in `org-return-follows-link'Case Duckworth2021-08-20
|
* Better handle prefix links in acdw/org-return-dwimCase Duckworth2021-08-20
|
* Change page-handling logicCase Duckworth2021-08-20
| | | | | | | See the following urls: http://endlessparentheses.com/improving-page-navigation.html https://ericjmritz.wordpress.com/2015/08/29/using-page-breaks-in-gnu-emacs/
* Fix typosCase Duckworth2021-08-20
|
* A couple o' changesCase Duckworth2021-08-20
|
* Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-08-19
|\
| * Merge branch 'main' of tildegit.org:acdw/emacsCase Duckworth2021-08-19
| |\
| * | Update `acdw/copy-text-plain'Case Duckworth2021-08-19
| | | | | | | | | | | | Totally works great now :)