removed unused layers
This commit is contained in:
parent
92e95e0d99
commit
c90acd50d8
@ -33,8 +33,7 @@ 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
|
||||||
'(alda
|
'(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.02
|
||||||
auto-completion-enable-help-tooltip 'manual
|
auto-completion-enable-help-tooltip 'manual
|
||||||
@ -61,7 +60,6 @@ This function should only modify configuration layer settings."
|
|||||||
django
|
django
|
||||||
docker
|
docker
|
||||||
emacs-lisp
|
emacs-lisp
|
||||||
emoji
|
|
||||||
epub
|
epub
|
||||||
ess
|
ess
|
||||||
games
|
games
|
||||||
@ -626,6 +624,7 @@ dump."
|
|||||||
edit-server-default-major-mode 'org-mode
|
edit-server-default-major-mode 'org-mode
|
||||||
epa-pinentry-mode 'loopback
|
epa-pinentry-mode 'loopback
|
||||||
paragraph-start "\f\\|[ \t]*$\\|[ \t]*[-+*] "
|
paragraph-start "\f\\|[ \t]*$\\|[ \t]*[-+*] "
|
||||||
|
python-shell-completion-native-disabled-interpreters '("python")
|
||||||
wttrin-default-cities '("Aubervilliers" "Paris" "Lyon" "Nonières"
|
wttrin-default-cities '("Aubervilliers" "Paris" "Lyon" "Nonières"
|
||||||
"Saint Agrève")
|
"Saint Agrève")
|
||||||
prettify-symbols-alist '(("lambda" . 955) ; λ
|
prettify-symbols-alist '(("lambda" . 955) ; λ
|
||||||
@ -872,7 +871,7 @@ Version 2016-12-22"
|
|||||||
(add-hook 'dired-mode-hook 'org-download-enable)
|
(add-hook 'dired-mode-hook 'org-download-enable)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
; org--mode ;
|
; org-mode ;
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(with-eval-after-load 'org
|
(with-eval-after-load 'org
|
||||||
|
Loading…
Reference in New Issue
Block a user