doomemacs/modules
Henrik Lissner 46bea60ad3
Add :Read ex command & 'SPC i p' keybind
This can be used to extract paths from evil-ex style paths. e.g. the
following inserts the stdout into the current buffer (assuming we're in
~/some/project/filename.c):

  :R!echo %:P      ~/some/project
  :R!echo %:t      filename.c
  :R!echo %:e      c
  :R!echo %:r      filename
  :R!echo ~/another/project/%:t:r.h
    ~/another/project/filename.h
  :R %             contents of current file

http://vimdoc.sourceforge.net/htmldoc/cmdline.html#filename-modifiers
has a full list of vim filename modifiers. Doom doesn't support all of
them, but it does support most of them.
2019-11-15 22:17:30 -05:00
..
app Adds how to build emacs with ImageMagick in app:twitter 2019-10-11 11:56:33 +03:00
completion Merge pull request #2017 from bennofs/fix-jumplist-empty-buffer 2019-11-12 16:19:44 -05:00
config Add :Read ex command & 'SPC i p' keybind 2019-11-15 22:17:30 -05:00
editor Add :Read ex command & 'SPC i p' keybind 2019-11-15 22:17:30 -05:00
emacs 💥 Drop Emacs 25.x support 2019-11-08 16:02:06 -05:00
email shell-command-to-string -> doom-call-process #1887 2019-11-08 16:02:06 -05:00
input Update packages.el 2019-10-26 15:33:46 +05:30
lang Merge pull request #2061 from rgrinberg/set-effort 2019-11-15 02:17:08 -05:00
term Revert 5f9a630c2 2019-11-04 12:42:23 -05:00
tools tools/eval: add REPL support for +eval/buffer 2019-11-15 00:17:10 -05:00
ui Merge pull request #2009 from bennofs/fix-hydra-flash 2019-11-12 16:19:22 -05:00