changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / emacs/default.el

revision 651: af486e0a40c9
parent 648: 926d95e5fdc7
child 665: c60decbaae3d
     1.1--- a/emacs/default.el	Fri Sep 13 20:30:55 2024 -0400
     1.2+++ b/emacs/default.el	Sat Sep 14 22:13:06 2024 -0400
     1.3@@ -102,7 +102,8 @@
     1.4    org-web-tools ;; web parsing
     1.5    citeproc ;; citations
     1.6    htmlize ;; html export
     1.7-   all-the-icons all-the-icons-dired all-the-icons-ibuffer ;; icons
     1.8+   ;; all-the-icons all-the-icons-dired all-the-icons-ibuffer ;; icons
     1.9+   nerd-icons nerd-icons-dired nerd-icons-ibuffer nerd-icons-corfu nerd-icons-completion
    1.10    hide-mode-line) ;; ui
    1.11   ;; bbdb
    1.12   (package-install-selected-packages t))
    1.13@@ -1074,7 +1075,7 @@
    1.14        t nil))))
    1.15 
    1.16 ;;;; Agenda
    1.17-(cl-pushnew '("w" "Work in progress tasks" ((todo "WIP") (agenda))) org-agenda-custom-commands)
    1.18+(cl-pushnew '("i" "Work in progress tasks" ((todo "WIP") (agenda))) org-agenda-custom-commands)
    1.19 
    1.20 (defvar org-agenda-overriding-header)
    1.21 (defvar org-agenda-sorting-strategy)