mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
6 lines
172 B
EmacsLisp
6 lines
172 B
EmacsLisp
;;; app/everywhere/cli.el -*- lexical-binding: t; -*-
|
|
|
|
(defcli! () ()
|
|
"Spawn an emacsclient window for quick edits."
|
|
(exit! "emacsclient --eval '(emacs-everywhere)'"))
|