aboutsummaryrefslogtreecommitdiff
path: root/sx-favorites.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-14 16:43:42 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-14 16:43:42 -0200
commit1845ab03a3083088b621108040fc1aa89a6d7f85 (patch)
treec1ed6bf1270e3657cd031da029b95f6ed1d9c4fb /sx-favorites.el
parent461a0b63529f0185f1bbe86cb07e7f6cd88d2ef7 (diff)
parent7d6583a6da023f0a1f243d01cb2d856e272fc625 (diff)
Merge remote-tracking branch 'refs/remotes/origin/master' into improve-comments
Diffstat (limited to 'sx-favorites.el')
-rw-r--r--sx-favorites.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/sx-favorites.el b/sx-favorites.el
index d98b4c2..444df29 100644
--- a/sx-favorites.el
+++ b/sx-favorites.el
@@ -45,8 +45,10 @@ Added as hook to initialization."
(or (setq sx-favorites--user-favorite-list
(sx-cache-get 'question-favorites))
(sx-favorites-update)))
-;; Append to ensure `sx-network--initialize is run before it.
-(add-hook 'sx-init--internal-hook #'sx-favorites--initialize 'append)
+;; ;; Append to ensure `sx-network--initialize' is run before it.
+;; This is removed for now because it performs a lot of API calls and
+;; was never used.
+;; (add-hook 'sx-init--internal-hook #'sx-favorites--initialize 'append)
(defun sx-favorites--retrieve-favorites (site)
"Obtain list of starred QUESTION_IDs for SITE."