mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Make that function interactive
This commit is contained in:
parent
21e392eb31
commit
93ce56e2ef
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
||||||
(start-process-shell-command (file-name-nondirectory program) nil program))))
|
(start-process-shell-command (file-name-nondirectory program) nil program))))
|
||||||
|
|
||||||
(defun call-startup-programs ()
|
(defun call-startup-programs ()
|
||||||
|
(interactive)
|
||||||
(start-minimum-programs)
|
(start-minimum-programs)
|
||||||
(when (y-or-n-p "Run startup programs? ")
|
(when (y-or-n-p "Run startup programs? ")
|
||||||
(dolist (program exwm-startup-programs)
|
(dolist (program exwm-startup-programs)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue