aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-07-13 08:22:35 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-07-13 08:22:35 +0100
commite1d0fe6cd2f50ab5f3e2fa790aab9eb97f4adc1b (patch)
treed5d4408f418601185890bce913ca135ddc595a68
parent14774e5be567e2c706104a58f61057a3a172495c (diff)
downloaddotfiles-e1d0fe6cd2f50ab5f3e2fa790aab9eb97f4adc1b.tar.gz
dotfiles-e1d0fe6cd2f50ab5f3e2fa790aab9eb97f4adc1b.tar.bz2
dotfiles-e1d0fe6cd2f50ab5f3e2fa790aab9eb97f4adc1b.zip
Added elcord as a loadfile
-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.