Remove org-wild-notifier
It's a little too wild for my Windows machine, it starts a whole bunch of Emacs child processes that eat up all the CPU.
This commit is contained in:
parent
34974a7acf
commit
720ba07bbc
1 changed files with 2 additions and 5 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0126.225544
|
||||
;; Package-Requires: (oni-yasnippet oni-alert org-plus-contrib org-bullets hydra org-wild-notifier)
|
||||
;; Version: 2020.0127.095503
|
||||
;; Package-Requires: (oni-yasnippet oni-alert org-plus-contrib org-bullets hydra)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -32,7 +32,6 @@
|
|||
(require 'org-capture)
|
||||
(require 'org-clock)
|
||||
(require 'org-habit)
|
||||
(require 'org-wild-notifier)
|
||||
(require 'subr-x)
|
||||
(require 'yasnippet)
|
||||
|
||||
|
@ -263,8 +262,6 @@ After running it once remove it from `org-capture-after-finalize-hook'."
|
|||
;;;###autoload
|
||||
(global-set-key (kbd "C-<home>") #'oni-org-open-index)
|
||||
|
||||
(org-wild-notifier-mode)
|
||||
|
||||
;;;###autoload
|
||||
(with-eval-after-load 'org
|
||||
(with-eval-after-load 'yasnippet
|
||||
|
|
Loading…
Reference in a new issue