diff options
Diffstat (limited to 'sx-switchto.el')
-rw-r--r-- | sx-switchto.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-switchto.el b/sx-switchto.el index 1a2c3a0..458586a 100644 --- a/sx-switchto.el +++ b/sx-switchto.el @@ -1,4 +1,4 @@ -;;; sx-switchto.el --- Keymap for navigating between pages. -*- lexical-binding: t; -*- +;;; sx-switchto.el --- keymap for navigating between pages -*- lexical-binding: t; -*- ;; Copyright (C) 2014 Artur Malabarba @@ -47,6 +47,7 @@ ("U" sx-tab-unanswered-my-tags) ("v" sx-tab-topvoted) ("w" sx-tab-week) + ("*" sx-tab-starred) )) |