Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add ace-link-addr to circe | Case Duckworth | 2021-08-30 | |
| | ||||
* | Enable lexical binding in a different way in scratch | Case Duckworth | 2021-08-30 | |
| | ||||
* | Add `:straight-if' setup form | Case Duckworth | 2021-08-30 | |
| | ||||
* | Use global-goto-address-mode instead of individual hooks | Case Duckworth | 2021-08-30 | |
| | ||||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-08-30 | |
|\ | ||||
| * | Delete commented flyspell blocks | Case Duckworth | 2021-08-30 | |
| | | | | | | | | It ... /just works/ ??? | |||
| * | Add persistent-scratch | Case Duckworth | 2021-08-30 | |
| | | ||||
| * | Make mastodon-mode better | Case Duckworth | 2021-08-30 | |
| | | ||||
| * | Add toggle bindings | Case Duckworth | 2021-08-30 | |
| | | ||||
| * | Add markdown-mode | Case Duckworth | 2021-08-29 | |
| | | ||||
| * | Properly detect edit-server frames | Case Duckworth | 2021-08-29 | |
| | | ||||
| * | Change circe nick formatting | Case Duckworth | 2021-08-29 | |
| | | ||||
| * | Fancify browse-url-set-handlers | Case Duckworth | 2021-08-28 | |
| | | ||||
| * | Ignore errors | Case Duckworth | 2021-08-28 | |
| | | ||||
| * | Change to circe | Case Duckworth | 2021-08-28 | |
| | | ||||
| * | DON'T FORGET! PRIVATE.EL! ZNC! | Case Duckworth | 2021-08-28 | |
| |\ | ||||
| | * | Add ZNC stuff... | Case Duckworth | 2021-08-28 | |
| | | | ||||
| * | | Add ZNC stuff... | Case Duckworth | 2021-08-28 | |
| |/ | | | | | | | *NOTE*: private.el has also been updated!!! | |||
| * | Sort acdw-modeline.el | Case Duckworth | 2021-08-28 | |
| | | ||||
| * | Buttonize major mode in modeline | Case Duckworth | 2021-08-28 | |
| | | ||||
| * | Comment out all the things (with helpful-mode) | Case Duckworth | 2021-08-28 | |
| | | ||||
| * | Add 'alert | Case Duckworth | 2021-08-28 | |
| | | | | | | | | Still need to think of how to set it up. | |||
| * | Remove electric-buffer-list | Case Duckworth | 2021-08-28 | |
| | | | | | | | | It's buggy or something | |||
* | | Betterize typo-mode | Case Duckworth | 2021-08-30 | |
| | | ||||
* | | Add C-<backspace> to paredit | Case Duckworth | 2021-08-30 | |
|/ | ||||
* | Enable olivetti-mode in org-mode | Case Duckworth | 2021-08-27 | |
| | ||||
* | ERC Changes | Case Duckworth | 2021-08-27 | |
| | ||||
* | Fix function name typo | Case Duckworth | 2021-08-27 | |
| | ||||
* | Add exec-path-from-shell and systemd packages | Case Duckworth | 2021-08-27 | |
| | ||||
* | Maximize frame when it's created | Case Duckworth | 2021-08-26 | |
| | | | | Unless it's in edit-server-edit-mode... | |||
* | Add bindings to widen org-buffer on next/previous heading | Case Duckworth | 2021-08-26 | |
| | ||||
* | Add experimental (commented) :after advice for do-auto-fill | Case Duckworth | 2021-08-26 | |
| | ||||
* | Add after-make-frame@setup to server-after-make-frame-hook | Case Duckworth | 2021-08-26 | |
| | ||||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-08-26 | |
|\ | ||||
| * | Check for `erc-track-mode' in `acdw-modeline/erc' | Case Duckworth | 2021-08-26 | |
| | | ||||
| * | Add `case-repeat-map' to change word case | Case Duckworth | 2021-08-26 | |
| | | | | | | | | I'm pretty proud of this one, actually. | |||
| * | Resort minibuffer options | Case Duckworth | 2021-08-26 | |
| | | ||||
| * | Change disabled-function logic. | Case Duckworth | 2021-08-26 | |
| | | | | | | | | Don't disable everything /first/, just enable things I want to enable. | |||
* | | Maximize frame at home | Case Duckworth | 2021-08-26 | |
|/ | ||||
* | Change C-o, M-o, M-l bindings | Case Duckworth | 2021-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 commands | Case Duckworth | 2021-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.el | Case Duckworth | 2021-08-25 | |
| | ||||
* | Fix typo bug when visiting non-file buffer | Case Duckworth | 2021-08-25 | |
| | ||||
* | Fix weird `setup' bug with `:file-match' | Case Duckworth | 2021-08-25 | |
| | ||||
* | Fix ace-link loading bug | Case Duckworth | 2021-08-25 | |
| | ||||
* | Fix bug with disabled-command-function | Case Duckworth | 2021-08-25 | |
| | ||||
* | Change page navigation keys and enable repeat-map | Case Duckworth | 2021-08-25 | |
| | ||||
* | Change other stuff for scroll-margin changes | Case Duckworth | 2021-08-25 | |
| | ||||
* | Rearrange dired stuff | Case Duckworth | 2021-08-25 | |
| | ||||
* | Change font back to default to DejaVu Sans | Case Duckworth | 2021-08-25 | |
| | | | | ... I might have to delete it on the work computer... |