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
354ce4041e
commit
83e2ca5a95
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
(start-process-shell-command (file-name-nondirectory program) nil program))))
|
||||
|
||||
(defun call-startup-programs ()
|
||||
(interactive)
|
||||
(start-minimum-programs)
|
||||
(when (y-or-n-p "Run startup programs? ")
|
||||
(dolist (program exwm-startup-programs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue