diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:56:57 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:56:57 +0100 |
commit | 6052f8cd209970b9f8111053591df47d46cb01a9 (patch) | |
tree | 3c6d954a470f003d661b09d43836e7afb276e139 | |
parent | 325c1267b442a9138f1ebdbf1409d9f5f551a413 (diff) | |
download | dotfiles-6052f8cd209970b9f8111053591df47d46cb01a9.tar.gz dotfiles-6052f8cd209970b9f8111053591df47d46cb01a9.tar.bz2 dotfiles-6052f8cd209970b9f8111053591df47d46cb01a9.zip |
Formatting function
-rw-r--r-- | spacemacs | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |