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 @@
;;; autoload.el
;;; os/macos/autoload.el
;;;###autoload
(defun +macos-open-with (&optional app-name path)

View file

@ -1,3 +1,5 @@
;;; os/macos/config.el
(provide '+macos)
(setq mac-command-modifier 'meta
mac-option-modifier 'alt

View file

@ -1,3 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; os/macos/packages.el
(package! exec-path-from-shell)