From bfdfe3e4db6ed9a09b7f4de14ce400d913fe70d7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 3 Mar 2024 02:10:41 +0200 Subject: 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. --- gnosis.el | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'gnosis.el') 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 () -- cgit v1.2.3