From 1da8b83ee854ffa3f19c5547d1a8b35ebf5734fa Mon Sep 17 00:00:00 2001 From: oreodave Date: Sat, 13 Jul 2019 08:44:59 +0100 Subject: Added a keybind to open the calendar --- spacemacs | 1 + 1 file changed, 1 insertion(+) diff --git a/spacemacs b/spacemacs index f1e49aa..996b95f 100644 --- a/spacemacs +++ b/spacemacs @@ -390,6 +390,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") ;; elcord (load-file "~/.emacs.d/private/local/elcord.el") -- cgit v1.2.3-13-gbd6f