doomemacs/modules/app
Henrik Lissner d2b514e1ba
Consistency refactor
For consistency with other app modules:

+ Refactor out s.el dependency
+ Reorder variables (public then private)
+ Use add-hook! instead of add-hook+lambda
+ Optimization: replace mapcar+closure with cl-loop (reduces allocations)
+ Replace evil-set-initial-state with (set! :evil-state ...), which is
  ignored if :feature evil is disabled.
2017-06-11 16:15:36 +02:00
..
email General docstring+idempotency refactor 2017-06-11 00:59:02 +02:00
irc Consistency refactor 2017-06-11 16:15:36 +02:00
present Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
regex Bring back nlinum 2017-05-28 02:48:20 +02:00
rss Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
twitter Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
write Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00