core: remove variable user-dropbox-directory

This feels weird to set as default a variable using a third-party
service like Dropbox. Was OK when Spacemacs was less popular, now this
variable has nothing to do in this project.
This commit is contained in:
syl20bnr 2016-07-06 20:46:31 -04:00
parent a87341e8ac
commit 7e82535bf3
1 changed files with 0 additions and 6 deletions

View File

@ -65,10 +65,6 @@
(unless (file-exists-p spacemacs-cache-directory)
(make-directory spacemacs-cache-directory))
(defconst user-dropbox-directory
(expand-file-name (concat user-home-directory "Dropbox/"))
"Dropbox directory.")
;; load paths
(mapc 'add-to-load-path
`(
@ -76,5 +72,3 @@
,(concat spacemacs-start-directory "core/libs/")
,(concat spacemacs-start-directory "core/aprilfool/")
))
(add-to-load-path-if-exists (concat user-dropbox-directory "emacs/"))