diff options
author | Thanos Apollo <[email protected]> | 2024-03-03 02:10:41 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-03 02:10:41 +0200 |
commit | bfdfe3e4db6ed9a09b7f4de14ce400d913fe70d7 (patch) | |
tree | 6f29a6664500b38848fb134bb4a3b60b143e5502 | |
parent | e034ef8b35812eedcc7154dcb383ff88dbf8b987 (diff) |
gnosis-dashboard-mode: Remove format & sorting
We will be specified using one of the dashboard create funcs. Value
will be different depending on how the dashboard will be created.
-rw-r--r-- | gnosis.el | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -1472,15 +1472,8 @@ name and all notes formatted as nested lists" :keymap gnosis-dashboard-mode-map (interactive) (display-line-numbers-mode 0) - (setq tabulated-list-format [("Main" 30 t) - ("Options" 20 t) - ("Answer" 25 t) - ("Tags" 25 t) - ("Type" 10 t) - ("Suspend" 2 t)]) (setq tabulated-list-padding 2 - tabulated-list-sort-key nil) - (tabulated-list-init-header)) + tabulated-list-sort-key nil)) ;;;###autoload (defun gnosis-dashboard () |