import gpm from unix.schottelius.org
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
241d2c35b4
commit
95a46c5577
5930 changed files with 755263 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
(setq command-switch-alist '(
|
||||
("-exec" . cmdline-exec)))
|
||||
|
||||
(defun cmdline-exec (name)
|
||||
(eval (car (read-from-string (car command-line-args-left))))
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue