We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bf864 commit fbf2515Copy full SHA for fbf2515
layers/+tools/wakatime/packages.el
@@ -8,6 +8,6 @@
8
:config
9
(defun spacemacs/wakatime-dashboard ()
10
(interactive)
11
- (browse-url "wakatime.com/dashboard"))
+ (browse-url "https://wakatime.com/dashboard"))
12
(spacemacs/set-leader-keys
13
"aW" 'spacemacs/wakatime-dashboard)))
0 commit comments