Commit Graph

19 Commits

Author SHA1 Message Date
Balaji Sivaraman 2b1ed603dc Change all references of micro-state in codebase to transient-state 2016-01-31 23:04:47 -05:00
Xue Fuqiao 4958f7fc10 Fix "the point" problems
Point is a proper name when it refers to the current editing location.
Moreover, point designates a place *between* two characters (or before the first
character, or after the last character), rather than a particular character.

References:

* http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00414.html
* https://www.gnu.org/software/emacs/manual/html_node/elisp/Point.html#index-point
2016-01-31 21:48:52 +01:00
syl20bnr cf11c5eb41 Update conventions (use-package and key bindings in doc) 2016-01-17 23:42:04 -05:00
syl20bnr 4a27a812b1 conventions: generalize confirm and abort bindings 2016-01-04 00:34:14 -05:00
syl20bnr 2409a3dfc0 conventions: add justbur suggestion for SPC m a for abort 2015-12-09 00:51:50 -05:00
Fabien Dubosson fb3e539eaf Define a convention for message modes 2015-12-09 00:50:22 -05:00
Fabien Dubosson 028c53fbd7 Create the layer README on create-layer
When using `configuration-layer/create-layer`, the `README.org` file is
not created from the template. This change corrects this.

Close #3259
2015-11-24 23:20:45 +01:00
Eivind Fonn c3866382b2 Documentation update
- Add #+HTML_HEAD_EXTRA options to all org files
- HTMLize published documentation via CSS
2015-11-13 14:23:13 +01:00
Eivind Fonn 1070d4b56a Set up documentation publishing 2015-11-01 23:40:36 -05:00
Eivind Fonn 13c5b1d24b Convert documentation to publishable format 2015-11-01 23:40:29 -05:00
syl20bnr ab6ebd0348 conventions: better evilified buffers section 2015-09-29 21:35:21 -04:00
Tommi Komulainen 910417d143 doc: fix typo in before listing "SPC m x" keybindings 2015-09-28 23:21:50 -04:00
Eivind Fonn d17c229c2a Make SPC m o reserved for user 2015-08-26 21:37:01 -04:00
syl20bnr a6cd304d62 conventions: add `SPC m g b` to jump back 2015-08-24 21:24:54 -04:00
syl20bnr f80cc05d44 conventions: add toggles conventions 2015-08-24 21:23:28 -04:00
syl20bnr 612a77ba10 conventions: modify test in debug conventions
Noew they are under `SPC m t X` instead of `SPC m T x`
2015-08-24 21:22:45 -04:00
person808 640366e9ae Add spacing conventions for writing documentation.
These were briefly discussed in #2124.
2015-07-27 12:11:52 -04:00
syl20bnr 920f01a776 Minor reformating of documentation files 2015-06-14 22:10:38 -04:00
person808 48ff6550db Convert CONVENTIONS.md to org. 2015-06-14 21:47:07 -04:00