aboutsummaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-07-13 08:56:07 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-07-13 08:56:07 +0100
commit325c1267b442a9138f1ebdbf1409d9f5f551a413 (patch)
treedf3cf1fa803f5a3d809afb8b792742045c6d286d /spacemacs
parent028216e12b83d7d675a1e683496a4508271d0877 (diff)
downloaddotfiles-325c1267b442a9138f1ebdbf1409d9f5f551a413.tar.gz
dotfiles-325c1267b442a9138f1ebdbf1409d9f5f551a413.tar.bz2
dotfiles-325c1267b442a9138f1ebdbf1409d9f5f551a413.zip
Changed keybind to use function
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/spacemacs b/spacemacs
index 51f2aa6..57c3a20 100644
--- a/spacemacs
+++ b/spacemacs
@@ -397,7 +397,7 @@ you should place your code here."
;; Keybinds
(spacemacs/set-leader-keys "os" 'helm-etags-select)
- (spacemacs/set-leader-keys "oc" 'find-file "~/Text/calendar.org")
+ (spacemacs/set-leader-keys "oc" 'get-calendar)
;; elcord
(load-file "~/.emacs.d/private/local/elcord.el")