From 6052f8cd209970b9f8111053591df47d46cb01a9 Mon Sep 17 00:00:00 2001 From: oreodave Date: Sat, 13 Jul 2019 08:56:57 +0100 Subject: Formatting function --- spacemacs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/spacemacs b/spacemacs index 57c3a20..aa1365d 100644 --- a/spacemacs +++ b/spacemacs @@ -392,17 +392,15 @@ you should place your code here." (defun get-calendar () "Open up the calendar scheduler" (interactive) - (find-file "~/Text/calendar.org") - ) + (find-file "~/Text/calendar.org")) ;; Keybinds (spacemacs/set-leader-keys "os" 'helm-etags-select) (spacemacs/set-leader-keys "oc" 'get-calendar) - ;; elcord (load-file "~/.emacs.d/private/local/elcord.el") - (require 'elcord) - ) + (require 'elcord)) + ;; Do not write anything past this comment. This is where Emacs will ;; auto-generate custom variable definitions. (custom-set-variables -- cgit v1.2.3-13-gbd6f