Added interactive function to open Text/calendar.org

This commit is contained in:
oreodave
2019-07-13 08:55:50 +01:00
parent 1da8b83ee8
commit 028216e12b

View File

@@ -388,6 +388,13 @@ you should place your code here."
(global-flycheck-mode) (global-flycheck-mode)
(global-wakatime-mode) (global-wakatime-mode)
;; Functions
(defun get-calendar ()
"Open up the calendar scheduler"
(interactive)
(find-file "~/Text/calendar.org")
)
;; Keybinds ;; Keybinds
(spacemacs/set-leader-keys "os" 'helm-etags-select) (spacemacs/set-leader-keys "os" 'helm-etags-select)
(spacemacs/set-leader-keys "oc" 'find-file "~/Text/calendar.org") (spacemacs/set-leader-keys "oc" 'find-file "~/Text/calendar.org")