doomemacs/modules/tools
Henrik Lissner f6dc6ac74e
Refactor out map.el usage
After some profiling, it turns out map-put and map-delete are 5-7x
slower (more on Emacs 25) than delq, setf/alist-get and add-to-list for
small lists (under 250 items), which is exactly how I've been using
them.

The only caveat is alist-get's signature is different on Emacs 25, thus
a polyfill is necessary in core-lib.
2018-06-23 19:53:54 +02:00
..
editorconfig Refactor out map.el usage 2018-06-23 19:53:54 +02:00
ein 💥 Change set-popup-rule! usage 2018-06-18 02:34:16 +02:00
gist Introduce autodefs to replace some settings 2018-06-15 03:42:01 +02:00
macos Autoload the +macos!open-width macro 2018-06-04 21:17:49 +02:00
magit Minor refactor, across the board 2018-06-18 15:02:24 +02:00
make tools/make: make +make/run more robust; add +make/run-last #543 2018-04-20 04:14:30 -04:00
password-store Fix +pass functions failing to locate pass entries 2018-06-23 01:55:52 +02:00
pdf 💥 Change set-popup-rule! usage 2018-06-18 02:34:16 +02:00
prodigy Introduce autodefs to replace some settings 2018-06-15 03:42:01 +02:00
rgb Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
tmux/autoload tmux: string-split -> split-string 2018-06-17 18:57:02 -07:00
upload tools/upload: remove autoload library (unnecessary) 2018-02-21 17:09:53 -05:00
wakatime Upstream changes to wakatime 2018-06-13 09:50:09 +10:00