Add a few layers to spacemacs
This commit is contained in:
parent
f216f7f4c4
commit
275060d707
|
@ -60,8 +60,14 @@
|
||||||
unicode-fonts
|
unicode-fonts
|
||||||
;; 9 Fun
|
;; 9 Fun
|
||||||
emoji
|
emoji
|
||||||
|
|
||||||
;; 11 Miscellaneous
|
;; 11 Miscellaneous
|
||||||
multiple-cursors
|
multiple-cursors
|
||||||
|
spacemacs-layouts
|
||||||
|
spacemacs-modeline
|
||||||
|
spacemacs-navigation
|
||||||
|
spacemacs-org
|
||||||
|
spacemacs-project
|
||||||
|
|
||||||
;; 12 Music
|
;; 12 Music
|
||||||
alda ; Required: alda
|
alda ; Required: alda
|
||||||
|
@ -96,7 +102,8 @@
|
||||||
rust ; Required: See rust page
|
rust ; Required: See rust page
|
||||||
(c-c++ :variables ; Required: LLVM
|
(c-c++ :variables ; Required: LLVM
|
||||||
c-c++-adopt-subprojects t
|
c-c++-adopt-subprojects t
|
||||||
c-c++-backend 'lsp-clangd
|
;c-c++-backend 'lsp-ccls ; Requires ccls
|
||||||
|
c-c++-backend 'lsp-clangd ; Requires LLVM
|
||||||
c-c++-default-mode-for-headers 'c++-mode
|
c-c++-default-mode-for-headers 'c++-mode
|
||||||
c-c++-enable-clang-format-on-save t
|
c-c++-enable-clang-format-on-save t
|
||||||
c-c++-enable-clang-support t
|
c-c++-enable-clang-support t
|
||||||
|
@ -120,7 +127,8 @@
|
||||||
|
|
||||||
; 22 Tools
|
; 22 Tools
|
||||||
(cmake :variables
|
(cmake :variables
|
||||||
cmake-backend 'lsp)
|
cmake-backend 'lsp
|
||||||
|
cmake-enable-cmake-ide-support t)
|
||||||
debug
|
debug
|
||||||
docker
|
docker
|
||||||
finance ; Required: ledger
|
finance ; Required: ledger
|
||||||
|
@ -155,7 +163,6 @@
|
||||||
company-statistics
|
company-statistics
|
||||||
exec-path-from-shell
|
exec-path-from-shell
|
||||||
|
|
||||||
cmake-ide
|
|
||||||
highlight-doxygen
|
highlight-doxygen
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -100,4 +100,6 @@
|
||||||
(evil-set-initial-state 'pdf-view-mode 'evilified)
|
(evil-set-initial-state 'pdf-view-mode 'evilified)
|
||||||
|
|
||||||
|
|
||||||
|
(setq display-time-24hr-format t)
|
||||||
|
(setq display-time-format "%H:%M")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue