doomemacs/modules/app/everywhere/cli.el

6 lines
195 B
EmacsLisp
Raw Normal View History

2021-02-07 20:15:27 +08:00
;;; app/everywhere/cli.el -*- lexical-binding: t; -*-
(defcli! everywhere ()
"Spawn an emacsclient window for quick edits."
(throw 'exit (list "emacsclient" "--eval" "(emacs-everywhere)")))