diff options
author | Thanos Apollo <[email protected]> | 2024-08-03 19:15:50 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-03 19:15:50 +0300 |
commit | 3e2db28295a7603f54f273a518cd2b43f0b9f25e (patch) | |
tree | 4ff77df1f3ff25023c5a101d834939afdbc3c1ad /gnosis-dashboard.el | |
parent | 0349a8d9321b6a9a2981557991e06b463546a8f0 (diff) |
dashboard-mode: enable gnosis-dashboard-mode.
Diffstat (limited to 'gnosis-dashboard.el')
-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) |