doomemacs/core/core-os-win32.el

9 lines
206 B
EmacsLisp
Raw Normal View History

2015-06-06 18:40:33 +08:00
;;; core-os-win32.el --- Windows-specific settings
2016-05-21 10:37:30 +08:00
(defun doom-open-with (&optional app-name path)
2015-06-06 18:40:33 +08:00
(interactive)
(error "Not yet implemented"))
(provide 'core-os-win32)
;;; core-os-win32.el ends here