From e1d0fe6cd2f50ab5f3e2fa790aab9eb97f4adc1b Mon Sep 17 00:00:00 2001 From: oreodave Date: Sat, 13 Jul 2019 08:22:35 +0100 Subject: Added elcord as a loadfile --- spacemacs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spacemacs') diff --git a/spacemacs b/spacemacs index f678c7f..3a8c4b8 100644 --- a/spacemacs +++ b/spacemacs @@ -390,6 +390,10 @@ you should place your code here." ;; Keybinds (spacemacs/set-leader-keys "os" 'helm-etags-select) + + ;; elcord + (load-file "~/.emacs.d/private/local/elcord.el") + (require 'elcord) ) ;; Do not write anything past this comment. This is where Emacs will ;; auto-generate custom variable definitions. -- cgit v1.2.3-13-gbd6f