Commit Graph

6 Commits

Author SHA1 Message Date
1cd637d158 Fix undo-buffer-kill
It contained a `setq` call with no value.
2016-11-30 17:35:46 +01:00
11e0e9bb25 Implement buffer-kill undoing
`C-x k` now kills the current buffer without a question. `C-x M-k` undoes it.
2016-11-21 11:41:31 +01:00
5e6aae007d Implement move-to-beginning/end-of line for Org-mode 2016-11-15 22:09:01 +01:00
ab56d6f449 Add two new functions to move to beginning/end of a line
They consider visual lines and indentation.  However, they don’t work in
Org-mode yet.

Inspired by @bbatsov:
http://emacsredux.com/blog/2013/05/22/smarter-navigation-to-the-beginning-of-a-line/
2016-11-15 09:36:10 +01:00
Gergely Polonkai
46fe49e944 Add the æ-kill-or-copy-whole-line function
I’m not sure yet if this will be useful in the future, though…
2016-10-17 16:25:20 +02:00
Gergely Polonkai
6e1155f847 Reorganize init.el 2016-09-29 10:50:50 +02:00