Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csg-eb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
exa
csg-eb
Wiki
Spacemacs on Joule
Changes
Page history
New page
Templates
Clone repository
Create Spacemacs on Joule
authored
4 years ago
by
Mark Meredith
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Spacemacs-on-Joule.md
+49
-0
49 additions, 0 deletions
Spacemacs-on-Joule.md
with
49 additions
and
0 deletions
Spacemacs-on-Joule.md
0 → 100644
View page @
c87ec19c
# Spacemacs
Spacemacs is an Emacs configuration of friendly to users new to Emacs.
## Requirements
-
Emacs 26 recommended. On Joule
`/usr/bin/emacs`
is 24.3.1, so recommend using an recent build of emacs.
-
Spacemacs itself is a git repo of
`$HOME/.emacs.d`
## Setup .emacs.d
Go to
`[https://www.spacemacs.org/#](https://spacemacs.org)`
and click on the INSTALL link. Copy and paste the resulting command on Joule:
```
> git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
> cd ~/.emacs.d
> git checkout develop
```
## Load Emacs module
There is a compiled version of Emacs under
`/nfs/home/public`
:
```
> source /nfs/home/public/mmeredith/spack/share/spack/setup-env.sh
> spack load emacs
> emacs --version # Should be GNU Emacs 26.3
```
## Run Emacs
-
Run
`emacs`
.
-
Select either
`vim`
or
`emacs`
keybindings, your preference
-
Select
`standard distribution`
-
Select completion framework
`helm`
-
Wait a minute or two for Spacemacs to install.
-
Start editing (default uses Vim keybindings)
## Reset Configuration
If your Spacemacs config gets corrupted, doing:
```
> rm ~/.spacemacs
> git -C ~/.emacs.d clean -fdx
```
then the next time running
`emacs`
will bring the configuration back to a known state.
\ No newline at end of file
This diff is collapsed.
Click to expand it.