;;; core-os-linux.el --- Debian-specific settings (defun narf-open-with (&optional app-name path) (interactive) (error "Not yet implemented")) (provide 'core-os-linux) ;;; core-os-linux.el ends here