ui/doom-dashboard: don't open dashboard over files (part 2) #523
This commit is contained in:
parent
2f43fc743e
commit
61865d0646
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ Possible values:
|
|||
(add-hook 'window-configuration-change-hook #'+doom-dashboard|resize)
|
||||
(add-hook 'kill-buffer-query-functions #'+doom-dashboard|reload-on-kill)
|
||||
(add-hook 'doom-after-switch-buffer-hook #'+doom-dashboard|reload-on-kill)
|
||||
(when (daemonp)
|
||||
(unless (daemonp)
|
||||
(add-hook 'after-make-frame-functions #'+doom-dashboard|make-frame))
|
||||
;; `persp-mode' integration: update `default-directory' when switching
|
||||
(add-hook 'persp-created-functions #'+doom-dashboard|record-project)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue