;;; -*- lexical-binding: t -*- ;; ;; this file: ;; https://dataswamp.org/~incal/emacs-init/pix.el ;; ;; created: ;; 2024-10-10 (defun pix () (ignore)) (when nil (start-process #1="pix-el" (format "*%s*" #1#) "/bin/bash") (kill-process #1#)) (provide 'pix)