summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ()