Files
opalfiles/.config/emacs/modules/app/everywhere/cli.el
2022-01-11 18:05:13 -08:00

6 lines
195 B
EmacsLisp

;;; app/everywhere/cli.el -*- lexical-binding: t; -*-
(defcli! everywhere ()
"Spawn an emacsclient window for quick edits."
(throw 'exit (list "emacsclient" "--eval" "(emacs-everywhere)")))