Commit Graph

16 Commits

Author SHA1 Message Date
Henrik Lissner
e1f7d76bc5
Prevent private commands from affecting projectile cache
This causes projectile-project-root to act strangely, because my private
project navigational commands were rewriting the projectile cache.
2017-08-21 22:31:13 +02:00
Henrik Lissner
7dad0ead09
Fix projectile-find-file not respecting default-directory 2017-07-27 20:22:10 +02:00
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
2bc7606559
Fix void-variable errors from +hlissner-def-finder! macro 2017-06-06 02:40:54 +02:00
Henrik Lissner
d62f446dc3
General cleanup + refactor; revise docstrings 2017-06-05 16:45:19 +02:00
Henrik Lissner
35a287c58b Fix typo in +hlissner/yank-buffer-filename 2017-05-29 01:05:34 +02:00
Henrik Lissner
86cca42723 private/hlissner: revise bindings (again)
+ Remove defunct + refactor
+ Move evil-easymotion bindings to private/hlissner
+ Remove backtab 'fix' in bindings (doesn't work)
+ Clear leader/localleader keys first
+ Put key "fixers" in input-decode-map
2017-05-28 15:38:50 +02:00
Henrik Lissner
656452df00 General cleanup & refactor; update TODO 2017-05-19 17:21:52 +02:00
Henrik Lissner
c22375b7d7 private/hlissner: refactor bindings 2017-05-16 18:05:39 +02:00
Henrik Lissner
b03f2cbf48 General refactor & cleanup + update TODO 2017-05-15 20:44:25 +02:00
Henrik Lissner
07d0e39a88 lang/org: reduce keybinding conflicts + make A-{j,k} visual 2017-03-09 00:47:24 -05:00
Henrik Lissner
a9e4f7c2b4 private/hlissner: rethink keybindings + fix find-in-* snippet commands + fix :tablast typo 2017-03-07 16:23:56 -05:00
Henrik Lissner
568a7478b1 private/hlissner: fix :killall :killm and :killo ex commands 2017-03-01 19:23:06 -05:00
Henrik Lissner
d96a283b7f private/hlissner: don't track snippets directory (use +hlissner/install-snippets) 2017-02-20 13:40:26 -05:00
Henrik Lissner
21edf11651 Add org-mode leader bindings 2017-02-20 00:44:00 -05:00
Henrik Lissner
5c0b8af9d5 Add modules/private/hlissner 2017-02-20 00:26:48 -05:00