branch: elpa/evil-exchange
commit e7a403074e29c611c237682c342ff2a83cef413d
Author: Dewdrops <[email protected]>
Commit: Dewdrops <[email protected]>
Make comments conform to emacs' convention
---
evil-exchange.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/evil-exchange.el b/evil-exchange.el
index f4b2ce656d..2a141a6b50 100644
--- a/evil-exchange.el
+++ b/evil-exchange.el
@@ -25,12 +25,12 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
-
+;;
;; Port of vim-exchange by Tom McDonald
(https://github.com/tommcdo/vim-exchange)
-
+;;
;; Installation:
-
-;; put evil-exchange.el into somewhere in your load-path and add these
+;;
+;; put evil-exchange.el somewhere in your load-path and add these
;; lines to your .emacs:
;; (require 'evil-exchange)
;; ;; change default key bindings (if you want) HERE