mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add provide's to module config.el files + fix module header comments
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
;;; autoload.el
|
||||
;;; os/macos/autoload.el
|
||||
|
||||
;;;###autoload
|
||||
(defun +macos-open-with (&optional app-name path)
|
||||
|
@ -1,3 +1,5 @@
|
||||
;;; os/macos/config.el
|
||||
(provide '+macos)
|
||||
|
||||
(setq mac-command-modifier 'meta
|
||||
mac-option-modifier 'alt
|
||||
|
@ -1,3 +1,4 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; os/macos/packages.el
|
||||
|
||||
(package! exec-path-from-shell)
|
||||
|
Reference in New Issue
Block a user