diff options
| author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-10-14 12:38:11 +0100 |
|---|---|---|
| committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-10-14 12:38:11 +0100 |
| commit | 9e84a66b07700bebb73592fe320c19794c206ce3 (patch) | |
| tree | 6ddf17ded2ac372ccc7eefa01b880e9f98b3936f | |
| parent | 9add6554f8e9e3108bdc470e9960ca2b5db7e58b (diff) | |
Style changes
| -rw-r--r-- | rich-minority.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/rich-minority.el b/rich-minority.el index b37057d..864b4d3 100644 --- a/rich-minority.el +++ b/rich-minority.el @@ -3,12 +3,10 @@ ;; Copyright (C) 2014, 2015 Free Software Foundation, Inc. ;; Author: Artur Malabarba <emacs@endlessparentheses.com> -;; URL: http://github.com/Malabarba/rich-minority +;; URL: https://github.com/Malabarba/rich-minority ;; Package-Requires: ((cl-lib "0.5")) ;; Version: 1.0 ;; Keywords: mode-line faces -;; Prefix: rm -;; Separator: - ;;; Commentary: ;; @@ -279,3 +277,7 @@ These properties take priority over those defined in (provide 'rich-minority) ;;; rich-minority.el ends here + +;; Local Variables: +;; nameless-current-name: "rm" +;; End: |
