From c0c18325789fcab64df73c21e6e72359754c02d8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Sun, 26 Oct 2014 20:47:12 +0100 Subject: [PATCH] todos --- todo.org | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/todo.org b/todo.org index 149357e..a02752b 100644 --- a/todo.org +++ b/todo.org @@ -1,18 +1,14 @@ * fix swap-region -* change helm-command-map to call stuff from the (overridden) helm-map ? -* implement helm command mode as a translation map -** h (help) C-c ? +* change helm-command-map +** change c to be as in the regular map * When 24.4 rolls out: ** use string-blank-p ** 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 -* Enclosure " "textRET for arbitrary enclosures -* Region specifier ' (former selected region) -* Command d should work on the selection if any +* Add enclosure " "text for arbitrary enclosures +* Add region specifier ' (former selected region) * 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 -* Don'ts -** Bind c to mode-specific things (instead of x c)