aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spacemacs4
1 files changed, 4 insertions, 0 deletions
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.