Uninstall Spacemacs
Asked Answered
C

3

18

I'm trying to install Emacs via Homebrew. Having done this and aliased to my apps folder, I found that when I ran Emacs it came up Spacemacs. I did them remember the system had Spacemacs installed a few years ago. So, I uninstalled Emacs, removed the emacs folders. Now, Homebrew shows no installation of Emacs. However, when I run emacs in the terminal, I still get Spacemacs.

How do I completely remove Spacemacs so I can install "vanilla" Emacs?

I thought I'd look at where Spacemacs is installed and did a "whereis emacs", but nothing but the prompt was returned.

Catiline answered 30/8, 2016 at 13:28 Comment(1)
check your aliasesVamp
C
24

Remove or rename ~/emacs.d folder. Spacemacs is not a different emacs, it's a different way of initializing emacs. The initialization files are in ~/emacs.d.

Colliery answered 30/8, 2016 at 19:1 Comment(0)
C
3

I realised that Spacemacs was a layer of Emacs. I needed to delete the .spacemacs folder in my user directory. Once done Emacs showed up as vanilla.

To completely remove emacs, I also searched for "emacs" and it found some folders in various bin directories. Once all of this was removed my system was ready for a vanilla emacs installation.

Catiline answered 1/9, 2016 at 15:29 Comment(0)
F
3

First, check where your emacs loads its configurations. Probably from ~/.emacs.d. Then, remove the folder or just rename it. Finally, restart emacs As of spacemacs, there is another file named .spacemacs, it usually dwells in your home folder. If you remove/rename ~/.emacs.d and do nothing about .spacemacs,emacs will not read .spacemacs.

Farfetched answered 17/7, 2018 at 7:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.