doomemacs/core/core-os-win32.el

9 lines
206 B
EmacsLisp
Raw Normal View History

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