Commit Graph

8 Commits

Author SHA1 Message Date
Henrik Lissner
f31c758a56
lang/elixir: use my alchemist.el fork; fix iex hanging #409 2018-02-19 04:17:12 -05:00
Henrik Lissner
42cee2e046
Update :jump => :lookup 2018-01-05 23:57:48 -05:00
Henrik Lissner
47da56b221
lang/elixir: simplify alchemisy-company :after property 2017-12-18 13:15:09 -05:00
Henrik Lissner
682ff5500a
lang/elixir: refactor; fix smartparens & alchemist integration
Fixes #294
2017-12-18 13:14:52 -05:00
Henrik Lissner
bac286e8e2
Remove blank autoload files 2017-11-05 01:16:35 +01:00
Ryan Phillips
d7eb095fbd support exs extensions as well 2017-06-28 01:32:14 -05: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
Mikhail Stralenia
f80a2d6707 Added elixir lang support 2017-05-24 15:00:52 +03:00