Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add messages in `acdw/eval-region-or-buffer' | Case Duckworth | 2021-04-21 | |
| | | | | Probably should write a macro, `with-message' or something. | |||
* | Add keybinding for crux-transpose-windows | Case Duckworth | 2021-04-21 | |
| | ||||
* | Add advice to kill lines and join | Case Duckworth | 2021-04-21 | |
| | ||||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-21 | |
|\ | ||||
| * | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-20 | |
| |\ | ||||
| * | | Add `electric-cursor' | Case Duckworth | 2021-04-20 | |
| | | | | | | | | | | | | Mine own package! | |||
| * | | Fix some dumbness | Case Duckworth | 2021-04-20 | |
| | | | ||||
* | | | Fix boundp check in eshell-setup | Case Duckworth | 2021-04-21 | |
| |/ |/| | ||||
* | | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-20 | |
|\| | ||||
| * | Use company for completion-in-region instead of corfu | Case Duckworth | 2021-04-20 | |
| | | | | | | | | | | I found out it does completion-in-region, and honestly, it's a better interface, and more uniform. | |||
| * | Correct things | Case Duckworth | 2021-04-20 | |
| | | ||||
| * | Change keybindings | Case Duckworth | 2021-04-19 | |
| | | ||||
* | | Use consult for completion-in-region | Case Duckworth | 2021-04-20 | |
| | | ||||
* | | Only grow mini-windows, instead of resizing intensely | Case Duckworth | 2021-04-20 | |
| | | ||||
* | | Autoload elpher-go | Case Duckworth | 2021-04-20 | |
| | | ||||
* | | Advise setup to use lexical-binding | Case Duckworth | 2021-04-20 | |
|/ | ||||
* | Rename functions in acdw-org.el | Case Duckworth | 2021-04-19 | |
| | ||||
* | Make `visual-line-mode' and `olivetti-mode' prettier | Case Duckworth | 2021-04-19 | |
| | ||||
* | Handle cases where ~/.emacs/pkg doesn't exist | Case Duckworth | 2021-04-19 | |
| | ||||
* | Tweak `org-table-copy-down' | Case Duckworth | 2021-04-19 | |
| | | | | | Now <S-return> will do its regular thing /in/ a table, but will also work /outside/ a table as a regular <return>. | |||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-19 | |
|\ | ||||
| * | Add (and ignore) pkg/ | Case Duckworth | 2021-04-19 | |
| | | | | | | | | I'm going to put packages I develop in there. | |||
| * | Move vertico-related config into its `setup' form | Case Duckworth | 2021-04-19 | |
| | | ||||
| * | Fix clipboard pasting non-ASCII characters | Case Duckworth | 2021-04-19 | |
| | | | | | | | | | | | | | | | | | | | | | | ... at least on Windows. Solution found here: https://emacs.stackexchange.com/questions/22727/pasting-text-from-clipboard-why-m-instead-of-linebreaks Other resources: https://emacs.stackexchange.com/questions/22727/pasting-text-from-clipboard-why-m-instead-of-linebreaks https://goyoambrosio.com/2018/06/Dealing-with-utf-8-in-Emacs/ | |||
| * | Fix `:mode' keyword in `setup' | Case Duckworth | 2021-04-19 | |
| | | ||||
| * | Begin again with Gnus | Case Duckworth | 2021-04-19 | |
| | | ||||
| * | Lower echo-keystrokes timeout | Case Duckworth | 2021-04-19 | |
| | | ||||
| * | Enable minibuffer-electric-default-mode | Case Duckworth | 2021-04-19 | |
| | | ||||
| * | Switch out company for corfu | Case Duckworth | 2021-04-17 | |
| | | | | | | | | | | Corfu is like, alpha software, but it already seems pretty useful for what I need. | |||
| * | Consolidate home apps | Case Duckworth | 2021-04-17 | |
| | | ||||
| * | Reorganize magit settings | Case Duckworth | 2021-04-17 | |
| | | ||||
| * | Autoload `elpher-bookmarks' | Case Duckworth | 2021-04-17 | |
| | | ||||
| * | Re-organize org settings | Case Duckworth | 2021-04-17 | |
| | | ||||
| * | set lexical-binding by default | Case Duckworth | 2021-04-17 | |
| | | ||||
| * | Don't add a space after slime company completion | Case Duckworth | 2021-04-15 | |
| | | ||||
| * | Try to fix vertico et al | Case Duckworth | 2021-04-15 | |
| | | ||||
| * | Enable lexical-binding by default | Case Duckworth | 2021-04-15 | |
| | | ||||
* | | Add `acdw/kill-a-buffer' and keybinding | Case Duckworth | 2021-04-19 | |
|/ | ||||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-14 | |
|\ | ||||
| * | Remove `vertico' from `comp-deferred-compilation-deny-list' | Case Duckworth | 2021-04-14 | |
| | | | | | | | | See https://github.com/minad/vertico/issues/15 -- might not be necessary | |||
| * | icomplete->vertico... again | Case Duckworth | 2021-04-14 | |
| | | | | | | | | | | | | | | this time, I just commented out icomplete, so it should be easier to test things. uff.... I guess I'm getting close to 1000 commits! so gotta do what i can, right? | |||
| * | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-14 | |
| |\ | ||||
| * | | Remove company-active-map keys | Case Duckworth | 2021-04-14 | |
| | | | | | | | | | | | | The ones removed aren't necessary with company-tng-mode. | |||
| * | | Change :option to setq-default for some setup forms | Case Duckworth | 2021-04-14 | |
| | | | | | | | | | | | | | | | :option loads the symbols with custom-load-symbol, but for some of the settings I don't care about that. | |||
| * | | Change frame-title-format | Case Duckworth | 2021-04-14 | |
| | | | ||||
* | | | Remove some modes from dumb-format | Case Duckworth | 2021-04-14 | |
| |/ |/| | ||||
* | | Don't automatically show company at work | Case Duckworth | 2021-04-13 | |
|/ | | | | | company seems to be very slow on Windows. Until I can better diagnose the slowdown, I'm just disabling `company-idle-delay' at work. | |||
* | Fix a bug with paredit not properly indenting lisp | Case Duckworth | 2021-04-12 | |
| | | | | ... i honestly don't know. | |||
* | Back to `icomplete-mode' | Case Duckworth | 2021-04-12 | |
| | | | | | While `vertico' is nice, it's honestly still a bit buggy, and slower than `icomplete-vertical'. So there we are. | |||
* | Add `acdw-org/delete-backward-char' and advise | Case Duckworth | 2021-04-12 | |
| | | | | | | | | The advice I've added untabifies in addition to deleting the character, which enables the function to look at `delete-backward-char-untabify-method' or whatev. Also ... whitespace apparently? |