Add provide's to module config.el files + fix module header comments

This commit is contained in:
Henrik Lissner 2017-02-06 00:25:54 -05:00
parent f99468a135
commit bc402868a6
17 changed files with 20 additions and 5 deletions

View file

@ -1,4 +1,4 @@
;;; core/evil/packages.el
;;; feature/evil/packages.el
;;;###autoload
(defun +evil*ex-replace-special-filenames (file-name)

View file

@ -1,5 +1,6 @@
;;; core/evil/config.el
;;
;;; feature/evil/config.el
(provide '+evil)
;; I'm a vimmer at heart. Its modal philosophy suits me better, and this module
;; strives to make Emacs a much better vim than vim was.

View file

@ -1,5 +1,5 @@
;; -*- no-byte-compile: t; -*-
;;; core/evil/packages.el
;;; feature/evil/packages.el
(package! evil)
(package! evil-args)