layers fixes and cleanup
This commit is contained in:
parent
dc66cfc771
commit
63be6f3706
@ -35,7 +35,7 @@ This function should only modify configuration layer settings."
|
|||||||
dotspacemacs-configuration-layers
|
dotspacemacs-configuration-layers
|
||||||
'(asm
|
'(asm
|
||||||
(auto-completion :variables
|
(auto-completion :variables
|
||||||
auto-completion-complete-with-key-sequence-delay 0.02
|
auto-completion-complete-with-key-sequence-delay 0.2
|
||||||
auto-completion-enable-help-tooltip 'manual
|
auto-completion-enable-help-tooltip 'manual
|
||||||
auto-completion-enable-snippets-in-popup t
|
auto-completion-enable-snippets-in-popup t
|
||||||
auto-completion-enable-sort-by-usage t
|
auto-completion-enable-sort-by-usage t
|
||||||
@ -62,7 +62,6 @@ This function should only modify configuration layer settings."
|
|||||||
emacs-lisp
|
emacs-lisp
|
||||||
epub
|
epub
|
||||||
ess
|
ess
|
||||||
games
|
|
||||||
git
|
git
|
||||||
github
|
github
|
||||||
graphviz
|
graphviz
|
||||||
@ -72,7 +71,8 @@ This function should only modify configuration layer settings."
|
|||||||
gnus
|
gnus
|
||||||
gpu
|
gpu
|
||||||
(helm :variables
|
(helm :variables
|
||||||
helm-no-header t)
|
helm-no-header t
|
||||||
|
helm-use-fuzzy 'source)
|
||||||
(html :variables
|
(html :variables
|
||||||
web-fmt-tool 'web-beautify)
|
web-fmt-tool 'web-beautify)
|
||||||
(ibuffer :variables
|
(ibuffer :variables
|
||||||
@ -111,6 +111,7 @@ This function should only modify configuration layer settings."
|
|||||||
(plantuml :variables
|
(plantuml :variables
|
||||||
plantuml-jar-path "/opt/plantuml/plantuml.jar"
|
plantuml-jar-path "/opt/plantuml/plantuml.jar"
|
||||||
org-plantuml-jar-path "/opt/plantuml/plantuml.jar")
|
org-plantuml-jar-path "/opt/plantuml/plantuml.jar")
|
||||||
|
prettier
|
||||||
prolog
|
prolog
|
||||||
(python :variables
|
(python :variables
|
||||||
python-backend 'anaconda
|
python-backend 'anaconda
|
||||||
@ -147,6 +148,7 @@ This function should only modify configuration layer settings."
|
|||||||
w3m
|
w3m
|
||||||
web-beautify
|
web-beautify
|
||||||
xkcd
|
xkcd
|
||||||
|
web-beautify
|
||||||
yaml)
|
yaml)
|
||||||
|
|
||||||
;; List of additional packages that will be installed without being
|
;; List of additional packages that will be installed without being
|
||||||
|
Loading…
Reference in New Issue
Block a user