8 lines
206 B
EmacsLisp
8 lines
206 B
EmacsLisp
;;; 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
|