mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
Macros now prefixed with @, instead of suffixed with !
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; os/macos/packages.el
|
||||
|
||||
(package! exec-path-from-shell)
|
||||
(package! osx-clipboard)
|
||||
(@package exec-path-from-shell)
|
||||
(@package osx-clipboard)
|
||||
|
Reference in New Issue
Block a user