This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-10
Channels
- # announcements (4)
- # babashka (29)
- # beginners (15)
- # calva (4)
- # cljs-dev (1)
- # clojure (28)
- # clojure-dev (13)
- # clojure-europe (3)
- # clojure-india (1)
- # clojure-spec (7)
- # clojure-uk (5)
- # clojurescript (37)
- # component (2)
- # conjure (60)
- # cursive (2)
- # datomic (1)
- # emacs (1)
- # figwheel-main (18)
- # fulcro (38)
- # graalvm (6)
- # graphql (13)
- # helix (14)
- # jobs-discuss (1)
- # joker (5)
- # lein-figwheel (2)
- # nrepl (3)
- # off-topic (15)
- # other-languages (1)
- # other-lisps (1)
- # pedestal (2)
- # reagent (8)
- # reitit (44)
- # shadow-cljs (83)
- # slack-help (8)
- # spacemacs (1)
Going to https://github.com/syl20bnr/spacemacs#alternate-installations; I wish to install spacemacs in the alternative location of .emacs.d/spacemacs. folder In the doc it states:
mkdir ~/spacemacs
git clone ~/spacemacs/.emacs.d
HOME=~/spacemacs emacs
The mkdir and git are done (with the appropraite paths) . In my case the path is /.emacs.d/spacemacs so I have set HOME=~/.emacs.d/spacemacs emacs and have tried the alternative .emacs.d/spacemacs; I have run the env HOME=$HOME/.emacs.d/spacemacs emacs and agin no go, On the command line typeing in emacs does NOT result in spacemacs - any help on this? (I am on Ubuntu 20.04 and using zsh)
BTW I add (setq spacemacs-start-directory "~/.emacs.d/spacemacs/")
(load-file (concat spacemacs-start-directory "init.el")) into the init.el file