doomemacs/modules/feature
Edwin Török b9c966ec54 Backport to Emacs 25: avoid (setf (alist-get ... 'equal))
We would need to use `'equal` for comparison, but Emacs 25 only allows `'eq`.
Using `advice-add` to override `alist-get` does not work, because `setf`
has special handling for `alist-get`.

`repl.el`: Switch to a hash table which already supports multiple comparison
functions, and changing of elements even in Emacs 25.
`eshell/autoload/settings.el`: use conditional set-or-push.
Drop `doom*alist-get`, it is unused now.

Thanks to @hlissner for the reimplementation.
2018-09-12 23:03:02 +01:00
..
debugger Fix regexp for realgud popup rule 2018-07-04 21:23:56 +02:00
eval Backport to Emacs 25: avoid (setf (alist-get ... 'equal)) 2018-09-12 23:03:02 +01:00
evil feature/evil: remove <> opener/closers 2018-09-09 09:58:21 -04:00
file-templates Remove third line in section headers 2018-09-09 09:58:19 -04:00
lookup Remove third line in section headers 2018-09-09 09:58:19 -04:00
snippets Enable yas-minor-mode in conf-modes too 2018-09-09 09:58:21 -04:00
spellcheck Don't override ispell-program-name 2018-08-11 01:59:37 +02:00
syntax-checker Fix vestigial refs to before-switch-buffer hook 2018-08-31 14:10:25 +02:00
workspaces Remove third line in section headers 2018-09-09 09:58:19 -04:00