doomemacs/modules
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
..
app Remove third line in section headers 2018-09-09 09:58:19 -04:00
collab Add :collab floobits #615 2018-05-26 21:20:30 +02:00
completion completion/ivy: fix +helm--get-command references 2018-09-09 13:44:12 -04:00
config Remove third line in section headers 2018-09-09 09:58:19 -04:00
editor editor/format: add +format-type letvar 2018-09-10 08:25:48 -04:00
emacs Backport to Emacs 25: avoid (setf (alist-get ... 'equal)) 2018-09-12 23:03:02 +01:00
feature Backport to Emacs 25: avoid (setf (alist-get ... 'equal)) 2018-09-12 23:03:02 +01:00
lang make compile: fix error in emacs-lisp 2018-09-12 22:55:13 +01:00
tools tools/magit: don't mark process buffers as real 2018-09-09 09:58:22 -04:00
ui Improve +fci|disable-when-company-activates 2018-09-10 17:56:09 +08:00