Add csv, bibtex and nixos layers
This commit is contained in:
parent
87fb1a8bea
commit
e9f17d5a84
|
@ -75,6 +75,9 @@ This function should only modify configuration layer settings."
|
||||||
yaml
|
yaml
|
||||||
latex
|
latex
|
||||||
pandoc
|
pandoc
|
||||||
|
csv
|
||||||
|
bibtex
|
||||||
|
nixos
|
||||||
)
|
)
|
||||||
|
|
||||||
;; List of additional packages that will be installed without being
|
;; List of additional packages that will be installed without being
|
||||||
|
@ -89,6 +92,7 @@ This function should only modify configuration layer settings."
|
||||||
all-the-icons
|
all-the-icons
|
||||||
doom-modeline
|
doom-modeline
|
||||||
smartparens
|
smartparens
|
||||||
|
ivy-bibtex
|
||||||
)
|
)
|
||||||
|
|
||||||
;; A list of packages that cannot be updated.
|
;; A list of packages that cannot be updated.
|
||||||
|
@ -102,6 +106,7 @@ This function should only modify configuration layer settings."
|
||||||
company-rtags
|
company-rtags
|
||||||
flycheck-rtags
|
flycheck-rtags
|
||||||
ivy-rtags
|
ivy-rtags
|
||||||
|
helm-bibtex
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Defines the behaviour of Spacemacs when installing packages.
|
;; Defines the behaviour of Spacemacs when installing packages.
|
||||||
|
|
Loading…
Reference in New Issue