doomemacs/core/core-os-linux.el

9 lines
205 B
EmacsLisp
Raw Normal View History

2015-06-06 18:40:33 +08:00
;;; 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