mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
todos
This commit is contained in:
parent
adf79b0253
commit
670f603080
1 changed files with 5 additions and 3 deletions
8
todo.org
8
todo.org
|
@ -4,13 +4,15 @@
|
||||||
** h (help) C-c ?
|
** h (help) C-c ?
|
||||||
* When 24.4 rolls out:
|
* When 24.4 rolls out:
|
||||||
** use string-blank-p
|
** use string-blank-p
|
||||||
** bind rectangle-mark-mode
|
** 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/)
|
** 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
|
* Enclosure " "textRET for arbitrary enclosures
|
||||||
* Region specifier ' (former selected region)
|
* Region specifier ' (former selected region)
|
||||||
* Bind c to mode-specific things (instead of x c)
|
|
||||||
* Command d should work on the selection if any
|
* Command d should work on the selection if any
|
||||||
* When inserting a newline; remove spaces before and after the point.
|
* When inserting a newline; remove spaces before and after the point.
|
||||||
* Support Fundamental buffers (see evil code)
|
* Support Fundamental buffers (see evil code)
|
||||||
* Repeat "last command" (bind on return?)
|
* Repeat "last command" (bind on return?)
|
||||||
No idea how to do that
|
No idea how to do that
|
||||||
|
|
||||||
|
* Don'ts
|
||||||
|
** Bind c to mode-specific things (instead of x c)
|
||||||
|
|
Loading…
Add table
Reference in a new issue