mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-21 01:20:52 -08:00
11 lines
281 B
EmacsLisp
11 lines
281 B
EmacsLisp
;;; core-os-linux.el --- Debian-specific settings
|
|
|
|
(defun narf-open-with (&optional app-name path)
|
|
(interactive)
|
|
(error "Not yet implemented"))
|
|
|
|
(defun define-docset! (&rest _)
|
|
(message "No docset function defined!"))
|
|
|
|
(provide 'core-os-linux)
|
|
;;; core-os-linux.el ends here
|