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
(defun narf-open-with (&optional app-name path)
(interactive)
(error "Not yet implemented"))
(provide 'core-os-win32)
;;; core-os-win32.el ends here