This commit is contained in:
Frieder Schlesier 2022-08-24 21:04:46 +02:00
parent 90739079f6
commit 936670acbe
2 changed files with 8 additions and 4 deletions

View File

@ -32,7 +32,8 @@ This function should only modify configuration layer settings."
;; List of configuration layers to load. ;; List of configuration layers to load.
dotspacemacs-configuration-layers dotspacemacs-configuration-layers
'(systemd '(javascript
systemd
;; ---------------------------------------------------------------- ;; ----------------------------------------------------------------
;; Example of useful layers you may want to use right away. ;; Example of useful layers you may want to use right away.
;; Uncomment some layer names and press `SPC f e R' (Vim style) or ;; Uncomment some layer names and press `SPC f e R' (Vim style) or
@ -49,12 +50,15 @@ This function should only modify configuration layer settings."
helm helm
html html
latex latex
(lsp :variables
lsp-rust-server
'rust-analyzer)
markdown markdown
(org :variables (org :variables
org-enable-roam-support t) org-enable-roam-support t)
plantuml plantuml
python python
rust (rust :variables rust-backend 'lsp)
shell shell
;; shell-scripts ;; shell-scripts
;; spell-checking ;; spell-checking
@ -414,7 +418,7 @@ It should only modify the values of Spacemacs settings."
;; :size-limit-kb 1000) ;; :size-limit-kb 1000)
;; When used in a plist, `visual' takes precedence over `relative'. ;; When used in a plist, `visual' takes precedence over `relative'.
;; (default nil) ;; (default nil)
dotspacemacs-line-numbers nil dotspacemacs-line-numbers t
;; Code folding method. Possible values are `evil', `origami' and `vimish'. ;; Code folding method. Possible values are `evil', `origami' and `vimish'.
;; (default 'evil) ;; (default 'evil)

View File

@ -59,4 +59,4 @@ main() {
esac esac
} }
main "$@" 2>&1 | tee "${pre}/backup_$(date +%Y-%M-%d_%H-%M)_$1.log" main "$@" 2>&1 | tee "${pre}/backup_$(date +%Y-%m-%d_%H-%M)_$1.log"