Skip to content

Rewritten to use modern Emacs internals

Latest
Compare
Choose a tag to compare
@purcell purcell released this 11 Sep 23:48
· 38 commits to master since this release
4189d03
  • Allows rectangle-mark-mode to work as expected
  • Uses yank-handler, so no need to replace the yank command
  • Improved preservation of point, generally to improve correctness
  • Default override for comment-dwim is changed, and now uses prefix to denote the number of lines to comment/uncomment, rather than comment level
  • Correctly handles cycling of yanks with yank-pop
  • Removed the obsolete whole-line-or-region-mode alias: use either the -local-mode or the -global-mode now.
  • Removed the old-fashioned "turn-on" function
  • Greatly improved tests

Enormous thanks to @gusbrs for help with this!