forked from colonelpanic/dotfiles
[Emacs] Use my org-wild-notifier
This commit is contained in:
parent
f92cd9a0d8
commit
b58dc847d1
@ -374,7 +374,7 @@ but provide support for writing custom elisp.
|
|||||||
*** emit
|
*** emit
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package emit
|
(use-package emit
|
||||||
:straight (emit :type git :host github :repo "IvanMalison/emit"))
|
:straight (emit :type git :host github :repo "colonelpanic8/emit"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** request
|
*** request
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
@ -848,6 +848,7 @@ alphanumeric characters only."
|
|||||||
** org-wild-notifier
|
** org-wild-notifier
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package org-wild-notifier
|
(use-package org-wild-notifier
|
||||||
|
:straight (org-wild-notifier :type git :host github :repo "colonelpanic8/org-wild-notifier.el")
|
||||||
:after org
|
:after org
|
||||||
:custom
|
:custom
|
||||||
((org-wild-notifier-keyword-whitelist nil)
|
((org-wild-notifier-keyword-whitelist nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user