[Emacs] Get org-window-habit from its own repo

This commit is contained in:
2023-09-12 13:08:57 -06:00
parent ebf7485972
commit ebce50c44a
2 changed files with 5 additions and 904 deletions

View File

@@ -937,12 +937,13 @@ alphanumeric characters only."
** org-window-habit
#+begin_src emacs-lisp
(use-package org-window-habit
:straight nil
:demand t
:straight
(org-window-habit
:repo "colonelpanic8/org-window-habit"
:host github
:files ("org-window-habit.el"))
:config
(progn
(require 'org)
(require 'org-habit)
(require 'org-agenda)
(org-window-habit-mode +1)))
#+end_src