diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:22:35 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:22:35 +0100 |
commit | e1d0fe6cd2f50ab5f3e2fa790aab9eb97f4adc1b (patch) | |
tree | d5d4408f418601185890bce913ca135ddc595a68 /spacemacs | |
parent | 14774e5be567e2c706104a58f61057a3a172495c (diff) | |
download | dotfiles-e1d0fe6cd2f50ab5f3e2fa790aab9eb97f4adc1b.tar.gz dotfiles-e1d0fe6cd2f50ab5f3e2fa790aab9eb97f4adc1b.tar.bz2 dotfiles-e1d0fe6cd2f50ab5f3e2fa790aab9eb97f4adc1b.zip |
Added elcord as a loadfile
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |