Formatting function
This commit is contained in:
@@ -392,17 +392,15 @@ you should place your code here."
|
|||||||
(defun get-calendar ()
|
(defun get-calendar ()
|
||||||
"Open up the calendar scheduler"
|
"Open up the calendar scheduler"
|
||||||
(interactive)
|
(interactive)
|
||||||
(find-file "~/Text/calendar.org")
|
(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" 'get-calendar)
|
(spacemacs/set-leader-keys "oc" 'get-calendar)
|
||||||
|
|
||||||
;; elcord
|
;; elcord
|
||||||
(load-file "~/.emacs.d/private/local/elcord.el")
|
(load-file "~/.emacs.d/private/local/elcord.el")
|
||||||
(require 'elcord)
|
(require 'elcord))
|
||||||
)
|
|
||||||
;; Do not write anything past this comment. This is where Emacs will
|
;; Do not write anything past this comment. This is where Emacs will
|
||||||
;; auto-generate custom variable definitions.
|
;; auto-generate custom variable definitions.
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
|
|||||||
Reference in New Issue
Block a user