branch: master commit 5d6d41fca6ebe90af1e9a5cca7e0eca246e784dd Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
Fix readme --- README.org | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 75f8835..367ffed 100644 --- a/README.org +++ b/README.org @@ -22,13 +22,13 @@ You can configure a string to use instead of ~:~ by setting the You can even just hide the prefix completely by setting this variable to an empty string. -While the mode is active, the <kbd>C-c C--</kbd> key inserts the +While the mode is active, the =C-c C--= key inserts the package namespace if appropriate. * Configuration ** Quickly typing the namespace -~nameless-mode~ binds the <kbd>C-c C--</kbd> key to +~nameless-mode~ binds the =C-c C--= key to ~nameless-insert-name~, which immediately inserts the current name for you, or even expands aliases to the names they point to. @@ -39,7 +39,7 @@ fl C-c C-- → font-lock- #+END_SRC There’s also a command called ~nameless-insert-name-or-self-insert~. -You can bind this to the <kbd>_</kbd> key and make it even faster to +You can bind this to the =_= key and make it even faster to insert the name. ** Configuring the namespace name Nameless guesses the package name with the ~lm-get-package-name~ @@ -75,7 +75,7 @@ as a file-local variable. ;; nameless-aliases: (("c" . "cider")) ;; End: #+END_SRC -/Note that there’s no ~quote~ before ~((c~!/\\ +Note that there’s no ~quote~ before ~((c~!\\ You can also configure it for a whole project, by setting it as a dir-local variable. ** Indentation and paragraph filling