mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
core.os.el
This commit is contained in:
11
core/core-os.el
Normal file
11
core/core-os.el
Normal file
@ -0,0 +1,11 @@
|
||||
;;; core-os.el
|
||||
|
||||
(defun doom-open-with (&optional app-name path)
|
||||
(error "`doom-open-with' not implemented"))
|
||||
|
||||
(cond (IS-MAC (require 'core-os-osx))
|
||||
(IS-LINUX (require 'core-os-osx))
|
||||
(IS-WINDOWS (require 'core-os-osx)))
|
||||
|
||||
(provide 'core-os)
|
||||
;;; core-os.el ends here
|
Reference in New Issue
Block a user