Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre Balaye
Multiple Emacs Flavor Setup
Commits
3d89a433
Commit
3d89a433
authored
May 18, 2020
by
Pierre Balaye
Browse files
git layer is now in common needed to maintain this setup anyway.
parent
80789157
Changes
2
Hide whitespace changes
Inline
Side-by-side
configs/spacemacs-default/dot-layers.el
View file @
3d89a433
...
...
@@ -27,7 +27,6 @@
lsp
;; -------- Project management
;; git
;; (treemacs :variables
;; treemacs-use-follow-mode t
;; treemacs-use-filewatch-mode t)
...
...
configs/spacemacs-minimal/init.el
View file @
3d89a433
...
...
@@ -66,17 +66,18 @@ This function should only modify configuration layer settings."
dotspacemacs-install-packages
'used-but-keep-unused
)
;; Layers
(
setq-default
(
setq-default
;; List of configuration layers to load.
dotspacemacs-configuration-layers
'
(
(
helm
:variables
helm-position
'bottom
helm-no-header
t
)
emacs-lisp
)
)
git
)
)
;; --------------------------------------------------
;; ----- Configuration specific to this version -----
;; --------------------------------------------------
...
...
Write
Preview
Supports
Markdown
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