Debug Emacs initialization
Since "Briefcase" doesn't exist, `window-manager--switch` fails and so does `exwm-init-hook`. It'd be nice to catch these errors earlier...
This commit is contained in:
parent
562c82f3f2
commit
6eac1de187
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ predicate."
|
|||
;; Startup Applications in `window-manager--named-workspaces'
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(add-hook 'exwm-init-hook (lambda () (window-manager--switch "Briefcase")))
|
||||
(add-hook 'exwm-init-hook (lambda () (window-manager--switch "Coding")))
|
||||
|
||||
(provide 'window-manager)
|
||||
;;; window-manager.el ends here
|
||||
|
|
Loading…
Reference in a new issue