Added elcord as a loadfile

This commit is contained in:
oreodave
2019-07-13 08:22:35 +01:00
parent 14774e5be5
commit e1d0fe6cd2

View File

@@ -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.