Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Multiple Emacs Flavor Setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pierre Balaye
Multiple Emacs Flavor Setup
Commits
1b2cced3
Commit
1b2cced3
authored
May 16, 2020
by
Pierre Balaye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configs dir no properly set
parent
3b62e170
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
6 deletions
+1
-6
00-run-installers.sh
00-run-installers.sh
+0
-1
01-create-dirs.sh
01-create-dirs.sh
+1
-1
06-vanilla-setup.sh
06-vanilla-setup.sh
+0
-4
configs/vanilla/init.el
configs/vanilla/init.el
+0
-0
No files found.
00-run-installers.sh
View file @
1b2cced3
...
...
@@ -17,4 +17,3 @@ export -f mefs_indent_message
./03-clone-spacemacs-develop.sh
./04-multiple-spacemacs-configs.sh
./05-doom-setup.sh
./06-vanilla-setup.sh
01-create-dirs.sh
View file @
1b2cced3
...
...
@@ -4,5 +4,5 @@ mefs_indent_message "Directory tree creation..."
mkdir
-p
$mefs_EMACSDIR
/sources
mkdir
-p
$mefs_EMACSDIR
/flavors/
ln
-sf
$mefs_THISREPODIR
/configs
$mefs_EMACSDIR
/
flavors/
ln
-sf
$mefs_THISREPODIR
/configs
$mefs_EMACSDIR
/
06-vanilla-setup.sh
deleted
100755 → 0
View file @
3b62e170
#!/bin/bash
mkdir
-p
$mefs_FLAVORDIR
/vanilla
touch
$mefs_FLAVORDIR
/vanilla/init.el
configs/vanilla/init.el
0 → 100644
View file @
1b2cced3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment