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