doomemacs/modules/editor
Henrik Lissner 855ff34e2c
Port more next/previous motions from vim
They are:

]m, [m
  Jump to next/previous beginning of method/function.
]M, [M
  Jump to next/previous end of method/function
]#, [#
  Jump to next/previous preprocessor directive (only supports C-style
  directives for now)
]*, [* (or ]\, [\)
  Jump to next/previous comment
2019-06-17 12:37:19 +02:00
..
evil Port more next/previous motions from vim 2019-06-17 12:37:19 +02:00
file-templates 💥 Remove :feature category 2019-04-24 18:16:04 -04:00
fold editor/fold: add hs support for nxml-mode 2019-05-16 01:22:50 -04:00
format Prevent unsaved prompts when formatting #1498 2019-06-16 19:16:22 +02:00
lispy 💥 Remove :feature category 2019-04-24 18:16:04 -04:00
multiple-cursors 💥 Remove :feature category 2019-04-24 18:16:04 -04:00
objed objed: add a manual actiation flag 2019-06-01 13:30:18 +02:00
parinfer Standardize the READMEs of various modules 2019-05-09 21:31:23 -04:00
rotate-text Remove deprecated set! & def-setting! macros 2019-01-05 17:48:46 -05:00
snippets Convert +snippets/expand-on-region to advice 2019-06-10 09:38:51 +02:00