emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 2cd0e01 03/15: Autoload


From: Artur Malabarba
Subject: [elpa] master 2cd0e01 03/15: Autoload
Date: Thu, 03 Sep 2015 11:01:19 +0000

branch: master
commit 2cd0e018a197c461425c14a18719997a8466ca2c
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Autoload
---
 README.org  |    4 ++--
 nameless.el |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 2422958..f9c3fa0 100644
--- a/README.org
+++ b/README.org
@@ -19,5 +19,5 @@ To use this package add the following configuration to your 
Emacs init file.
 You can configure a string to use instead of ~:~ by setting the 
~nameless-prefix~,
 and the name of the face used is ~nameless-face~.
 
-While the mode is active, the =:= and =_= keys will insert the package
-namespace when appropriate.
+While the mode is active, the =_= key inserts the package namespace if
+appropriate.
diff --git a/nameless.el b/nameless.el
index 91dde56..33ec3fe 100644
--- a/nameless.el
+++ b/nameless.el
@@ -35,8 +35,8 @@
 ;;   You can configure a string to use instead of `:' by setting the
 ;;   `nameless-prefix', and the name of the face used is `nameless-face'.
 ;;
-;;   While the mode is active, the `:' and `_' keys will insert the package
-;;   namespace when appropriate.
+;;   While the mode is active, the `_' key inserts the package
+;;   namespace if appropriate.
 
 ;;; Code:
 (require 'lisp-mnt)
@@ -109,6 +109,7 @@
 
 
 ;;; Minor mode
+;;;###autoload
 (define-minor-mode nameless-mode
   nil nil " :" '(("_" . nameless-insert-name))
   (if (and nameless-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]