boon/todo.org

15 lines
597 B
Org Mode
Raw Normal View History

2014-10-23 13:31:30 +02:00
* fix swap-region
2014-10-26 20:47:12 +01:00
* change helm-command-map
** change c to be as in the regular map
2014-10-23 13:31:30 +02:00
* When 24.4 rolls out:
** use string-blank-p
2014-10-23 14:03:33 +02:00
** bind rectangle-mark-mode in extras
** checkout electric-pair-mode options (http://www.masteringemacs.org/articles/2013/12/29/whats-new-in-emacs-24-4/) and clean the code
2014-10-26 20:47:12 +01:00
* Add enclosure " "text<RET> for arbitrary enclosures
* Add region specifier ' (former selected region)
2014-10-23 13:31:30 +02:00
* When inserting a newline; remove spaces before and after the point.
* Support Fundamental buffers (see evil code)
* Repeat "last command" (bind on return?)
No idea how to do that
2014-10-23 14:03:33 +02:00