mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Initial commit (brand new NARF)
This commit is contained in:
9
core/core-os-win32.el
Normal file
9
core/core-os-win32.el
Normal file
@ -0,0 +1,9 @@
|
||||
;;; 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
|
Reference in New Issue
Block a user