Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Multiple Emacs Flavor Setup
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Balaye
Multiple Emacs Flavor Setup
Commits
f40791ed
Commit
f40791ed
authored
5 years ago
by
Pierre Balaye
Browse files
Options
Downloads
Patches
Plain Diff
~/emacs/layers/ can now be used with symlinks 4 private layers
parent
670e3c61
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
configs/spacemacs-minimal/init.el
+8
-5
8 additions, 5 deletions
configs/spacemacs-minimal/init.el
with
8 additions
and
5 deletions
configs/spacemacs-minimal/init.el
+
8
−
5
View file @
f40791ed
...
@@ -40,7 +40,9 @@ This function should only modify configuration layer settings."
...
@@ -40,7 +40,9 @@ This function should only modify configuration layer settings."
;; List of additional paths where to look for configuration layers.
;; List of additional paths where to look for configuration layers.
;; Paths must have a trailing slash (i.e. `~/.mycontribs/')
;; Paths must have a trailing slash (i.e. `~/.mycontribs/')
dotspacemacs-configuration-layer-path
'
()
dotspacemacs-configuration-layer-path
(
list
(
concat
user-emacs-directory
"../../layers/"
))
;; List of additional packages that will be installed without being
;; List of additional packages that will be installed without being
;; wrapped in a layer. If you need some configuration for these
;; wrapped in a layer. If you need some configuration for these
...
@@ -78,7 +80,10 @@ This function should only modify configuration layer settings."
...
@@ -78,7 +80,10 @@ This function should only modify configuration layer settings."
emacs-lisp
emacs-lisp
git
git
org
org
;; private layers
smartparens
smartparens
general
)
)
)
)
...
@@ -509,9 +514,6 @@ If you are unsure, try setting them in `dotspacemacs/user-config' first."
...
@@ -509,9 +514,6 @@ If you are unsure, try setting them in `dotspacemacs/user-config' first."
;; --------------------------------------------------
;; --------------------------------------------------
;; ------ Configuration common to all versions ------
;; ------ Configuration common to all versions ------
;; --------------------------------------------------
;; --------------------------------------------------
(
message
(
concat
user-emacs-directory
"../../layers/"
))
;; (setq-default dotspacemacs-configuration-layer-path '(concat user-emacs-directory "../../layers/"))
;; --------------------------------------------------
;; --------------------------------------------------
;; ----- Configuration specific to this version -----
;; ----- Configuration specific to this version -----
...
@@ -548,6 +550,7 @@ before packages are loaded."
...
@@ -548,6 +550,7 @@ before packages are loaded."
;; ------ Configuration common to all versions ------
;; ------ Configuration common to all versions ------
;; --------------------------------------------------
;; --------------------------------------------------
(
ulys/conf/general
)
(
ulys/conf/general
)
(
ulys/conf/dired
)
(
ulys/conf/dired
)
(
ulys/conf/kbd
)
(
ulys/conf/kbd
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment