diff options
-rw-r--r-- | gnosis-dashboard.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el index e13809a..5893748 100644 --- a/gnosis-dashboard.el +++ b/gnosis-dashboard.el @@ -555,6 +555,7 @@ DASHBOARD-TYPE: either 'Notes' or 'Decks' to display the respective dashboard." (widget-setup)) (pop-to-buffer-same-window buffer) (goto-char (point-min)) + (gnosis-dashboard-mode) (gnosis-dashboard-menu)))) (provide 'gnosis-dashboard) |