diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:56:07 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:56:07 +0100 |
commit | 325c1267b442a9138f1ebdbf1409d9f5f551a413 (patch) | |
tree | df3cf1fa803f5a3d809afb8b792742045c6d286d /spacemacs | |
parent | 028216e12b83d7d675a1e683496a4508271d0877 (diff) | |
download | dotfiles-325c1267b442a9138f1ebdbf1409d9f5f551a413.tar.gz dotfiles-325c1267b442a9138f1ebdbf1409d9f5f551a413.tar.bz2 dotfiles-325c1267b442a9138f1ebdbf1409d9f5f551a413.zip |
Changed keybind to use function
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |