New module, :app everywhere
This commit is contained in:
parent
16a495c97d
commit
74613c25e2
6 changed files with 112 additions and 0 deletions
5
modules/app/everywhere/cli.el
Normal file
5
modules/app/everywhere/cli.el
Normal file
|
@ -0,0 +1,5 @@
|
|||
;;; app/everywhere/cli.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defcli! everywhere ()
|
||||
"Spawn an emacsclient window for quick edits."
|
||||
(throw 'exit (list "emacsclient" "--eval" "(emacs-everywhere)")))
|
Loading…
Add table
Add a link
Reference in a new issue