]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix readme
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 9 Sep 2015 12:04:06 +0000 (13:04 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 9 Sep 2015 12:04:06 +0000 (13:04 +0100)
README.org

index 75f8835d1e1f1c14e79dde9e8187837f14887250..367ffedaeac055a30d835bf965a52d86287e27dc 100644 (file)
@@ -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