Added interactive function to open Text/calendar.org
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user