diff options
-rw-r--r-- | elogt.el | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -32,12 +32,22 @@ ;;; Commentary: + ;; Portage Emerge log browser for GNU Emacs. ;; ElogT displays the Portage logs in a convenient table and allows log file ;; browsing and deletion. +;; TODO: Clean files older than X. + +;; TODO: Show only Priority P or Category C. +;; `elogt-narrow-priority' and `elogt-narrow-category' + +;; TODO: Rewrite `elogt--make-log-table-contents'? +;; Maybe Use `dolist' or `do'? + + ;;; Code: |