aboutsummaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs7
1 files changed, 7 insertions, 0 deletions
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")