summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-03-03 02:10:41 +0200
committerThanos Apollo <[email protected]>2024-03-03 02:10:41 +0200
commitbfdfe3e4db6ed9a09b7f4de14ce400d913fe70d7 (patch)
tree6f29a6664500b38848fb134bb4a3b60b143e5502
parente034ef8b35812eedcc7154dcb383ff88dbf8b987 (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.el9
1 files changed, 1 insertions, 8 deletions
diff --git a/gnosis.el b/gnosis.el
index b0ec2dc..fb8b139 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -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 ()