mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
6 lines
195 B
EmacsLisp
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)")))
|