core.os.el
This commit is contained in:
parent
da17eb5d22
commit
0ef6837648
1 changed files with 11 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue