mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
10 lines
206 B
EmacsLisp
10 lines
206 B
EmacsLisp
;;; 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
|