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
c774cccc
Commit
c774cccc
authored
May 25, 2020
by
pietrodito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tune: arch - vterm
parent
81f30213
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
00-run-installers.sh
00-run-installers.sh
+1
-1
03-clone-spacemacs-develop.sh
03-clone-spacemacs-develop.sh
+1
-1
99-emacs-and-tools.sh
99-emacs-and-tools.sh
+1
-0
dot.emacs-profiles.el
dot.emacs-profiles.el
+2
-2
layers/general/layers.el
layers/general/layers.el
+1
-1
No files found.
00-run-installers.sh
View file @
c774cccc
...
...
@@ -21,4 +21,4 @@ export -f mefs_message
./02-chemacs-setup.sh
./03-clone-spacemacs-develop.sh
./04-multiple-spacemacs-configs.sh
./05-doom-setup.sh
#
./05-doom-setup.sh
03-clone-spacemacs-develop.sh
View file @
c774cccc
...
...
@@ -8,4 +8,4 @@ mefs_indent_message "Cloning spacemacs repo..."
cd
$mefs_FLAVORDIR
/spacemacs-develop
git checkout develop
emacs
--with-profile
develop
emacs
--with-profile
develop
-nw
99-emacs-and-tools.sh
0 → 100755
View file @
c774cccc
sudo
pacman
--sync
--needed
--noconfirm
cmake the_silver_searcher emacs
dot.emacs-profiles.el
View file @
c774cccc
...
...
@@ -9,13 +9,13 @@
;; SPACEMACS MULTIPLE CONFIGURATIONS STARTS HERE
(
"spacemacs-test"
.
((
user-emacs-directory
.
"~/emacs/flavors/spacemacs-test"
)
(
env
.
((
"SPACEMACSDIR"
.
"~/emacs/configs/spacemacs-test"
)))))
(
"spacemacs-pietrodito"
.
((
user-emacs-directory
.
"~/emacs/flavors/spacemacs-pietrodito"
)
(
env
.
((
"SPACEMACSDIR"
.
"~/emacs/configs/spacemacs-pietrodito"
)))))
(
"spacemacs-minimal"
.
((
user-emacs-directory
.
"~/emacs/flavors/spacemacs-minimal"
)
(
env
.
((
"SPACEMACSDIR"
.
"~/emacs/configs/spacemacs-minimal"
)))))
(
"spacemacs-develop"
.
((
user-emacs-directory
.
"~/emacs/flavors/spacemacs-develop"
)
(
env
.
((
"SPACEMACSDIR"
.
"~/emacs/configs/spacemacs-develop"
)))))
(
"spacemacs-default"
.
((
user-emacs-directory
.
"~/emacs/flavors/spacemacs-default"
)
(
env
.
((
"SPACEMACSDIR"
.
"~/emacs/configs/spacemacs-default"
)))))
(
"spacemacs-pietrodito"
.
((
user-emacs-directory
.
"~/emacs/flavors/spacemacs-pietrodito"
)
(
env
.
((
"SPACEMACSDIR"
.
"~/emacs/configs/spacemacs-pietrodito"
)))))
;; SPACEMACS MULTIPLE CONFIGURATIONS ENDS HERE
)
layers/general/layers.el
View file @
c774cccc
(
configuration-layer/declare-layers
'
(
(
shell
:variables
shell-default-
term-
shell
'vterm
shell-default-shell
'vterm
shell-default-height
30
shell-default-position
'bottom
)
(
helm
:variables
...
...
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