From 028216e12b83d7d675a1e683496a4508271d0877 Mon Sep 17 00:00:00 2001 From: oreodave Date: Sat, 13 Jul 2019 08:55:50 +0100 Subject: Added interactive function to open Text/calendar.org --- spacemacs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spacemacs b/spacemacs index 996b95f..51f2aa6 100644 --- a/spacemacs +++ b/spacemacs @@ -388,6 +388,13 @@ you should place your code here." (global-flycheck-mode) (global-wakatime-mode) + ;; Functions + (defun get-calendar () + "Open up the calendar scheduler" + (interactive) + (find-file "~/Text/calendar.org") + ) + ;; Keybinds (spacemacs/set-leader-keys "os" 'helm-etags-select) (spacemacs/set-leader-keys "oc" 'find-file "~/Text/calendar.org") -- cgit v1.2.3-13-gbd6f