Commit graph

18 commits

Author SHA1 Message Date
Henrik Lissner
c7254e7bdc
Major optimization refactor, across the board
+ enable lexical-scope everywhere (lexical-binding = t): ~5-10% faster
  startup; ~5-20% general boost
+ reduce consing, function calls & garbage collection by preferring
  cl-loop & dolist over lambda closures (for mapc[ar], add-hook, and
  various cl-lib filter/map/reduce functions) -- where possible
+ prefer functions with dedicated opcodes, like assq (see byte-defop's
  in bytecomp.el for more)
+ prefer pcase & cond (faster) over cl-case
+ general refactor for code readability
+ ensure naming & style conventions are adhered to
+ appease byte-compiler by marking unused variables with underscore
+ defer minor mode activation to after-init, emacs-startup or
  window-setup hooks; a customization opportunity for users + ensures
  custom functionality won't interfere with startup.
2017-06-09 00:47:45 +02:00
Henrik Lissner
d8e3d853a9 ui/doom: centralize doom-buffer-mode activation 2017-05-16 18:05:39 +02:00
Henrik Lissner
85bde34f84 General cleanup & refactor 2017-05-04 10:42:30 +02:00
Henrik Lissner
1eb580bb77 app/email: redo mu4e->evil integration + improve marks for gmail support 2017-04-19 13:19:06 -04:00
Henrik Lissner
a8205e3bbc app/email: mbsync => offlineimap & All Mail-centric workflow (better gmail integration) 2017-04-18 21:04:25 -04:00
Henrik Lissner
f74c2ff618 app/email: remove ineffective flags in refile/trash marks + revise mu4e bookmarks 2017-04-18 00:17:12 -04:00
Henrik Lissner
e204df3c05 Replace obsolete functions/commands 2017-04-17 02:19:20 -04:00
Henrik Lissner
5ae94b765c PRAISE BE TO THE BYTE COMPILER FOR THY SHARP QUOTES 2017-04-17 02:17:10 -04:00
Henrik Lissner
ef88d30b73 app/email: update docstrings 2017-04-16 21:24:18 -04:00
Henrik Lissner
55e2eaa39a app/email: flesh out evil support & add +email/mark-multiple for visual mode 2017-04-16 21:24:07 -04:00
Henrik Lissner
68d5e9665e app/email: add seen flag on trash/refile 2017-04-16 11:55:30 -04:00
Henrik Lissner
9fce3ca4fd app/email: reconfigure (replaced offlineimap w/ mbsync) 2017-04-14 02:36:36 -04:00
Henrik Lissner
2b9c1577d0 app/email: use -q flag for offlineimap (faster sync) 2017-04-12 12:21:03 -04:00
Henrik Lissner
e30aaed837 app/email: remove mu4e-alert plugin (I get notifications externally) 2017-04-12 12:20:10 -04:00
Henrik Lissner
3f6de74ebb app/email: mark trashed emails as seen 2017-04-10 22:26:48 -04:00
Henrik Lissner
91a15a991e app/email: comment config & hide modeline in mu4e-view-mode 2017-04-09 22:10:41 -04:00
Henrik Lissner
47dbc5bf11 app/email: fix permadelete issue (trash mark); add mark-as-read mark 2017-04-09 17:42:17 -04:00
Henrik Lissner
316765b8ee Add app/email 2017-04-08 01:31:20 -04:00