doomemacs/modules
Henrik Lissner 0ee42c1df0
Improve smartparens+web-mode compatibility
+ Enables web-mode's autopairing functionality
+ Prevents duplicate >'s after web-mode autopairing.
+ Leave longer-than-3-character pairs to smartparens (there was only
  <!-- -->)
+ Remove <?p -> <?php | ?> autopairer. Leave that to snippets (web-mode
  doesn't support prefixes longer than 3 letters, and <?php ?> is too
  much of a performance drain to have smartparens support it, so I added
  a "php" snippet that expands to <?php | ?>).
+ Tags now auto-close when you finish typing the opening
  tag. (web-mode-auto-close-style = 2)
2018-06-24 16:31:13 +02:00
..
app Refactor out map.el usage 2018-06-23 19:53:54 +02:00
collab Add :collab floobits #615 2018-05-26 21:20:30 +02:00
completion Refactor out map.el usage 2018-06-23 19:53:54 +02:00
config +default/easymotion => +evil/easymotion 2018-06-22 12:02:31 +02:00
editor Fix indentation for many autodef setters 2018-06-22 01:49:21 +02:00
emacs Fix listp errors in eshell when using aliases 2018-06-23 20:29:54 +02:00
feature Revert "Fix evil-escape aborting multiedit too eagerly" 2018-06-24 10:34:16 +02:00
lang Improve smartparens+web-mode compatibility 2018-06-24 16:31:13 +02:00
tools Improve wakatime module; add +wakatime/setup 2018-06-24 14:44:09 +02:00
ui Major refactor of ui/popup 2018-06-23 22:18:44 +02:00