doomemacs/modules/ui
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
..
doom feature/version-control => ui/vc-gutter, emacs/vc 2018-06-22 01:49:20 +02:00
doom-dashboard Fix dashboard not appearing in daemon frames 2018-06-19 17:44:24 +02:00
doom-modeline Minor refactor, across the board 2018-06-18 15:02:24 +02:00
doom-quit ui/doom-quit: use confirm-kill-emacs var instead 2018-01-04 16:14:59 -05:00
evil-goggles evil-goggles-duration = 0.1 2018-06-04 00:12:51 +02:00
fci Disable fci-mode in org-mode by default 2018-06-08 14:29:38 +02:00
hl-todo Major refactor: use-package-always-defer = nil & use :hook 2017-12-08 23:14:11 -05:00
nav-flash Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
neotree Minor refactor, across the board 2018-06-18 15:02:24 +02:00
popup Refactor out map.el usage 2018-06-23 19:53:54 +02:00
pretty-code Fix indentation for many autodef setters 2018-06-22 01:49:21 +02:00
tabbar 💥 Replace core-popup with new feature/popup module 2018-01-06 02:17:43 -05:00
treemacs Add +treemacs/toggle command 2018-06-15 03:42:01 +02:00
unicode Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
vc-gutter ui/vc emacs/vc: unify hydra design 2018-06-23 16:25:58 +02:00
vi-tilde-fringe Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
window-select Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00