mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
Add provide's to module config.el files + fix module header comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
;;; core/evil/packages.el
|
||||
;;; feature/evil/packages.el
|
||||
|
||||
;;;###autoload
|
||||
(defun +evil*ex-replace-special-filenames (file-name)
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; core/evil/packages.el
|
||||
;;; feature/evil/packages.el
|
||||
|
||||
(package! evil)
|
||||
(package! evil-args)
|
||||
|
@@ -1,4 +1,5 @@
|
||||
;;; feature/version-control/config.el
|
||||
(provide '+version-control)
|
||||
|
||||
(load! +git)
|
||||
;; (load! +hg)
|
||||
|
Reference in New Issue
Block a user