diff --git a/00-run-installers.sh b/00-run-installers.sh index fb9b735618f1a20a1a7263eca3ee5f185e65ae14..d738e0ca3a6375c73347e60c8e376871d3683e89 100755 --- a/00-run-installers.sh +++ b/00-run-installers.sh @@ -6,11 +6,16 @@ mefs_indent_message () { echo -e "\033[1;32m#-> $1\033[0m" } +mefs_message () { + echo -e "$1\033[0m" +} + export mefs_THISREPODIR=`pwd` export mefs_CHEMACSDIR="$mefs_EMACSDIR/chemacs" export mefs_FLAVORDIR="$mefs_EMACSDIR/flavors" export mefs_CONFIGDIR="$mefs_EMACSDIR/configs" export -f mefs_indent_message +export -f mefs_message ./01-create-dirs.sh ./02-chemacs-setup.sh diff --git a/03-clone-spacemacs-develop.sh b/03-clone-spacemacs-develop.sh index 98f77789f4da917f6908c6c78ecaa29f25d0b205..751796cd4c2e24e9c57ea1255e53c86f345cac36 100755 --- a/03-clone-spacemacs-develop.sh +++ b/03-clone-spacemacs-develop.sh @@ -7,3 +7,5 @@ mefs_indent_message "Cloning spacemacs repo..." cd $mefs_FLAVORDIR/spacemacs-develop git checkout develop + +emacs --with-profile develop diff --git a/04-multiple-spacemacs-configs.sh b/04-multiple-spacemacs-configs.sh index 380f0430fb878c654630ecc68b34acbe73ae8d7b..dc75108a31f044831165d8bf4c1afae794ec63a8 100755 --- a/04-multiple-spacemacs-configs.sh +++ b/04-multiple-spacemacs-configs.sh @@ -13,13 +13,10 @@ mefs_CONFIGS=$(ls $mefs_CONFIGDIR | grep spacemacs) for conf in $mefs_CONFIGS do - mefs_indent_message "Creating dir for $conf..." + mefs_message "Adding emacs profile for $conf..." [ -d ${mefs_FLAVORDIR}/${conf} ] || cp -r $mefs_FLAVORDIR/spacemacs-develop ${mefs_FLAVORDIR}/${conf} - mefs_indent_message "Adding emacs profile for $conf..." - echo ${mefs_TEMPLATE1//<conf>/$conf} - echo ${mefs_TEMPLATE2//<conf>/$conf} sed -i "/$mefs_BEG_PATTERN/a ${mefs_TEMPLATE2//<conf>/$conf}" dot.emacs-profiles.el sed -i "/$mefs_BEG_PATTERN/a ${mefs_TEMPLATE1//<conf>/$conf}" dot.emacs-profiles.el done diff --git a/configs/spacemacs-default/.spacemacs.env b/configs/spacemacs-default/.spacemacs.env new file mode 100644 index 0000000000000000000000000000000000000000..629243a612c6dd1da043bbe5c84f4897d6a196bf --- /dev/null +++ b/configs/spacemacs-default/.spacemacs.env @@ -0,0 +1,90 @@ +# --------------------------------------------------------------------------- +# Spacemacs environment variables +# --------------------------------------------------------------------------- +# This file has been generated by Spacemacs. It contains all environment +# variables defined in your default shell except those with names matching +# regexps in `spacemacs-ignored-environment-variables'. If you add any +# duplicate settings for a variable, only the first setting is effective. +# PATH is a special case: all PATH settings are read, each non-duplicate +# directory entry is appended to the `exec-path' variable, and then PATH is +# set to the final value of `exec-path'. +# +# You can safely edit this file to change values or add or remove entries. +# Spacemacs won't overwrite the file unless you call the function +# `spacemacs/force-init-spacemacs-env'. +# +# If you don't want to use this file but would rather manage your environment +# variables yourself, remove the call to `spacemacs/load-spacemacs-env' from +# the `dotspacemacs/user-env' function in your dotfile and replace it with +# your own initialization code. You can use `exec-path-from-shell' if you add +# it to your additional packages, or simply use `setenv' and +# `(add-to-list 'exec-path ...)', which are built-in. +# +# It is recommended to use this file as it unambiguously and explicitly sets +# the values of your environment variables. +# --------------------------------------------------------------------------- + +# Environment variables: +# ---------------------- +CINNAMON_VERSION=4.4.8 +COLORTERM=truecolor +DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path +DESKTOP_SESSION=cinnamon +DISPLAY=:0 +GDMSESSION=cinnamon +GDM_LANG=en_US +GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/terminator.desktop +GIO_LAUNCHED_DESKTOP_FILE_PID=7951 +GJS_DEBUG_OUTPUT=stderr +GJS_DEBUG_TOPICS=JS ERROR;JS LOG +GNOME_DESKTOP_SESSION_ID=this-is-deprecated +GTK_MODULES=gail:atk-bridge +GTK_OVERLAY_SCROLLING=1 +HOME=/home/ulys +LANG=en_US.UTF-8 +LANGUAGE=en_US +LC_ADDRESS=fr_FR.UTF-8 +LC_IDENTIFICATION=fr_FR.UTF-8 +LC_MEASUREMENT=fr_FR.UTF-8 +LC_MONETARY=fr_FR.UTF-8 +LC_NAME=fr_FR.UTF-8 +LC_NUMERIC=fr_FR.UTF-8 +LC_PAPER=fr_FR.UTF-8 +LC_TELEPHONE=fr_FR.UTF-8 +LESS=-R +LOGNAME=ulys +LSCOLORS=Gxfxcxdxbxegedabagacad +LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36: +MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path +OLDPWD=/home/ulys/emacs/configs +PAGER=less +PATH=~/bin:/home/ulys/bin:/usr/local/bin:~/bin:/home/ulys/bin:/usr/local/bin:/home/ulys/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin +PATH=~/bin:/home/ulys/bin:/usr/local/bin:/home/ulys/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin +PWD=/home/ulys/emacs/configs +QT_ACCESSIBILITY=1 +QT_QPA_PLATFORMTHEME=qt5ct +SESSION_MANAGER=local/ITAK:@/tmp/.ICE-unix/1242,unix/ITAK:/tmp/.ICE-unix/1242 +SHELL=/bin/zsh +SHLVL=1 +SPACEMACSDIR=~/emacs/configs/spacemacs-default +TERM=xterm-256color +TERMINATOR_DBUS_NAME=net.tenshu.Terminator20x1a6021154d881c +TERMINATOR_DBUS_PATH=/net/tenshu/Terminator2 +TERMINATOR_UUID=urn:uuid:512badb6-eb7e-4b2b-8411-db08e29353b3 +USER=ulys +VTE_VERSION=5202 +XAUTHORITY=/home/ulys/.Xauthority +XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg +XDG_CURRENT_DESKTOP=X-Cinnamon +XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/home/ulys/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop +XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ulys +XDG_RUNTIME_DIR=/run/user/1000 +XDG_SEAT=seat0 +XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 +XDG_SESSION_DESKTOP=cinnamon +XDG_SESSION_ID=c2 +XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 +XDG_SESSION_TYPE=x11 +XDG_VTNR=7 +ZSH=/home/ulys/.oh-my-zsh +_=/usr/bin/env diff --git a/configs/spacemacs-default/dot-init.el b/configs/spacemacs-default/dot-init.el new file mode 120000 index 0000000000000000000000000000000000000000..d7d7c665738ec4713c359389a5286a8bfce8e60d --- /dev/null +++ b/configs/spacemacs-default/dot-init.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-init.el \ No newline at end of file diff --git a/configs/spacemacs-default/dot-layers-setup.el b/configs/spacemacs-default/dot-layers-setup.el new file mode 120000 index 0000000000000000000000000000000000000000..3a2281ffaead06d5e6d5a8b68b486fc0c15d0de7 --- /dev/null +++ b/configs/spacemacs-default/dot-layers-setup.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-layers-setup.el \ No newline at end of file diff --git a/configs/spacemacs-default/dot-layers-which-ones.el b/configs/spacemacs-default/dot-layers-which-ones.el new file mode 120000 index 0000000000000000000000000000000000000000..d98b956db6d1c4d0be8dbb546e211a079f3f5e09 --- /dev/null +++ b/configs/spacemacs-default/dot-layers-which-ones.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-layers-which-ones.el \ No newline at end of file diff --git a/configs/spacemacs-default/dot-layers.el b/configs/spacemacs-default/dot-layers.el new file mode 120000 index 0000000000000000000000000000000000000000..e696bbbce8e9a363c6a388941b860248287b9a88 --- /dev/null +++ b/configs/spacemacs-default/dot-layers.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-layers.el \ No newline at end of file diff --git a/configs/spacemacs-default/dot-user-config.el b/configs/spacemacs-default/dot-user-config.el new file mode 120000 index 0000000000000000000000000000000000000000..cc9b87313f0ab08ce35f3a88164f2ae0e1fb91db --- /dev/null +++ b/configs/spacemacs-default/dot-user-config.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-user-config.el \ No newline at end of file diff --git a/configs/spacemacs-default/dot-user-env.el b/configs/spacemacs-default/dot-user-env.el new file mode 120000 index 0000000000000000000000000000000000000000..35bad71ecd8bf2ed7fd0f7b650c402a6f64a1fb2 --- /dev/null +++ b/configs/spacemacs-default/dot-user-env.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-user-env.el \ No newline at end of file diff --git a/configs/spacemacs-default/dot-user-init.el b/configs/spacemacs-default/dot-user-init.el new file mode 120000 index 0000000000000000000000000000000000000000..87839890c4b0c081dcf2184cb5983069c9567735 --- /dev/null +++ b/configs/spacemacs-default/dot-user-init.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-user-init.el \ No newline at end of file diff --git a/configs/spacemacs-default/dot-user-load.el b/configs/spacemacs-default/dot-user-load.el new file mode 120000 index 0000000000000000000000000000000000000000..ec44471e27ce7bd91e1afe989c10d452418dab87 --- /dev/null +++ b/configs/spacemacs-default/dot-user-load.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-user-load.el \ No newline at end of file diff --git a/configs/spacemacs-default/init.el b/configs/spacemacs-default/init.el new file mode 120000 index 0000000000000000000000000000000000000000..3103b4d5087fcf00a6831e21ca18fdfa66d51a59 --- /dev/null +++ b/configs/spacemacs-default/init.el @@ -0,0 +1 @@ +../spacemacs-develop/init.el \ No newline at end of file diff --git a/configs/spacemacs-develop/.dot-layers.el.~undo-tree~ b/configs/spacemacs-develop/.dot-layers.el.~undo-tree~ new file mode 100644 index 0000000000000000000000000000000000000000..d25f01f7dbef2cce88ae575791c2b781d894d2b0 --- /dev/null +++ b/configs/spacemacs-develop/.dot-layers.el.~undo-tree~ @@ -0,0 +1,9 @@ +"55a01874f156a7bd9028d9885ae96350816b8dc1" +#s(undo-tree [nil ([nil ([nil ([nil ([nil (#1=[nil nil ((397 . 400)) nil (24258 24220 116307 167000) 0 nil]) ((#(" emacs-lisp +" 0 16 (fontified t)) . 180) (undo-tree-id307 . -5) (undo-tree-id308 . -16) (undo-tree-id309 . -5) (undo-tree-id310 . -5) (undo-tree-id311 . -5) (undo-tree-id312 . -5) (undo-tree-id313 . -5) (undo-tree-id314 . -5) (undo-tree-id315 . -5) (undo-tree-id316 . -5) (undo-tree-id317 . -5) (undo-tree-id318 . -5) (undo-tree-id319 . -5) (undo-tree-id320 . -5) (undo-tree-id321 . -5) (undo-tree-id322 . -5) (undo-tree-id323 . -5) (undo-tree-id324 . -5) (undo-tree-id325 . -5) (undo-tree-id326 . -5) (undo-tree-id327 . -5) (undo-tree-id328 . -5) (undo-tree-id329 . -5) (undo-tree-id330 . -5) (undo-tree-id331 . -5) (undo-tree-id332 . -5) (undo-tree-id333 . -5) (undo-tree-id334 . -5) (undo-tree-id335 . -5) (undo-tree-id336 . -5) (undo-tree-id337 . -5) (undo-tree-id338 . -5) (undo-tree-id339 . -5) (undo-tree-id340 . -5) (undo-tree-id341 . -5) (undo-tree-id342 . -5) (undo-tree-id343 . -5) (undo-tree-id344 . -5) (undo-tree-id345 . -5) (undo-tree-id346 . -5) (undo-tree-id347 . -5) (undo-tree-id348 . -5) (undo-tree-id349 . -5) (undo-tree-id350 . -5) (undo-tree-id351 . -5) (undo-tree-id352 . -5) (undo-tree-id353 . -5) (undo-tree-id354 . -5) (undo-tree-id355 . -5) (undo-tree-id356 . -5) (undo-tree-id357 . -5) (undo-tree-id358 . -5) (undo-tree-id359 . -5) (undo-tree-id360 . -5) (undo-tree-id361 . -5) (undo-tree-id362 . -5) (undo-tree-id363 . -5) (undo-tree-id364 . -5) (undo-tree-id365 . -5) (undo-tree-id366 . -5) (undo-tree-id367 . -5) (undo-tree-id368 . -5) (undo-tree-id369 . -5) (undo-tree-id370 . -5) (undo-tree-id371 . -5) (undo-tree-id372 . -5) (undo-tree-id373 . -5) (undo-tree-id374 . -5) (undo-tree-id375 . -5) (undo-tree-id376 . -5) (undo-tree-id377 . -5) (undo-tree-id378 . -5) (undo-tree-id379 . -5) (undo-tree-id380 . -5) (undo-tree-id381 . -5) (undo-tree-id382 . -5) (undo-tree-id383 . -5) (undo-tree-id384 . -5) (undo-tree-id385 . -5) (undo-tree-id386 . -5) (undo-tree-id387 . -5) (undo-tree-id388 . -5) (undo-tree-id389 . -5) (undo-tree-id390 . -5) (undo-tree-id391 . -5) (undo-tree-id392 . -5) (undo-tree-id393 . -5) (undo-tree-id394 . -5) (undo-tree-id395 . -5) (undo-tree-id396 . -5) (undo-tree-id397 . -5) (undo-tree-id398 . -5) (undo-tree-id399 . -5) (undo-tree-id400 . -5) (undo-tree-id401 . -5) (undo-tree-id402 . -5) (undo-tree-id403 . -5) (undo-tree-id404 . -5) (undo-tree-id405 . -5) (undo-tree-id406 . -5) (undo-tree-id407 . -5) (undo-tree-id408 . -5) (undo-tree-id409 . -5) (undo-tree-id410 . -5) (undo-tree-id411 . -5) (undo-tree-id412 . -5) (undo-tree-id413 . -5) (undo-tree-id414 . -5) (undo-tree-id415 . -5) (undo-tree-id416 . -5) (undo-tree-id417 . -5) (undo-tree-id418 . -5) (undo-tree-id419 . -5) (undo-tree-id420 . -5) (undo-tree-id421 . -5) (undo-tree-id422 . -5) (undo-tree-id423 . -5) (undo-tree-id424 . -5) (undo-tree-id425 . -5) (undo-tree-id426 . -5) (undo-tree-id427 . -5) (undo-tree-id428 . -5) (undo-tree-id429 . -5) (undo-tree-id430 . -5) (undo-tree-id431 . -5) (undo-tree-id432 . -5) (undo-tree-id433 . -5) (undo-tree-id434 . -5) (undo-tree-id435 . -5) (undo-tree-id436 . -5) (undo-tree-id437 . -5) (undo-tree-id438 . -5) (undo-tree-id439 . -5) (undo-tree-id440 . -5) (undo-tree-id441 . -5) (undo-tree-id442 . -5) (undo-tree-id443 . -5) (undo-tree-id444 . -5) (undo-tree-id445 . -5) (undo-tree-id446 . -5) (undo-tree-id447 . -5) (undo-tree-id448 . -5) (undo-tree-id449 . -5) (undo-tree-id450 . -5) (undo-tree-id451 . -5) (undo-tree-id452 . -5) (undo-tree-id453 . -5) (undo-tree-id454 . -5) (undo-tree-id455 . -5) (undo-tree-id456 . -5) (undo-tree-id457 . -5) (undo-tree-id458 . -5) (undo-tree-id459 . -5) (undo-tree-id460 . -5) (undo-tree-id461 . -5) (undo-tree-id462 . -5) (undo-tree-id463 . -5) (undo-tree-id464 . -5) (undo-tree-id465 . -5) (undo-tree-id466 . -5) (undo-tree-id467 . -5) (undo-tree-id468 . -5) (undo-tree-id469 . -5) (undo-tree-id470 . -5) (undo-tree-id471 . -5) (undo-tree-id472 . -5) (undo-tree-id473 . -5) (undo-tree-id474 . -5) (undo-tree-id475 . -5) (undo-tree-id476 . -5) (undo-tree-id477 . -5) (undo-tree-id478 . -5) (undo-tree-id479 . -5) (undo-tree-id480 . -5) (undo-tree-id481 . -5) (undo-tree-id482 . -5) (undo-tree-id483 . -5) (undo-tree-id484 . -5) (undo-tree-id485 . -5) (undo-tree-id486 . -5) (undo-tree-id487 . -5) (undo-tree-id488 . -5) (undo-tree-id489 . -5) (undo-tree-id490 . -5) (undo-tree-id491 . -5) (undo-tree-id492 . -5) (undo-tree-id493 . -5) (undo-tree-id494 . -5) (undo-tree-id495 . -5) (undo-tree-id496 . -5) (undo-tree-id497 . -5) (undo-tree-id498 . -5) (undo-tree-id499 . -5) (undo-tree-id500 . -5) (undo-tree-id501 . -5) (undo-tree-id502 . -5) (undo-tree-id503 . -5) (undo-tree-id504 . -5) (undo-tree-id505 . -5) (undo-tree-id506 . -5) (undo-tree-id507 . -5) (undo-tree-id508 . -5) (undo-tree-id509 . -5) (undo-tree-id510 . -5) (undo-tree-id511 . -5) (undo-tree-id512 . -5) (undo-tree-id513 . -5) (undo-tree-id514 . -5) (undo-tree-id515 . -5) (undo-tree-id516 . -5) (undo-tree-id517 . -5) (undo-tree-id518 . -5) (undo-tree-id519 . -5) (undo-tree-id520 . -5) (undo-tree-id521 . -5) (undo-tree-id522 . -5) (undo-tree-id523 . -5) (undo-tree-id524 . -5) (undo-tree-id525 . -5) (undo-tree-id526 . -5) (undo-tree-id527 . -5) (undo-tree-id528 . -5) (undo-tree-id529 . -5) (undo-tree-id530 . -5) (undo-tree-id531 . -5) (undo-tree-id532 . -5) (undo-tree-id533 . -5) (undo-tree-id534 . -5) (undo-tree-id535 . -5) (undo-tree-id536 . -5) (undo-tree-id537 . -5) (undo-tree-id538 . -5) (undo-tree-id539 . -5) (undo-tree-id540 . -5) (undo-tree-id541 . -5) (undo-tree-id542 . -5) (undo-tree-id543 . -5) (undo-tree-id544 . -5) (undo-tree-id545 . -5) (undo-tree-id546 . -5) (undo-tree-id547 . -5) (undo-tree-id548 . -5) (undo-tree-id549 . -5) (undo-tree-id550 . -5) (undo-tree-id551 . -5) (undo-tree-id552 . -5) (undo-tree-id553 . -5) (undo-tree-id554 . -5) (undo-tree-id555 . -5) (undo-tree-id556 . -5) (undo-tree-id557 . -5) (undo-tree-id558 . -5) (undo-tree-id559 . -5) (undo-tree-id560 . -5) (undo-tree-id561 . -5) (undo-tree-id562 . -5) (undo-tree-id563 . -5) (undo-tree-id564 . -5) (undo-tree-id565 . -5) (undo-tree-id566 . -5) (undo-tree-id567 . -5) (undo-tree-id568 . -5) (undo-tree-id569 . -5) (undo-tree-id570 . -5) (undo-tree-id571 . -5) (undo-tree-id572 . -5) (undo-tree-id573 . -5) (undo-tree-id574 . -5) (undo-tree-id575 . -5) (undo-tree-id576 . -5) (undo-tree-id577 . -5) (undo-tree-id578 . -5) (undo-tree-id579 . -5) (undo-tree-id580 . -5) (undo-tree-id581 . -5) (undo-tree-id582 . -5) (undo-tree-id583 . -5) (undo-tree-id584 . -5) (undo-tree-id585 . -5) (undo-tree-id586 . -5) (undo-tree-id587 . -5) (undo-tree-id588 . -5) (undo-tree-id589 . -5) (undo-tree-id590 . -5) (undo-tree-id591 . -5) (undo-tree-id592 . -5) (undo-tree-id593 . -5) (undo-tree-id594 . -5) (undo-tree-id595 . -5) (undo-tree-id596 . -5) (undo-tree-id597 . -5) (undo-tree-id598 . -5) (undo-tree-id599 . -5) (undo-tree-id600 . -5) (undo-tree-id601 . -5) (undo-tree-id602 . -5) (undo-tree-id603 . -5) (undo-tree-id604 . -5) (undo-tree-id605 . -5) (undo-tree-id606 . -5) (undo-tree-id607 . -5) (undo-tree-id608 . -5) (undo-tree-id609 . -5) (undo-tree-id610 . -5) (undo-tree-id611 . -5) (undo-tree-id612 . -5) (undo-tree-id613 . -5) (undo-tree-id614 . -5) (undo-tree-id615 . -5) (undo-tree-id616 . -5) (undo-tree-id617 . -5) 185) nil (24258 24220 116887 272000) 0 nil]) ((#(" helm + ;; (helm :variables + ;; helm-position 'bottom + ;; helm-no-header t) +" 0 14 (fontified t) 14 15 (fontified t) 15 18 (fontified t face font-lock-comment-delimiter-face) 18 35 (fontified t face font-lock-comment-face) 35 40 (fontified t) 40 49 (fontified t face font-lock-comment-delimiter-face) 49 57 (fontified t face font-lock-comment-face) 57 71 (fontified t face font-lock-comment-face) 71 76 (fontified t) 76 85 (fontified t face font-lock-comment-delimiter-face) 85 103 (fontified t face font-lock-comment-face)) . 639) (undo-tree-id618 . -76) (undo-tree-id619 . -76) (undo-tree-id620 . -71) (undo-tree-id621 . -103) (undo-tree-id622 . -5) (undo-tree-id623 . -76) (undo-tree-id624 . -5) (undo-tree-id625 . -76) 715 (t 24258 24180 778132 580000)) nil (24258 24220 116912 458000) 0 nil]) ((nil rear-nonsticky nil 157 . 158) (#(" +" 0 1 (face font-lock-comment-face fontified nil)) . -1330) (152 . 1331) 151 (t 24258 24149 854366 87000)) nil (24258 24180 765937 676000) 0 nil]) ((#(" git +" 0 17 (fontified t)) . 153) (undo-tree-id0 . -12) (undo-tree-id1 . -17) (undo-tree-id2 . -12) (undo-tree-id3 . -12) (undo-tree-id4 . -12) (undo-tree-id5 . -12) (undo-tree-id6 . -12) (undo-tree-id7 . -12) (undo-tree-id8 . -12) (undo-tree-id9 . -12) (undo-tree-id10 . -12) (undo-tree-id11 . -12) (undo-tree-id12 . -12) (undo-tree-id13 . -12) (undo-tree-id14 . -12) (undo-tree-id15 . -12) (undo-tree-id16 . -12) (undo-tree-id17 . -12) (undo-tree-id18 . -12) (undo-tree-id19 . -12) (undo-tree-id20 . -12) (undo-tree-id21 . -12) (undo-tree-id22 . -12) (undo-tree-id23 . -12) (undo-tree-id24 . -12) (undo-tree-id25 . -12) (undo-tree-id26 . -12) (undo-tree-id27 . -12) (undo-tree-id28 . -12) (undo-tree-id29 . -12) (undo-tree-id30 . -12) (undo-tree-id31 . -12) (undo-tree-id32 . -12) (undo-tree-id33 . -12) (undo-tree-id34 . -12) (undo-tree-id35 . -12) (undo-tree-id36 . -12) (undo-tree-id37 . -12) (undo-tree-id38 . -12) (undo-tree-id39 . -12) (undo-tree-id40 . -12) (undo-tree-id41 . -12) (undo-tree-id42 . -12) (undo-tree-id43 . -12) (undo-tree-id44 . -12) (undo-tree-id45 . -12) (undo-tree-id46 . -12) (undo-tree-id47 . -12) (undo-tree-id48 . -12) (undo-tree-id49 . -12) (undo-tree-id50 . -12) (undo-tree-id51 . -12) (undo-tree-id52 . -12) (undo-tree-id53 . -12) (undo-tree-id54 . -12) (undo-tree-id55 . -12) (undo-tree-id56 . -12) (undo-tree-id57 . -12) (undo-tree-id58 . -12) (undo-tree-id59 . -12) (undo-tree-id60 . -12) (undo-tree-id61 . -12) (undo-tree-id62 . -12) (undo-tree-id63 . -12) (undo-tree-id64 . -12) (undo-tree-id65 . -12) (undo-tree-id66 . -12) (undo-tree-id67 . -12) (undo-tree-id68 . -12) (undo-tree-id69 . -12) (undo-tree-id70 . -12) (undo-tree-id71 . -12) (undo-tree-id72 . -12) (undo-tree-id73 . -12) (undo-tree-id74 . -12) (undo-tree-id75 . -12) (undo-tree-id76 . -12) (undo-tree-id77 . -12) (undo-tree-id78 . -12) (undo-tree-id79 . -12) (undo-tree-id80 . -12) (undo-tree-id81 . -12) (undo-tree-id82 . -12) (undo-tree-id83 . -12) (undo-tree-id84 . -12) (undo-tree-id85 . -12) (undo-tree-id86 . -12) (undo-tree-id87 . -12) (undo-tree-id88 . -12) (undo-tree-id89 . -12) (undo-tree-id90 . -12) (undo-tree-id91 . -12) (undo-tree-id92 . -12) (undo-tree-id93 . -12) (undo-tree-id94 . -12) (undo-tree-id95 . -12) (undo-tree-id96 . -12) (undo-tree-id97 . -12) (undo-tree-id98 . -12) (undo-tree-id99 . -12) (undo-tree-id100 . -12) (undo-tree-id101 . -12) (undo-tree-id102 . -12) (undo-tree-id103 . -12) (undo-tree-id104 . -12) (undo-tree-id105 . -12) (undo-tree-id106 . -12) (undo-tree-id107 . -12) (undo-tree-id108 . -12) (undo-tree-id109 . -12) (undo-tree-id110 . -12) (undo-tree-id111 . -12) (undo-tree-id112 . -12) (undo-tree-id113 . -12) (undo-tree-id114 . -12) (undo-tree-id115 . -12) (undo-tree-id116 . -12) (undo-tree-id117 . -12) (undo-tree-id118 . -12) (undo-tree-id119 . -12) (undo-tree-id120 . -12) (undo-tree-id121 . -12) (undo-tree-id122 . -12) (undo-tree-id123 . -12) (undo-tree-id124 . -12) (undo-tree-id125 . -12) (undo-tree-id126 . -12) (undo-tree-id127 . -12) (undo-tree-id128 . -12) (undo-tree-id129 . -12) (undo-tree-id130 . -12) (undo-tree-id131 . -12) (undo-tree-id132 . -12) (undo-tree-id133 . -12) (undo-tree-id134 . -12) (undo-tree-id135 . -12) (undo-tree-id136 . -12) (undo-tree-id137 . -12) (undo-tree-id138 . -12) (undo-tree-id139 . -12) (undo-tree-id140 . -12) (undo-tree-id141 . -12) (undo-tree-id142 . -12) (undo-tree-id143 . -12) (undo-tree-id144 . -12) (undo-tree-id145 . -12) (undo-tree-id146 . -12) (undo-tree-id147 . -12) (undo-tree-id148 . -12) (undo-tree-id149 . -12) (undo-tree-id150 . -12) (undo-tree-id151 . -12) (undo-tree-id152 . -12) (undo-tree-id153 . -12) (undo-tree-id154 . -12) (undo-tree-id155 . -12) (undo-tree-id156 . -12) (undo-tree-id157 . -12) (undo-tree-id158 . -12) (undo-tree-id159 . -12) (undo-tree-id160 . -12) (undo-tree-id161 . -12) (undo-tree-id162 . -12) (undo-tree-id163 . -12) (undo-tree-id164 . -12) (undo-tree-id165 . -12) (undo-tree-id166 . -12) (undo-tree-id167 . -12) (undo-tree-id168 . -12) (undo-tree-id169 . -12) (undo-tree-id170 . -12) (undo-tree-id171 . -12) (undo-tree-id172 . -12) (undo-tree-id173 . -12) (undo-tree-id174 . -12) (undo-tree-id175 . -12) (undo-tree-id176 . -12) (undo-tree-id177 . -12) (undo-tree-id178 . -12) (undo-tree-id179 . -12) (undo-tree-id180 . -12) (undo-tree-id181 . -12) (undo-tree-id182 . -12) (undo-tree-id183 . -12) (undo-tree-id184 . -12) (undo-tree-id185 . -12) (undo-tree-id186 . -12) (undo-tree-id187 . -12) (undo-tree-id188 . -12) (undo-tree-id189 . -12) (undo-tree-id190 . -12) (undo-tree-id191 . -12) (undo-tree-id192 . -12) (undo-tree-id193 . -12) (undo-tree-id194 . -12) (undo-tree-id195 . -12) (undo-tree-id196 . -12) (undo-tree-id197 . -12) (undo-tree-id198 . -12) (undo-tree-id199 . -12) (undo-tree-id200 . -12) (undo-tree-id201 . -12) (undo-tree-id202 . -12) (undo-tree-id203 . -12) (undo-tree-id204 . -12) (undo-tree-id205 . -12) (undo-tree-id206 . -12) (undo-tree-id207 . -12) (undo-tree-id208 . -12) (undo-tree-id209 . -12) (undo-tree-id210 . -12) (undo-tree-id211 . -12) (undo-tree-id212 . -12) (undo-tree-id213 . -12) (undo-tree-id214 . -12) (undo-tree-id215 . -12) (undo-tree-id216 . -12) (undo-tree-id217 . -12) (undo-tree-id218 . -12) (undo-tree-id219 . -12) (undo-tree-id220 . -12) (undo-tree-id221 . -12) (undo-tree-id222 . -12) (undo-tree-id223 . -12) (undo-tree-id224 . -12) (undo-tree-id225 . -12) (undo-tree-id226 . -12) (undo-tree-id227 . -12) (undo-tree-id228 . -12) (undo-tree-id229 . -12) (undo-tree-id230 . -12) (undo-tree-id231 . -12) (undo-tree-id232 . -12) (undo-tree-id233 . -12) (undo-tree-id234 . -12) (undo-tree-id235 . -12) (undo-tree-id236 . -12) (undo-tree-id237 . -12) (undo-tree-id238 . -12) (undo-tree-id239 . -12) (undo-tree-id240 . -12) (undo-tree-id241 . -12) (undo-tree-id242 . -12) (undo-tree-id243 . -12) (undo-tree-id244 . -12) (undo-tree-id245 . -12) (undo-tree-id246 . -12) (undo-tree-id247 . -12) (undo-tree-id248 . -12) (undo-tree-id249 . -12) (undo-tree-id250 . -12) (undo-tree-id251 . -12) (undo-tree-id252 . -12) (undo-tree-id253 . -12) (undo-tree-id254 . -12) (undo-tree-id255 . -12) (undo-tree-id256 . -12) (undo-tree-id257 . -12) (undo-tree-id258 . -12) (undo-tree-id259 . -12) (undo-tree-id260 . -12) (undo-tree-id261 . -12) (undo-tree-id262 . -12) (undo-tree-id263 . -12) (undo-tree-id264 . -12) (undo-tree-id265 . -12) (undo-tree-id266 . -12) (undo-tree-id267 . -12) (undo-tree-id268 . -12) (undo-tree-id269 . -12) (undo-tree-id270 . -12) (undo-tree-id271 . -12) (undo-tree-id272 . -12) (undo-tree-id273 . -12) (undo-tree-id274 . -12) (undo-tree-id275 . -12) (undo-tree-id276 . -12) (undo-tree-id277 . -12) (undo-tree-id278 . -12) (undo-tree-id279 . -12) (undo-tree-id280 . -12) (undo-tree-id281 . -12) (undo-tree-id282 . -12) (undo-tree-id283 . -12) (undo-tree-id284 . -12) (undo-tree-id285 . -12) (undo-tree-id286 . -12) (undo-tree-id287 . -12) (undo-tree-id288 . -12) (undo-tree-id289 . -12) (undo-tree-id290 . -12) (undo-tree-id291 . -12) (undo-tree-id292 . -12) (undo-tree-id293 . -12) (undo-tree-id294 . -12) (undo-tree-id295 . -12) (undo-tree-id296 . -12) (undo-tree-id297 . -12) (undo-tree-id298 . -12) (undo-tree-id299 . -12) (undo-tree-id300 . -12) (undo-tree-id301 . -12) (undo-tree-id302 . -12) (undo-tree-id303 . -12) (undo-tree-id304 . -12) (undo-tree-id305 . -12) (undo-tree-id306 . -12) 165 (t 24258 23322 576351 795000)) nil (24258 24149 844803 250000) 0 nil]) nil nil (24258 24149 844825 184000) 0 nil] #1# 5257 5 nil) \ No newline at end of file diff --git a/configs/spacemacs-develop/.dot-user-config.el.~undo-tree~ b/configs/spacemacs-develop/.dot-user-config.el.~undo-tree~ new file mode 100644 index 0000000000000000000000000000000000000000..b065357054cfff084b7b55c2729a8af208d8eb7c --- /dev/null +++ b/configs/spacemacs-develop/.dot-user-config.el.~undo-tree~ @@ -0,0 +1,2 @@ +"62f9d06b0b31285be5c4b661d2415dcdf6b54740" +#s(undo-tree [nil (#1=[nil nil ((38 . 41) (#("f" 0 1 (fontified t face font-lock-function-name-face)) . -38) (undo-tree-id0 . -1) (undo-tree-id1 . -1) (undo-tree-id2 . -1) (undo-tree-id3 . -1) (undo-tree-id4 . -1) (undo-tree-id5 . -1) (undo-tree-id6 . -1) (undo-tree-id7 . -1) (undo-tree-id8 . -1) (undo-tree-id9 . -1) (undo-tree-id10 . -1) (undo-tree-id11 . -1) (undo-tree-id12 . -1) (undo-tree-id13 . -1) (undo-tree-id14 . -1) (undo-tree-id15 . -1) (undo-tree-id16 . -1) (undo-tree-id17 . -1) (undo-tree-id18 . -1) (undo-tree-id19 . -1) (undo-tree-id20 . -1) (undo-tree-id21 . -1) (undo-tree-id22 . -1) (undo-tree-id23 . -1) (undo-tree-id24 . -1) (undo-tree-id25 . -1) (undo-tree-id26 . -1) (undo-tree-id27 . -1) (undo-tree-id28 . -1) (undo-tree-id29 . -1) (undo-tree-id30 . -1) (undo-tree-id31 . -1) (undo-tree-id32 . -1) (undo-tree-id33 . -1) (undo-tree-id34 . -1) (undo-tree-id35 . -1) (undo-tree-id36 . -1) (undo-tree-id37 . -1) (undo-tree-id38 . -1) (undo-tree-id39 . -1) (undo-tree-id40 . -1) (undo-tree-id41 . -1) (undo-tree-id42 . -1) (undo-tree-id43 . -1) (undo-tree-id44 . -1) (undo-tree-id45 . -1) (undo-tree-id46 . -1) (undo-tree-id47 . -1) (undo-tree-id48 . -1) (undo-tree-id49 . -1) (undo-tree-id50 . -1) (undo-tree-id51 . -1) (undo-tree-id52 . -1) (undo-tree-id53 . -1) (undo-tree-id54 . -1) (undo-tree-id55 . -1) (undo-tree-id56 . -1) (undo-tree-id57 . -1) (undo-tree-id58 . -1) (undo-tree-id59 . -1) (undo-tree-id60 . -1) (undo-tree-id61 . -1) (undo-tree-id62 . -1) (undo-tree-id63 . -1) (undo-tree-id64 . -1) (undo-tree-id65 . -1) (undo-tree-id66 . -1) (undo-tree-id67 . -1) (undo-tree-id68 . -1) (undo-tree-id69 . -1) (undo-tree-id70 . -1) (undo-tree-id71 . -1) (undo-tree-id72 . -1) (undo-tree-id73 . -1) (undo-tree-id74 . -1) (undo-tree-id75 . -1) (undo-tree-id76 . -1) (32 . 39) (t 24258 23777 229141 210000)) nil (24258 24087 20046 223000) 0 nil]) nil nil (24258 24087 20054 763000) 0 nil] #1# 649 1 nil) \ No newline at end of file diff --git a/configs/spacemacs-develop/.init.el.~undo-tree~ b/configs/spacemacs-develop/.init.el.~undo-tree~ new file mode 100644 index 0000000000000000000000000000000000000000..e3747e5843c28490694042c1ee8c77f81ac3d9be --- /dev/null +++ b/configs/spacemacs-develop/.init.el.~undo-tree~ @@ -0,0 +1,60 @@ +"50900787e9036019ce68c553a945ea2a2ffed0e8" +#s(undo-tree [nil ([nil ([nil ([nil ([nil ([nil ([nil ([nil ([nil ([nil ([nil (#1=[nil nil ((#(" +" 0 1 (fontified t)) . 3362) (undo-tree-id2853 . -1) (undo-tree-id2854 . -1) (undo-tree-id2855 . -1) (undo-tree-id2856 . -1) (undo-tree-id2857 . -1) (undo-tree-id2858 . -1) (undo-tree-id2859 . -1) (undo-tree-id2860 . -1) (undo-tree-id2861 . -1) (undo-tree-id2862 . -1) (undo-tree-id2863 . -1) (undo-tree-id2864 . -1) (undo-tree-id2865 . -1) (undo-tree-id2866 . -1) (undo-tree-id2867 . -1) (undo-tree-id2868 . -1) (undo-tree-id2869 . -1) (undo-tree-id2870 . -1) (undo-tree-id2871 . -1) (undo-tree-id2872 . -1) (undo-tree-id2873 . -1) (undo-tree-id2874 . -1) (undo-tree-id2875 . -1) (undo-tree-id2876 . -1) (undo-tree-id2877 . -1) (undo-tree-id2878 . -1) (undo-tree-id2879 . -1) (undo-tree-id2880 . -1) (undo-tree-id2881 . -1) (undo-tree-id2882 . -1) (undo-tree-id2883 . -1) (undo-tree-id2884 . -1) (undo-tree-id2885 . -1) (undo-tree-id2886 . -1) (undo-tree-id2887 . -1) (undo-tree-id2888 . -1) (undo-tree-id2889 . -1) (undo-tree-id2890 . -1) (undo-tree-id2891 . -1) (undo-tree-id2892 . -1) (undo-tree-id2893 . -1) (undo-tree-id2894 . -1) (undo-tree-id2895 . -1) (undo-tree-id2896 . -1) (undo-tree-id2897 . -1) (undo-tree-id2898 . -1) (undo-tree-id2899 . -1) (undo-tree-id2900 . -1) (undo-tree-id2901 . -1) (undo-tree-id2902 . -1) (undo-tree-id2903 . -1) (undo-tree-id2904 . -1) (undo-tree-id2905 . -1) (undo-tree-id2906 . -1) (undo-tree-id2907 . -1) (undo-tree-id2908 . -1) (undo-tree-id2909 . -1) (undo-tree-id2910 . -1) (undo-tree-id2911 . -1) (undo-tree-id2912 . -1) (undo-tree-id2913 . -1) (undo-tree-id2914 . -1) (undo-tree-id2915 . -1) (undo-tree-id2916 . -1) (undo-tree-id2917 . -1) (undo-tree-id2918 . -1) (undo-tree-id2919 . -1) (undo-tree-id2920 . -1) (undo-tree-id2921 . -1) (undo-tree-id2922 . -1) (undo-tree-id2923 . -1) (undo-tree-id2924 . -1) (undo-tree-id2925 . -1) (undo-tree-id2926 . -1) (undo-tree-id2927 . -1) (undo-tree-id2928 . -1) (undo-tree-id2929 . -1) (undo-tree-id2930 . -1) (undo-tree-id2931 . -1) (undo-tree-id2932 . -1) (undo-tree-id2933 . -1) (t 24258 24255 285568 522000)) nil (24258 24969 670082 30000) 0 nil]) ((nil rear-nonsticky nil 3368 . 3369) (#(" +" 0 1 (fontified nil)) . -3379) (3363 . 3380)) nil (24258 24969 670092 374000) 0 nil]) ((#(" " 0 5 (fontified t)) . -3363) (undo-tree-id2934 . -5) 3368 (3363 . 3368) (#(" " 0 5 (fontified nil face font-lock-comment-face)) . 3362) (3362 . 3367) (3362 . 3363) (#(" " 0 5 (fontified t)) . 3362) (undo-tree-id2935 . -5) 3367 (3361 . 3367) (t 24258 24205 689944 206000) 3330) nil (24258 24969 670099 683000) 0 nil]) ((#(" +" 0 1 (fontified t)) . 3362) (undo-tree-id0 . 1) (undo-tree-id1 . 1) (undo-tree-id2 . -1)) nil (24258 24205 668203 324000) 0 nil]) ((nil rear-nonsticky nil 3263 . 3264) (3259 . 3362) 3275 (#(" helm +" 0 15 (fontified t) 15 16 (fontified t)) . 3259) (undo-tree-id3 . -16) (undo-tree-id4 . -16) (undo-tree-id5 . -1) (undo-tree-id6 . -1) (undo-tree-id7 . -1) (undo-tree-id8 . -1) (undo-tree-id9 . -1) (undo-tree-id10 . -1) (undo-tree-id11 . -1) (undo-tree-id12 . -1) (undo-tree-id13 . -1) (undo-tree-id14 . -1) (undo-tree-id15 . -1) (undo-tree-id16 . -1) (undo-tree-id17 . -1) (undo-tree-id18 . -1) (undo-tree-id19 . -1) (undo-tree-id20 . -1) (undo-tree-id21 . -1) (undo-tree-id22 . -1) (undo-tree-id23 . -1) (undo-tree-id24 . -1) (undo-tree-id25 . -1) (undo-tree-id26 . -1) (undo-tree-id27 . -1) (undo-tree-id28 . -1) (undo-tree-id29 . -1) (undo-tree-id30 . -1) (undo-tree-id31 . -1) (undo-tree-id32 . -1) (undo-tree-id33 . -1) (undo-tree-id34 . -1) (undo-tree-id35 . -1) (undo-tree-id36 . -1) (undo-tree-id37 . -1) (undo-tree-id38 . -1) (undo-tree-id39 . -1) (undo-tree-id40 . -1) (undo-tree-id41 . -1) (undo-tree-id42 . -1) (undo-tree-id43 . -1) (undo-tree-id44 . -1) (undo-tree-id45 . -1) (undo-tree-id46 . -1) (undo-tree-id47 . -1) (undo-tree-id48 . -1) (undo-tree-id49 . -1) (undo-tree-id50 . -1) (undo-tree-id51 . -1) (undo-tree-id52 . -1) (undo-tree-id53 . -1) (undo-tree-id54 . -1) (undo-tree-id55 . -1) (undo-tree-id56 . -1) (undo-tree-id57 . -1) (undo-tree-id58 . -1) (undo-tree-id59 . -1) (undo-tree-id60 . -1) (undo-tree-id61 . -1) (undo-tree-id62 . -1) (undo-tree-id63 . -1) (undo-tree-id64 . -1) (undo-tree-id65 . -1) (undo-tree-id66 . -1) (undo-tree-id67 . -1) (undo-tree-id68 . -1) (undo-tree-id69 . -1) (undo-tree-id70 . -1) (undo-tree-id71 . -1) (undo-tree-id72 . -1) (undo-tree-id73 . -1) (undo-tree-id74 . -1) (undo-tree-id75 . -1) (undo-tree-id76 . -1) (undo-tree-id77 . -1) (undo-tree-id78 . -1) (undo-tree-id79 . -1) (undo-tree-id80 . -1) (undo-tree-id81 . -1) (undo-tree-id82 . -1) (undo-tree-id83 . -1) (undo-tree-id84 . -1) (undo-tree-id85 . -1) (undo-tree-id86 . -1) (undo-tree-id87 . -1) (undo-tree-id88 . -1) (undo-tree-id89 . -1) (undo-tree-id90 . -1) (undo-tree-id91 . -1) (undo-tree-id92 . -1) (undo-tree-id93 . -1) (undo-tree-id94 . -1) (undo-tree-id95 . -1) (undo-tree-id96 . -1) (undo-tree-id97 . -1) (undo-tree-id98 . -1) (undo-tree-id99 . -1) (undo-tree-id100 . -1) (undo-tree-id101 . -1) (undo-tree-id102 . -1) (undo-tree-id103 . -1) (undo-tree-id104 . -1) (undo-tree-id105 . -1) (undo-tree-id106 . -1) (undo-tree-id107 . -1) (undo-tree-id108 . -1) (undo-tree-id109 . -1) (undo-tree-id110 . -1) (undo-tree-id111 . -1) (undo-tree-id112 . -1) (undo-tree-id113 . -1) (undo-tree-id114 . -1) (undo-tree-id115 . -1) (undo-tree-id116 . -1) (undo-tree-id117 . -1) (undo-tree-id118 . -1) (undo-tree-id119 . -1) (undo-tree-id120 . -1) (undo-tree-id121 . -1) (undo-tree-id122 . -1) (undo-tree-id123 . -1) (undo-tree-id124 . -1) (undo-tree-id125 . -1) (undo-tree-id126 . -1) (undo-tree-id127 . -1) (undo-tree-id128 . -1) (undo-tree-id129 . -1) (undo-tree-id130 . -1) (undo-tree-id131 . -1) (undo-tree-id132 . -1) (undo-tree-id133 . -1) (undo-tree-id134 . -1) (undo-tree-id135 . -1) (undo-tree-id136 . -1) (undo-tree-id137 . -1) (undo-tree-id138 . -1) (undo-tree-id139 . -1) (undo-tree-id140 . -1) (undo-tree-id141 . -1) (undo-tree-id142 . -1) (undo-tree-id143 . -1) (undo-tree-id144 . -1) (undo-tree-id145 . -1) (undo-tree-id146 . -1) (undo-tree-id147 . -1) (undo-tree-id148 . -1) (undo-tree-id149 . -1) (undo-tree-id150 . -1) (undo-tree-id151 . -1) (undo-tree-id152 . -1) (undo-tree-id153 . -1) (undo-tree-id154 . -1) (undo-tree-id155 . -1) (undo-tree-id156 . -1) (undo-tree-id157 . -1) (undo-tree-id158 . -2) (undo-tree-id159 . -1) (undo-tree-id160 . -2) (undo-tree-id161 . -2) (undo-tree-id162 . -2) (undo-tree-id163 . -2) (undo-tree-id164 . -2) (undo-tree-id165 . -2) (undo-tree-id166 . -2) (undo-tree-id167 . -2) (undo-tree-id168 . -2) (undo-tree-id169 . -2) (undo-tree-id170 . -2) (undo-tree-id171 . -2) (undo-tree-id172 . -2) (undo-tree-id173 . -2) (undo-tree-id174 . -2) (undo-tree-id175 . -2) (undo-tree-id176 . -2) (undo-tree-id177 . -2) (undo-tree-id178 . -2) (undo-tree-id179 . -2) (undo-tree-id180 . -2) (undo-tree-id181 . -2) (undo-tree-id182 . -2) (undo-tree-id183 . -2) (undo-tree-id184 . -2) (undo-tree-id185 . -2) (undo-tree-id186 . -2) (undo-tree-id187 . -2) (undo-tree-id188 . -2) (undo-tree-id189 . -2) (undo-tree-id190 . -2) (undo-tree-id191 . -2) (undo-tree-id192 . -2) (undo-tree-id193 . -2) (undo-tree-id194 . -2) (undo-tree-id195 . -2) (undo-tree-id196 . -2) (undo-tree-id197 . -2) (undo-tree-id198 . -2) (undo-tree-id199 . -2) (undo-tree-id200 . -2) (undo-tree-id201 . -2) (undo-tree-id202 . -2) (undo-tree-id203 . -2) (undo-tree-id204 . -2) (undo-tree-id205 . -2) (undo-tree-id206 . -2) (undo-tree-id207 . -2) (undo-tree-id208 . -2) (undo-tree-id209 . -2) (undo-tree-id210 . -2) (undo-tree-id211 . -2) (undo-tree-id212 . -2) (undo-tree-id213 . -2) (undo-tree-id214 . -2) (undo-tree-id215 . -2) (undo-tree-id216 . -2) (undo-tree-id217 . -2) (undo-tree-id218 . -2) (undo-tree-id219 . -2) (undo-tree-id220 . -2) (undo-tree-id221 . -2) (undo-tree-id222 . -2) (undo-tree-id223 . -2) (undo-tree-id224 . -2) (undo-tree-id225 . -2) (undo-tree-id226 . -2) (undo-tree-id227 . -2) (undo-tree-id228 . -2) (undo-tree-id229 . -2) (undo-tree-id230 . -2) (undo-tree-id231 . -2) (undo-tree-id232 . -2) (undo-tree-id233 . -2) (undo-tree-id234 . -2) (undo-tree-id235 . -2) (undo-tree-id236 . -2) (undo-tree-id237 . -2) (undo-tree-id238 . -2) (undo-tree-id239 . -2) (undo-tree-id240 . -2) (undo-tree-id241 . -2) (undo-tree-id242 . -2) (undo-tree-id243 . -2) (undo-tree-id244 . -2) (undo-tree-id245 . -2) (undo-tree-id246 . -2) (undo-tree-id247 . -2) (undo-tree-id248 . -2) (undo-tree-id249 . -2) (undo-tree-id250 . -2) (undo-tree-id251 . -2) (undo-tree-id252 . -2) (undo-tree-id253 . -2) (undo-tree-id254 . -2) (undo-tree-id255 . -2) (undo-tree-id256 . -2) (undo-tree-id257 . -2) (undo-tree-id258 . -2) (undo-tree-id259 . -2) (undo-tree-id260 . -2) (undo-tree-id261 . -2) (undo-tree-id262 . -2) (undo-tree-id263 . -2) (undo-tree-id264 . -2) (undo-tree-id265 . -2) (undo-tree-id266 . -2) (undo-tree-id267 . -2) (undo-tree-id268 . -2) (undo-tree-id269 . -2) (undo-tree-id270 . -2) (undo-tree-id271 . -2) (undo-tree-id272 . -2) (undo-tree-id273 . -2) (undo-tree-id274 . -2) (undo-tree-id275 . -2) (undo-tree-id276 . -2) (undo-tree-id277 . -2) (undo-tree-id278 . -2) (undo-tree-id279 . -2) (undo-tree-id280 . -2) (undo-tree-id281 . -2) (undo-tree-id282 . -2) (undo-tree-id283 . -2) (undo-tree-id284 . -2) (undo-tree-id285 . -2) (undo-tree-id286 . -2) (undo-tree-id287 . -2) (undo-tree-id288 . -2) (undo-tree-id289 . -2) (undo-tree-id290 . -2) (undo-tree-id291 . -2) (undo-tree-id292 . -2) (undo-tree-id293 . -2) (undo-tree-id294 . -2) (undo-tree-id295 . -2) (undo-tree-id296 . -2) (undo-tree-id297 . -2) (undo-tree-id298 . -2) (undo-tree-id299 . -2) (undo-tree-id300 . -2) (undo-tree-id301 . -2) (undo-tree-id302 . -2) (undo-tree-id303 . -2) (undo-tree-id304 . -2) (undo-tree-id305 . -2) (undo-tree-id306 . -2) (undo-tree-id307 . -2) (undo-tree-id308 . -2) (undo-tree-id309 . -2) (undo-tree-id310 . -2) (undo-tree-id311 . -2) (undo-tree-id312 . -2) (undo-tree-id313 . -2) (undo-tree-id314 . -2) (undo-tree-id315 . -2) (undo-tree-id316 . -2) (undo-tree-id317 . -2) (undo-tree-id318 . -2) (undo-tree-id319 . -2) (undo-tree-id320 . -2) (undo-tree-id321 . -2) (undo-tree-id322 . -2) (undo-tree-id323 . -2) (undo-tree-id324 . -2) (undo-tree-id325 . -2) (undo-tree-id326 . -2) (undo-tree-id327 . -2) (undo-tree-id328 . -2) (undo-tree-id329 . -2) (undo-tree-id330 . -2) (undo-tree-id331 . -2) (undo-tree-id332 . -2) (undo-tree-id333 . -2) (undo-tree-id334 . -2) (undo-tree-id335 . -2) (undo-tree-id336 . -2) (undo-tree-id337 . -2) (undo-tree-id338 . -2) (undo-tree-id339 . -2) (undo-tree-id340 . -2) (undo-tree-id341 . -2) (undo-tree-id342 . -2) (undo-tree-id343 . -2) (undo-tree-id344 . -2) (undo-tree-id345 . -2) (undo-tree-id346 . -2) (undo-tree-id347 . -2) (undo-tree-id348 . -2) (undo-tree-id349 . -2) (undo-tree-id350 . -2) (undo-tree-id351 . -2) (undo-tree-id352 . -2) (undo-tree-id353 . -2) (undo-tree-id354 . -2) (undo-tree-id355 . -2) (undo-tree-id356 . -2) (undo-tree-id357 . -2) (undo-tree-id358 . -2) (undo-tree-id359 . -2) (undo-tree-id360 . -2) (undo-tree-id361 . -2) (undo-tree-id362 . -2) (undo-tree-id363 . -2) (undo-tree-id364 . -2) (undo-tree-id365 . -2) (undo-tree-id366 . -2) (undo-tree-id367 . -2) (undo-tree-id368 . -2) (undo-tree-id369 . -2) (undo-tree-id370 . -2) (undo-tree-id371 . -2) (undo-tree-id372 . -2) (undo-tree-id373 . -2) (undo-tree-id374 . -2) (undo-tree-id375 . -2) (undo-tree-id376 . -2) (undo-tree-id377 . -2) (undo-tree-id378 . -2) (undo-tree-id379 . -2) (undo-tree-id380 . -2) (undo-tree-id381 . -2) (undo-tree-id382 . -2) (undo-tree-id383 . -2) (undo-tree-id384 . -2) (undo-tree-id385 . -2) (undo-tree-id386 . -2) (undo-tree-id387 . -2) (undo-tree-id388 . -2) (undo-tree-id389 . -2) (undo-tree-id390 . -2) (undo-tree-id391 . -2) (undo-tree-id392 . -2) (undo-tree-id393 . -2) (undo-tree-id394 . -2) (undo-tree-id395 . -2) (undo-tree-id396 . -2) (undo-tree-id397 . -2) (undo-tree-id398 . -2) (undo-tree-id399 . -2) (undo-tree-id400 . -2) (undo-tree-id401 . -2) (undo-tree-id402 . -2) (undo-tree-id403 . -2) (undo-tree-id404 . -2) (undo-tree-id405 . -2) (undo-tree-id406 . -2) (undo-tree-id407 . -2) (undo-tree-id408 . -2) (undo-tree-id409 . -2) (undo-tree-id410 . -2) (undo-tree-id411 . -2) (undo-tree-id412 . -2) (undo-tree-id413 . -2) (undo-tree-id414 . -2) (undo-tree-id415 . -2) (undo-tree-id416 . -2) (undo-tree-id417 . -2) (undo-tree-id418 . -2) (undo-tree-id419 . -2) (undo-tree-id420 . -2) (undo-tree-id421 . -2) (undo-tree-id422 . -2) (undo-tree-id423 . -2) (undo-tree-id424 . -2) (undo-tree-id425 . -2) (undo-tree-id426 . -2) (undo-tree-id427 . -2) (undo-tree-id428 . -2) (undo-tree-id429 . -2) (undo-tree-id430 . -2) (undo-tree-id431 . -2) (undo-tree-id432 . -2) (undo-tree-id433 . -2) (undo-tree-id434 . -2) (undo-tree-id435 . -2) (undo-tree-id436 . -2) (undo-tree-id437 . -2) (undo-tree-id438 . -2) (undo-tree-id439 . -2) (undo-tree-id440 . -2) (undo-tree-id441 . -2) (undo-tree-id442 . -2) (undo-tree-id443 . -2) (undo-tree-id444 . -2) (undo-tree-id445 . -2) (undo-tree-id446 . -2) (undo-tree-id447 . -2) (undo-tree-id448 . -2) (undo-tree-id449 . -2) (undo-tree-id450 . -2) (undo-tree-id451 . -2) (undo-tree-id452 . -2) (undo-tree-id453 . -2) (undo-tree-id454 . -2) (undo-tree-id455 . -2) (undo-tree-id456 . -2) (undo-tree-id457 . -2) (undo-tree-id458 . -2) (undo-tree-id459 . -2) (undo-tree-id460 . -2) (undo-tree-id461 . -3) (undo-tree-id462 . -2) (undo-tree-id463 . -3) (undo-tree-id464 . -3) (undo-tree-id465 . -3) (undo-tree-id466 . -3) (undo-tree-id467 . -3) (undo-tree-id468 . -3) (undo-tree-id469 . -3) (undo-tree-id470 . -3) (undo-tree-id471 . -3) (undo-tree-id472 . -3) (undo-tree-id473 . -3) (undo-tree-id474 . -3) (undo-tree-id475 . -3) (undo-tree-id476 . -3) (undo-tree-id477 . -3) (undo-tree-id478 . -3) (undo-tree-id479 . -3) (undo-tree-id480 . -3) (undo-tree-id481 . -3) (undo-tree-id482 . -3) (undo-tree-id483 . -3) (undo-tree-id484 . -3) (undo-tree-id485 . -3) (undo-tree-id486 . -3) (undo-tree-id487 . -3) (undo-tree-id488 . -3) (undo-tree-id489 . -3) (undo-tree-id490 . -3) (undo-tree-id491 . -3) (undo-tree-id492 . -3) (undo-tree-id493 . -3) (undo-tree-id494 . -3) (undo-tree-id495 . -3) (undo-tree-id496 . -3) (undo-tree-id497 . -3) (undo-tree-id498 . -3) (undo-tree-id499 . -3) (undo-tree-id500 . -3) (undo-tree-id501 . -3) (undo-tree-id502 . -3) (undo-tree-id503 . -3) (undo-tree-id504 . -3) (undo-tree-id505 . -3) (undo-tree-id506 . -3) (undo-tree-id507 . -3) (undo-tree-id508 . -3) (undo-tree-id509 . -3) (undo-tree-id510 . -3) (undo-tree-id511 . -3) (undo-tree-id512 . -3) (undo-tree-id513 . -3) (undo-tree-id514 . -3) (undo-tree-id515 . -3) (undo-tree-id516 . -3) (undo-tree-id517 . -3) (undo-tree-id518 . -3) (undo-tree-id519 . -3) (undo-tree-id520 . -3) (undo-tree-id521 . -3) (undo-tree-id522 . -3) (undo-tree-id523 . -3) (undo-tree-id524 . -3) (undo-tree-id525 . -3) (undo-tree-id526 . -3) (undo-tree-id527 . -3) (undo-tree-id528 . -3) (undo-tree-id529 . -3) (undo-tree-id530 . -3) (undo-tree-id531 . -3) (undo-tree-id532 . -3) (undo-tree-id533 . -3) (undo-tree-id534 . -3) (undo-tree-id535 . -3) (undo-tree-id536 . -3) (undo-tree-id537 . -3) (undo-tree-id538 . -3) (undo-tree-id539 . -4) (undo-tree-id540 . -3) (undo-tree-id541 . -4) (undo-tree-id542 . -4) (undo-tree-id543 . -4) (undo-tree-id544 . -4) (undo-tree-id545 . -4) (undo-tree-id546 . -4) (undo-tree-id547 . -4) (undo-tree-id548 . -4) (undo-tree-id549 . -4) (undo-tree-id550 . -4) (undo-tree-id551 . -4) (undo-tree-id552 . -4) (undo-tree-id553 . -4) (undo-tree-id554 . -4) (undo-tree-id555 . -4) (undo-tree-id556 . -4) (undo-tree-id557 . -4) (undo-tree-id558 . -4) (undo-tree-id559 . -4) (undo-tree-id560 . -4) (undo-tree-id561 . -4) (undo-tree-id562 . -4) (undo-tree-id563 . -4) (undo-tree-id564 . -4) (undo-tree-id565 . -4) (undo-tree-id566 . -4) (undo-tree-id567 . -4) (undo-tree-id568 . -4) (undo-tree-id569 . -4) (undo-tree-id570 . -4) (undo-tree-id571 . -4) (undo-tree-id572 . -4) (undo-tree-id573 . -4) (undo-tree-id574 . -4) (undo-tree-id575 . -4) (undo-tree-id576 . -4) (undo-tree-id577 . -4) (undo-tree-id578 . -4) (undo-tree-id579 . -4) (undo-tree-id580 . -4) (undo-tree-id581 . -4) (undo-tree-id582 . -4) (undo-tree-id583 . -4) (undo-tree-id584 . -4) (undo-tree-id585 . -4) (undo-tree-id586 . -4) (undo-tree-id587 . -4) (undo-tree-id588 . -4) (undo-tree-id589 . -4) (undo-tree-id590 . -4) (undo-tree-id591 . -4) (undo-tree-id592 . -4) (undo-tree-id593 . -4) (undo-tree-id594 . -4) (undo-tree-id595 . -4) (undo-tree-id596 . -4) (undo-tree-id597 . -4) (undo-tree-id598 . -4) (undo-tree-id599 . -4) (undo-tree-id600 . -4) (undo-tree-id601 . -4) (undo-tree-id602 . -4) (undo-tree-id603 . -4) (undo-tree-id604 . -4) (undo-tree-id605 . -4) (undo-tree-id606 . -4) (undo-tree-id607 . -4) (undo-tree-id608 . -4) (undo-tree-id609 . -4) (undo-tree-id610 . -4) (undo-tree-id611 . -4) (undo-tree-id612 . -4) (undo-tree-id613 . -4) (undo-tree-id614 . -4) (undo-tree-id615 . -4) (undo-tree-id616 . -4) (undo-tree-id617 . -5) (undo-tree-id618 . -4) (undo-tree-id619 . -5) (undo-tree-id620 . -5) (undo-tree-id621 . -5) (undo-tree-id622 . -5) (undo-tree-id623 . -5) (undo-tree-id624 . -5) (undo-tree-id625 . -5) (undo-tree-id626 . -5) (undo-tree-id627 . -5) (undo-tree-id628 . -5) (undo-tree-id629 . -5) (undo-tree-id630 . -5) (undo-tree-id631 . -5) (undo-tree-id632 . -5) (undo-tree-id633 . -5) (undo-tree-id634 . -5) (undo-tree-id635 . -5) (undo-tree-id636 . -5) (undo-tree-id637 . -5) (undo-tree-id638 . -5) (undo-tree-id639 . -5) (undo-tree-id640 . -5) (undo-tree-id641 . -5) (undo-tree-id642 . -5) (undo-tree-id643 . -5) (undo-tree-id644 . -5) (undo-tree-id645 . -5) (undo-tree-id646 . -5) (undo-tree-id647 . -5) (undo-tree-id648 . -5) (undo-tree-id649 . -5) (undo-tree-id650 . -5) (undo-tree-id651 . -5) (undo-tree-id652 . -5) (undo-tree-id653 . -5) (undo-tree-id654 . -5) (undo-tree-id655 . -5) (undo-tree-id656 . -5) (undo-tree-id657 . -5) (undo-tree-id658 . -5) (undo-tree-id659 . -5) (undo-tree-id660 . -5) (undo-tree-id661 . -5) (undo-tree-id662 . -5) (undo-tree-id663 . -5) (undo-tree-id664 . -5) (undo-tree-id665 . -5) (undo-tree-id666 . -5) (undo-tree-id667 . -5) (undo-tree-id668 . -5) (undo-tree-id669 . -5) (undo-tree-id670 . -5) (undo-tree-id671 . -5) (undo-tree-id672 . -5) (undo-tree-id673 . -5) (undo-tree-id674 . -5) (undo-tree-id675 . -5) (undo-tree-id676 . -5) (undo-tree-id677 . -5) (undo-tree-id678 . -5) (undo-tree-id679 . -5) (undo-tree-id680 . -5) (undo-tree-id681 . -5) (undo-tree-id682 . -5) (undo-tree-id683 . -5) (undo-tree-id684 . -5) (undo-tree-id685 . -5) (undo-tree-id686 . -5) (undo-tree-id687 . -5) (undo-tree-id688 . -5) (undo-tree-id689 . -5) (undo-tree-id690 . -5) (undo-tree-id691 . -5) (undo-tree-id692 . -5) (undo-tree-id693 . -5) (undo-tree-id694 . -5) (undo-tree-id695 . -6) (undo-tree-id696 . -5) (undo-tree-id697 . -6) (undo-tree-id698 . -6) (undo-tree-id699 . -6) (undo-tree-id700 . -6) (undo-tree-id701 . -6) (undo-tree-id702 . -6) (undo-tree-id703 . -6) (undo-tree-id704 . -6) (undo-tree-id705 . -6) (undo-tree-id706 . -6) (undo-tree-id707 . -6) (undo-tree-id708 . -6) (undo-tree-id709 . -6) (undo-tree-id710 . -6) (undo-tree-id711 . -6) (undo-tree-id712 . -6) (undo-tree-id713 . -6) (undo-tree-id714 . -6) (undo-tree-id715 . -6) (undo-tree-id716 . -6) (undo-tree-id717 . -6) (undo-tree-id718 . -6) (undo-tree-id719 . -6) (undo-tree-id720 . -6) (undo-tree-id721 . -6) (undo-tree-id722 . -6) (undo-tree-id723 . -6) (undo-tree-id724 . -6) (undo-tree-id725 . -6) (undo-tree-id726 . -6) (undo-tree-id727 . -6) (undo-tree-id728 . -6) (undo-tree-id729 . -6) (undo-tree-id730 . -6) (undo-tree-id731 . -6) (undo-tree-id732 . -6) (undo-tree-id733 . -6) (undo-tree-id734 . -6) (undo-tree-id735 . -6) (undo-tree-id736 . -6) (undo-tree-id737 . -6) (undo-tree-id738 . -6) (undo-tree-id739 . -6) (undo-tree-id740 . -6) (undo-tree-id741 . -6) (undo-tree-id742 . -6) (undo-tree-id743 . -6) (undo-tree-id744 . -6) (undo-tree-id745 . -6) (undo-tree-id746 . -6) (undo-tree-id747 . -6) (undo-tree-id748 . -6) (undo-tree-id749 . -6) (undo-tree-id750 . -6) (undo-tree-id751 . -6) (undo-tree-id752 . -6) (undo-tree-id753 . -6) (undo-tree-id754 . -6) (undo-tree-id755 . -6) (undo-tree-id756 . -6) (undo-tree-id757 . -6) (undo-tree-id758 . -6) (undo-tree-id759 . -6) (undo-tree-id760 . -6) (undo-tree-id761 . -6) (undo-tree-id762 . -6) (undo-tree-id763 . -6) (undo-tree-id764 . -6) (undo-tree-id765 . -6) (undo-tree-id766 . -6) (undo-tree-id767 . -6) (undo-tree-id768 . -6) (undo-tree-id769 . -6) (undo-tree-id770 . -6) (undo-tree-id771 . -6) (undo-tree-id772 . -6) (undo-tree-id773 . -6) (undo-tree-id774 . -6) (undo-tree-id775 . -6) (undo-tree-id776 . -6) (undo-tree-id777 . -6) (undo-tree-id778 . -6) (undo-tree-id779 . -6) (undo-tree-id780 . -6) (undo-tree-id781 . -6) (undo-tree-id782 . -6) (undo-tree-id783 . -6) (undo-tree-id784 . -6) (undo-tree-id785 . -6) (undo-tree-id786 . -6) (undo-tree-id787 . -6) (undo-tree-id788 . -6) (undo-tree-id789 . -6) (undo-tree-id790 . -6) (undo-tree-id791 . -6) (undo-tree-id792 . -6) (undo-tree-id793 . -6) (undo-tree-id794 . -6) (undo-tree-id795 . -6) (undo-tree-id796 . -6) (undo-tree-id797 . -6) (undo-tree-id798 . -6) (undo-tree-id799 . -6) (undo-tree-id800 . -6) (undo-tree-id801 . -6) (undo-tree-id802 . -6) (undo-tree-id803 . -6) (undo-tree-id804 . -6) (undo-tree-id805 . -6) (undo-tree-id806 . -6) (undo-tree-id807 . -6) (undo-tree-id808 . -6) (undo-tree-id809 . -6) (undo-tree-id810 . -6) (undo-tree-id811 . -6) (undo-tree-id812 . -6) (undo-tree-id813 . -6) (undo-tree-id814 . -6) (undo-tree-id815 . -6) (undo-tree-id816 . -6) (undo-tree-id817 . -6) (undo-tree-id818 . -6) (undo-tree-id819 . -6) (undo-tree-id820 . -6) (undo-tree-id821 . -6) (undo-tree-id822 . -6) (undo-tree-id823 . -6) (undo-tree-id824 . -6) (undo-tree-id825 . -6) (undo-tree-id826 . -6) (undo-tree-id827 . -6) (undo-tree-id828 . -6) (undo-tree-id829 . -6) (undo-tree-id830 . -6) (undo-tree-id831 . -6) (undo-tree-id832 . -6) (undo-tree-id833 . -6) (undo-tree-id834 . -6) (undo-tree-id835 . -6) (undo-tree-id836 . -6) (undo-tree-id837 . -6) (undo-tree-id838 . -6) (undo-tree-id839 . -6) (undo-tree-id840 . -6) (undo-tree-id841 . -6) (undo-tree-id842 . -6) (undo-tree-id843 . -6) (undo-tree-id844 . -6) (undo-tree-id845 . -6) (undo-tree-id846 . -6) (undo-tree-id847 . -6) (undo-tree-id848 . -6) (undo-tree-id849 . -6) (undo-tree-id850 . -6) (undo-tree-id851 . -6) (undo-tree-id852 . -6) (undo-tree-id853 . -6) (undo-tree-id854 . -6) (undo-tree-id855 . -6) (undo-tree-id856 . -6) (undo-tree-id857 . -6) (undo-tree-id858 . -6) (undo-tree-id859 . -6) (undo-tree-id860 . -6) (undo-tree-id861 . -6) (undo-tree-id862 . -6) (undo-tree-id863 . -6) (undo-tree-id864 . -6) (undo-tree-id865 . -6) (undo-tree-id866 . -6) (undo-tree-id867 . -6) (undo-tree-id868 . -6) (undo-tree-id869 . -6) (undo-tree-id870 . -6) (undo-tree-id871 . -6) (undo-tree-id872 . -6) (undo-tree-id873 . -6) (undo-tree-id874 . -6) (undo-tree-id875 . -6) (undo-tree-id876 . -6) (undo-tree-id877 . -6) (undo-tree-id878 . -6) (undo-tree-id879 . -6) (undo-tree-id880 . -6) (undo-tree-id881 . -6) (undo-tree-id882 . -6) (undo-tree-id883 . -6) (undo-tree-id884 . -6) (undo-tree-id885 . -6) (undo-tree-id886 . -6) (undo-tree-id887 . -6) (undo-tree-id888 . -6) (undo-tree-id889 . -6) (undo-tree-id890 . -6) (undo-tree-id891 . -6) (undo-tree-id892 . -6) (undo-tree-id893 . -6) (undo-tree-id894 . -6) (undo-tree-id895 . -6) (undo-tree-id896 . -6) (undo-tree-id897 . -6) (undo-tree-id898 . -6) (undo-tree-id899 . -6) (undo-tree-id900 . -6) (undo-tree-id901 . -6) (undo-tree-id902 . -6) (undo-tree-id903 . -6) (undo-tree-id904 . -6) (undo-tree-id905 . -6) (undo-tree-id906 . -6) (undo-tree-id907 . -6) (undo-tree-id908 . -6) (undo-tree-id909 . -6) (undo-tree-id910 . -6) (undo-tree-id911 . -6) (undo-tree-id912 . -6) (undo-tree-id913 . -6) (undo-tree-id914 . -6) (undo-tree-id915 . -6) (undo-tree-id916 . -6) (undo-tree-id917 . -6) (undo-tree-id918 . -6) (undo-tree-id919 . -6) (undo-tree-id920 . -6) (undo-tree-id921 . -6) (undo-tree-id922 . -6) (undo-tree-id923 . -6) (undo-tree-id924 . -6) (undo-tree-id925 . -6) (undo-tree-id926 . -6) (undo-tree-id927 . -6) (undo-tree-id928 . -6) (undo-tree-id929 . -6) (undo-tree-id930 . -6) (undo-tree-id931 . -6) (undo-tree-id932 . -6) (undo-tree-id933 . -6) (undo-tree-id934 . -6) (undo-tree-id935 . -6) (undo-tree-id936 . -6) (undo-tree-id937 . -6) (undo-tree-id938 . -6) (undo-tree-id939 . -6) (undo-tree-id940 . -6) (undo-tree-id941 . -6) (undo-tree-id942 . -6) (undo-tree-id943 . -6) (undo-tree-id944 . -6) (undo-tree-id945 . -6) (undo-tree-id946 . -6) (undo-tree-id947 . -6) (undo-tree-id948 . -6) (undo-tree-id949 . -6) (undo-tree-id950 . -6) (undo-tree-id951 . -6) (undo-tree-id952 . -6) (undo-tree-id953 . -6) (undo-tree-id954 . -6) (undo-tree-id955 . -6) (undo-tree-id956 . -6) (undo-tree-id957 . -6) (undo-tree-id958 . -6) (undo-tree-id959 . -6) (undo-tree-id960 . -6) (undo-tree-id961 . -6) (undo-tree-id962 . -6) (undo-tree-id963 . -6) (undo-tree-id964 . -6) (undo-tree-id965 . -6) (undo-tree-id966 . -6) (undo-tree-id967 . -6) (undo-tree-id968 . -6) (undo-tree-id969 . -6) (undo-tree-id970 . -6) (undo-tree-id971 . -6) (undo-tree-id972 . -6) (undo-tree-id973 . -6) (undo-tree-id974 . -6) (undo-tree-id975 . -6) (undo-tree-id976 . -6) (undo-tree-id977 . -6) (undo-tree-id978 . -6) (undo-tree-id979 . -6) (undo-tree-id980 . -6) (undo-tree-id981 . -6) (undo-tree-id982 . -6) (undo-tree-id983 . -6) (undo-tree-id984 . -6) (undo-tree-id985 . -6) (undo-tree-id986 . -6) (undo-tree-id987 . -6) (undo-tree-id988 . -6) (undo-tree-id989 . -6) (undo-tree-id990 . -6) (undo-tree-id991 . -6) (undo-tree-id992 . -6) (undo-tree-id993 . -6) (undo-tree-id994 . -6) (undo-tree-id995 . -6) (undo-tree-id996 . -6) (undo-tree-id997 . -6) (undo-tree-id998 . -7) (undo-tree-id999 . -6) (undo-tree-id1000 . -7) (undo-tree-id1001 . -7) (undo-tree-id1002 . -7) (undo-tree-id1003 . -7) (undo-tree-id1004 . -7) (undo-tree-id1005 . -7) (undo-tree-id1006 . -7) (undo-tree-id1007 . -7) (undo-tree-id1008 . -7) (undo-tree-id1009 . -7) (undo-tree-id1010 . -7) (undo-tree-id1011 . -7) (undo-tree-id1012 . -7) (undo-tree-id1013 . -7) (undo-tree-id1014 . -7) (undo-tree-id1015 . -7) (undo-tree-id1016 . -7) (undo-tree-id1017 . -7) (undo-tree-id1018 . -7) (undo-tree-id1019 . -7) (undo-tree-id1020 . -7) (undo-tree-id1021 . -7) (undo-tree-id1022 . -7) (undo-tree-id1023 . -7) (undo-tree-id1024 . -7) (undo-tree-id1025 . -7) (undo-tree-id1026 . -7) (undo-tree-id1027 . -7) (undo-tree-id1028 . -7) (undo-tree-id1029 . -7) (undo-tree-id1030 . -7) (undo-tree-id1031 . -7) (undo-tree-id1032 . -7) (undo-tree-id1033 . -7) (undo-tree-id1034 . -7) (undo-tree-id1035 . -7) (undo-tree-id1036 . -7) (undo-tree-id1037 . -7) (undo-tree-id1038 . -7) (undo-tree-id1039 . -7) (undo-tree-id1040 . -7) (undo-tree-id1041 . -7) (undo-tree-id1042 . -7) (undo-tree-id1043 . -7) (undo-tree-id1044 . -7) (undo-tree-id1045 . -7) (undo-tree-id1046 . -7) (undo-tree-id1047 . -7) (undo-tree-id1048 . -7) (undo-tree-id1049 . -7) (undo-tree-id1050 . -7) (undo-tree-id1051 . -7) (undo-tree-id1052 . -7) (undo-tree-id1053 . -7) (undo-tree-id1054 . -7) (undo-tree-id1055 . -7) (undo-tree-id1056 . -7) (undo-tree-id1057 . -7) (undo-tree-id1058 . -7) (undo-tree-id1059 . -7) (undo-tree-id1060 . -7) (undo-tree-id1061 . -7) (undo-tree-id1062 . -7) (undo-tree-id1063 . -7) (undo-tree-id1064 . -7) (undo-tree-id1065 . -7) (undo-tree-id1066 . -7) (undo-tree-id1067 . -7) (undo-tree-id1068 . -7) (undo-tree-id1069 . -7) (undo-tree-id1070 . -7) (undo-tree-id1071 . -7) (undo-tree-id1072 . -7) (undo-tree-id1073 . -7) (undo-tree-id1074 . -7) (undo-tree-id1075 . -7) (undo-tree-id1076 . -8) (undo-tree-id1077 . -7) (undo-tree-id1078 . -8) (undo-tree-id1079 . -8) (undo-tree-id1080 . -8) (undo-tree-id1081 . -8) (undo-tree-id1082 . -8) (undo-tree-id1083 . -8) (undo-tree-id1084 . -8) (undo-tree-id1085 . -8) (undo-tree-id1086 . -8) (undo-tree-id1087 . -8) (undo-tree-id1088 . -8) (undo-tree-id1089 . -8) (undo-tree-id1090 . -8) (undo-tree-id1091 . -8) (undo-tree-id1092 . -8) (undo-tree-id1093 . -8) (undo-tree-id1094 . -8) (undo-tree-id1095 . -8) (undo-tree-id1096 . -8) (undo-tree-id1097 . -8) (undo-tree-id1098 . -8) (undo-tree-id1099 . -8) (undo-tree-id1100 . -8) (undo-tree-id1101 . -8) (undo-tree-id1102 . -8) (undo-tree-id1103 . -8) (undo-tree-id1104 . -8) (undo-tree-id1105 . -8) (undo-tree-id1106 . -8) (undo-tree-id1107 . -8) (undo-tree-id1108 . -8) (undo-tree-id1109 . -8) (undo-tree-id1110 . -8) (undo-tree-id1111 . -8) (undo-tree-id1112 . -8) (undo-tree-id1113 . -8) (undo-tree-id1114 . -8) (undo-tree-id1115 . -8) (undo-tree-id1116 . -8) (undo-tree-id1117 . -8) (undo-tree-id1118 . -8) (undo-tree-id1119 . -8) (undo-tree-id1120 . -8) (undo-tree-id1121 . -8) (undo-tree-id1122 . -8) (undo-tree-id1123 . -8) (undo-tree-id1124 . -8) (undo-tree-id1125 . -8) (undo-tree-id1126 . -8) (undo-tree-id1127 . -8) (undo-tree-id1128 . -8) (undo-tree-id1129 . -8) (undo-tree-id1130 . -8) (undo-tree-id1131 . -8) (undo-tree-id1132 . -8) (undo-tree-id1133 . -8) (undo-tree-id1134 . -8) (undo-tree-id1135 . -8) (undo-tree-id1136 . -8) (undo-tree-id1137 . -8) (undo-tree-id1138 . -8) (undo-tree-id1139 . -8) (undo-tree-id1140 . -8) (undo-tree-id1141 . -8) (undo-tree-id1142 . -8) (undo-tree-id1143 . -8) (undo-tree-id1144 . -8) (undo-tree-id1145 . -8) (undo-tree-id1146 . -8) (undo-tree-id1147 . -8) (undo-tree-id1148 . -8) (undo-tree-id1149 . -8) (undo-tree-id1150 . -8) (undo-tree-id1151 . -8) (undo-tree-id1152 . -8) (undo-tree-id1153 . -8) (undo-tree-id1154 . -8) (undo-tree-id1155 . -8) (undo-tree-id1156 . -8) (undo-tree-id1157 . -8) (undo-tree-id1158 . -8) (undo-tree-id1159 . -8) (undo-tree-id1160 . -8) (undo-tree-id1161 . -8) (undo-tree-id1162 . -8) (undo-tree-id1163 . -8) (undo-tree-id1164 . -8) (undo-tree-id1165 . -8) (undo-tree-id1166 . -8) (undo-tree-id1167 . -8) (undo-tree-id1168 . -8) (undo-tree-id1169 . -8) (undo-tree-id1170 . -8) (undo-tree-id1171 . -8) (undo-tree-id1172 . -8) (undo-tree-id1173 . -8) (undo-tree-id1174 . -8) (undo-tree-id1175 . -8) (undo-tree-id1176 . -8) (undo-tree-id1177 . -8) (undo-tree-id1178 . -8) (undo-tree-id1179 . -8) (undo-tree-id1180 . -8) (undo-tree-id1181 . -8) (undo-tree-id1182 . -8) (undo-tree-id1183 . -8) (undo-tree-id1184 . -8) (undo-tree-id1185 . -8) (undo-tree-id1186 . -8) (undo-tree-id1187 . -8) (undo-tree-id1188 . -8) (undo-tree-id1189 . -8) (undo-tree-id1190 . -8) (undo-tree-id1191 . -8) (undo-tree-id1192 . -8) (undo-tree-id1193 . -8) (undo-tree-id1194 . -8) (undo-tree-id1195 . -8) (undo-tree-id1196 . -8) (undo-tree-id1197 . -8) (undo-tree-id1198 . -8) (undo-tree-id1199 . -8) (undo-tree-id1200 . -8) (undo-tree-id1201 . -8) (undo-tree-id1202 . -8) (undo-tree-id1203 . -8) (undo-tree-id1204 . -8) (undo-tree-id1205 . -8) (undo-tree-id1206 . -8) (undo-tree-id1207 . -8) (undo-tree-id1208 . -8) (undo-tree-id1209 . -8) (undo-tree-id1210 . -8) (undo-tree-id1211 . -8) (undo-tree-id1212 . -8) (undo-tree-id1213 . -8) (undo-tree-id1214 . -8) (undo-tree-id1215 . -8) (undo-tree-id1216 . -8) (undo-tree-id1217 . -8) (undo-tree-id1218 . -8) (undo-tree-id1219 . -8) (undo-tree-id1220 . -8) (undo-tree-id1221 . -8) (undo-tree-id1222 . -8) (undo-tree-id1223 . -8) (undo-tree-id1224 . -8) (undo-tree-id1225 . -8) (undo-tree-id1226 . -8) (undo-tree-id1227 . -8) (undo-tree-id1228 . -8) (undo-tree-id1229 . -9) (undo-tree-id1230 . -8) (undo-tree-id1231 . -9) (undo-tree-id1232 . -9) (undo-tree-id1233 . -9) (undo-tree-id1234 . -9) (undo-tree-id1235 . -9) (undo-tree-id1236 . -9) (undo-tree-id1237 . -9) (undo-tree-id1238 . -9) (undo-tree-id1239 . -9) (undo-tree-id1240 . -9) (undo-tree-id1241 . -9) (undo-tree-id1242 . -9) (undo-tree-id1243 . -9) (undo-tree-id1244 . -9) (undo-tree-id1245 . -9) (undo-tree-id1246 . -9) (undo-tree-id1247 . -9) (undo-tree-id1248 . -9) (undo-tree-id1249 . -9) (undo-tree-id1250 . -9) (undo-tree-id1251 . -9) (undo-tree-id1252 . -9) (undo-tree-id1253 . -9) (undo-tree-id1254 . -9) (undo-tree-id1255 . -9) (undo-tree-id1256 . -9) (undo-tree-id1257 . -9) (undo-tree-id1258 . -9) (undo-tree-id1259 . -9) (undo-tree-id1260 . -9) (undo-tree-id1261 . -9) (undo-tree-id1262 . -9) (undo-tree-id1263 . -9) (undo-tree-id1264 . -9) (undo-tree-id1265 . -9) (undo-tree-id1266 . -9) (undo-tree-id1267 . -9) (undo-tree-id1268 . -9) (undo-tree-id1269 . -9) (undo-tree-id1270 . -9) (undo-tree-id1271 . -9) (undo-tree-id1272 . -9) (undo-tree-id1273 . -9) (undo-tree-id1274 . -9) (undo-tree-id1275 . -9) (undo-tree-id1276 . -9) (undo-tree-id1277 . -9) (undo-tree-id1278 . -9) (undo-tree-id1279 . -9) (undo-tree-id1280 . -9) (undo-tree-id1281 . -9) (undo-tree-id1282 . -9) (undo-tree-id1283 . -9) (undo-tree-id1284 . -9) (undo-tree-id1285 . -9) (undo-tree-id1286 . -9) (undo-tree-id1287 . -9) (undo-tree-id1288 . -9) (undo-tree-id1289 . -9) (undo-tree-id1290 . -9) (undo-tree-id1291 . -9) (undo-tree-id1292 . -9) (undo-tree-id1293 . -9) (undo-tree-id1294 . -9) (undo-tree-id1295 . -9) (undo-tree-id1296 . -9) (undo-tree-id1297 . -9) (undo-tree-id1298 . -9) (undo-tree-id1299 . -9) (undo-tree-id1300 . -9) (undo-tree-id1301 . -9) (undo-tree-id1302 . -9) (undo-tree-id1303 . -9) (undo-tree-id1304 . -9) (undo-tree-id1305 . -9) (undo-tree-id1306 . -9) (undo-tree-id1307 . -10) (undo-tree-id1308 . -9) (undo-tree-id1309 . -10) (undo-tree-id1310 . -10) (undo-tree-id1311 . -10) (undo-tree-id1312 . -10) (undo-tree-id1313 . -10) (undo-tree-id1314 . -10) (undo-tree-id1315 . -10) (undo-tree-id1316 . -10) (undo-tree-id1317 . -10) (undo-tree-id1318 . -10) (undo-tree-id1319 . -10) (undo-tree-id1320 . -10) (undo-tree-id1321 . -10) (undo-tree-id1322 . -10) (undo-tree-id1323 . -10) (undo-tree-id1324 . -10) (undo-tree-id1325 . -10) (undo-tree-id1326 . -10) (undo-tree-id1327 . -10) (undo-tree-id1328 . -10) (undo-tree-id1329 . -10) (undo-tree-id1330 . -10) (undo-tree-id1331 . -10) (undo-tree-id1332 . -10) (undo-tree-id1333 . -10) (undo-tree-id1334 . -10) (undo-tree-id1335 . -10) (undo-tree-id1336 . -10) (undo-tree-id1337 . -10) (undo-tree-id1338 . -10) (undo-tree-id1339 . -10) (undo-tree-id1340 . -10) (undo-tree-id1341 . -10) (undo-tree-id1342 . -10) (undo-tree-id1343 . -10) (undo-tree-id1344 . -10) (undo-tree-id1345 . -10) (undo-tree-id1346 . -10) (undo-tree-id1347 . -10) (undo-tree-id1348 . -10) (undo-tree-id1349 . -10) (undo-tree-id1350 . -10) (undo-tree-id1351 . -10) (undo-tree-id1352 . -10) (undo-tree-id1353 . -10) (undo-tree-id1354 . -10) (undo-tree-id1355 . -10) (undo-tree-id1356 . -10) (undo-tree-id1357 . -10) (undo-tree-id1358 . -10) (undo-tree-id1359 . -10) (undo-tree-id1360 . -10) (undo-tree-id1361 . -10) (undo-tree-id1362 . -10) (undo-tree-id1363 . -10) (undo-tree-id1364 . -10) (undo-tree-id1365 . -10) (undo-tree-id1366 . -10) (undo-tree-id1367 . -10) (undo-tree-id1368 . -10) (undo-tree-id1369 . -10) (undo-tree-id1370 . -10) (undo-tree-id1371 . -10) (undo-tree-id1372 . -10) (undo-tree-id1373 . -10) (undo-tree-id1374 . -10) (undo-tree-id1375 . -10) (undo-tree-id1376 . -10) (undo-tree-id1377 . -10) (undo-tree-id1378 . -10) (undo-tree-id1379 . -10) (undo-tree-id1380 . -10) (undo-tree-id1381 . -10) (undo-tree-id1382 . -10) (undo-tree-id1383 . -10) (undo-tree-id1384 . -10) (undo-tree-id1385 . -10) (undo-tree-id1386 . -10) (undo-tree-id1387 . -10) (undo-tree-id1388 . -10) (undo-tree-id1389 . -10) (undo-tree-id1390 . -10) (undo-tree-id1391 . -10) (undo-tree-id1392 . -10) (undo-tree-id1393 . -10) (undo-tree-id1394 . -10) (undo-tree-id1395 . -10) (undo-tree-id1396 . -10) (undo-tree-id1397 . -10) (undo-tree-id1398 . -10) (undo-tree-id1399 . -10) (undo-tree-id1400 . -10) (undo-tree-id1401 . -10) (undo-tree-id1402 . -10) (undo-tree-id1403 . -10) (undo-tree-id1404 . -10) (undo-tree-id1405 . -10) (undo-tree-id1406 . -10) (undo-tree-id1407 . -10) (undo-tree-id1408 . -10) (undo-tree-id1409 . -10) (undo-tree-id1410 . -10) (undo-tree-id1411 . -10) (undo-tree-id1412 . -10) (undo-tree-id1413 . -10) (undo-tree-id1414 . -10) (undo-tree-id1415 . -10) (undo-tree-id1416 . -10) (undo-tree-id1417 . -10) (undo-tree-id1418 . -10) (undo-tree-id1419 . -10) (undo-tree-id1420 . -10) (undo-tree-id1421 . -10) (undo-tree-id1422 . -10) (undo-tree-id1423 . -10) (undo-tree-id1424 . -10) (undo-tree-id1425 . -10) (undo-tree-id1426 . -10) (undo-tree-id1427 . -10) (undo-tree-id1428 . -10) (undo-tree-id1429 . -10) (undo-tree-id1430 . -10) (undo-tree-id1431 . -10) (undo-tree-id1432 . -10) (undo-tree-id1433 . -10) (undo-tree-id1434 . -10) (undo-tree-id1435 . -10) (undo-tree-id1436 . -10) (undo-tree-id1437 . -10) (undo-tree-id1438 . -10) (undo-tree-id1439 . -10) (undo-tree-id1440 . -10) (undo-tree-id1441 . -10) (undo-tree-id1442 . -10) (undo-tree-id1443 . -10) (undo-tree-id1444 . -10) (undo-tree-id1445 . -10) (undo-tree-id1446 . -10) (undo-tree-id1447 . -10) (undo-tree-id1448 . -10) (undo-tree-id1449 . -10) (undo-tree-id1450 . -10) (undo-tree-id1451 . -10) (undo-tree-id1452 . -10) (undo-tree-id1453 . -10) (undo-tree-id1454 . -10) (undo-tree-id1455 . -10) (undo-tree-id1456 . -10) (undo-tree-id1457 . -10) (undo-tree-id1458 . -10) (undo-tree-id1459 . -10) (undo-tree-id1460 . -10) (undo-tree-id1461 . -10) (undo-tree-id1462 . -10) (undo-tree-id1463 . -10) (undo-tree-id1464 . -10) (undo-tree-id1465 . -10) (undo-tree-id1466 . -10) (undo-tree-id1467 . -10) (undo-tree-id1468 . -10) (undo-tree-id1469 . -10) (undo-tree-id1470 . -10) (undo-tree-id1471 . -10) (undo-tree-id1472 . -10) (undo-tree-id1473 . -10) (undo-tree-id1474 . -10) (undo-tree-id1475 . -10) (undo-tree-id1476 . -10) (undo-tree-id1477 . -10) (undo-tree-id1478 . -10) (undo-tree-id1479 . -10) (undo-tree-id1480 . -10) (undo-tree-id1481 . -10) (undo-tree-id1482 . -10) (undo-tree-id1483 . -10) (undo-tree-id1484 . -10) (undo-tree-id1485 . -10) (undo-tree-id1486 . -10) (undo-tree-id1487 . -10) (undo-tree-id1488 . -10) (undo-tree-id1489 . -10) (undo-tree-id1490 . -10) (undo-tree-id1491 . -10) (undo-tree-id1492 . -10) (undo-tree-id1493 . -10) (undo-tree-id1494 . -10) (undo-tree-id1495 . -10) (undo-tree-id1496 . -10) (undo-tree-id1497 . -10) (undo-tree-id1498 . -10) (undo-tree-id1499 . -10) (undo-tree-id1500 . -10) (undo-tree-id1501 . -10) (undo-tree-id1502 . -10) (undo-tree-id1503 . -10) (undo-tree-id1504 . -10) (undo-tree-id1505 . -10) (undo-tree-id1506 . -10) (undo-tree-id1507 . -10) (undo-tree-id1508 . -10) (undo-tree-id1509 . -10) (undo-tree-id1510 . -10) (undo-tree-id1511 . -10) (undo-tree-id1512 . -10) (undo-tree-id1513 . -10) (undo-tree-id1514 . -10) (undo-tree-id1515 . -10) (undo-tree-id1516 . -10) (undo-tree-id1517 . -10) (undo-tree-id1518 . -10) (undo-tree-id1519 . -10) (undo-tree-id1520 . -10) (undo-tree-id1521 . -10) (undo-tree-id1522 . -10) (undo-tree-id1523 . -10) (undo-tree-id1524 . -10) (undo-tree-id1525 . -10) (undo-tree-id1526 . -10) (undo-tree-id1527 . -10) (undo-tree-id1528 . -10) (undo-tree-id1529 . -10) (undo-tree-id1530 . -10) (undo-tree-id1531 . -10) (undo-tree-id1532 . -10) (undo-tree-id1533 . -10) (undo-tree-id1534 . -10) (undo-tree-id1535 . -10) (undo-tree-id1536 . -10) (undo-tree-id1537 . -10) (undo-tree-id1538 . -10) (undo-tree-id1539 . -10) (undo-tree-id1540 . -10) (undo-tree-id1541 . -10) (undo-tree-id1542 . -10) (undo-tree-id1543 . -10) (undo-tree-id1544 . -10) (undo-tree-id1545 . -10) (undo-tree-id1546 . -10) (undo-tree-id1547 . -10) (undo-tree-id1548 . -10) (undo-tree-id1549 . -10) (undo-tree-id1550 . -10) (undo-tree-id1551 . -10) (undo-tree-id1552 . -10) (undo-tree-id1553 . -10) (undo-tree-id1554 . -10) (undo-tree-id1555 . -10) (undo-tree-id1556 . -10) (undo-tree-id1557 . -10) (undo-tree-id1558 . -10) (undo-tree-id1559 . -10) (undo-tree-id1560 . -10) (undo-tree-id1561 . -10) (undo-tree-id1562 . -10) (undo-tree-id1563 . -10) (undo-tree-id1564 . -10) (undo-tree-id1565 . -10) (undo-tree-id1566 . -10) (undo-tree-id1567 . -10) (undo-tree-id1568 . -10) (undo-tree-id1569 . -10) (undo-tree-id1570 . -10) (undo-tree-id1571 . -10) (undo-tree-id1572 . -10) (undo-tree-id1573 . -10) (undo-tree-id1574 . -10) (undo-tree-id1575 . -10) (undo-tree-id1576 . -10) (undo-tree-id1577 . -10) (undo-tree-id1578 . -10) (undo-tree-id1579 . -10) (undo-tree-id1580 . -10) (undo-tree-id1581 . -10) (undo-tree-id1582 . -10) (undo-tree-id1583 . -10) (undo-tree-id1584 . -10) (undo-tree-id1585 . -10) (undo-tree-id1586 . -10) (undo-tree-id1587 . -10) (undo-tree-id1588 . -10) (undo-tree-id1589 . -10) (undo-tree-id1590 . -10) (undo-tree-id1591 . -10) (undo-tree-id1592 . -10) (undo-tree-id1593 . -10) (undo-tree-id1594 . -10) (undo-tree-id1595 . -10) (undo-tree-id1596 . -10) (undo-tree-id1597 . -10) (undo-tree-id1598 . -10) (undo-tree-id1599 . -10) (undo-tree-id1600 . -10) (undo-tree-id1601 . -10) (undo-tree-id1602 . -10) (undo-tree-id1603 . -10) (undo-tree-id1604 . -10) (undo-tree-id1605 . -10) (undo-tree-id1606 . -10) (undo-tree-id1607 . -10) (undo-tree-id1608 . -10) (undo-tree-id1609 . -10) (undo-tree-id1610 . -9) (undo-tree-id1611 . -9) (undo-tree-id1612 . -9) (undo-tree-id1613 . -9) (undo-tree-id1614 . -9) (undo-tree-id1615 . -9) (undo-tree-id1616 . -9) (undo-tree-id1617 . -9) (undo-tree-id1618 . -9) (undo-tree-id1619 . -9) (undo-tree-id1620 . -9) (undo-tree-id1621 . -9) (undo-tree-id1622 . -9) (undo-tree-id1623 . -9) (undo-tree-id1624 . -9) (undo-tree-id1625 . -9) (undo-tree-id1626 . -9) (undo-tree-id1627 . -9) (undo-tree-id1628 . -9) (undo-tree-id1629 . -9) (undo-tree-id1630 . -9) (undo-tree-id1631 . -9) (undo-tree-id1632 . -9) (undo-tree-id1633 . -9) (undo-tree-id1634 . -9) (undo-tree-id1635 . -9) (undo-tree-id1636 . -9) (undo-tree-id1637 . -9) (undo-tree-id1638 . -9) (undo-tree-id1639 . -9) (undo-tree-id1640 . -9) (undo-tree-id1641 . -9) (undo-tree-id1642 . -9) (undo-tree-id1643 . -9) (undo-tree-id1644 . -9) (undo-tree-id1645 . -9) (undo-tree-id1646 . -9) (undo-tree-id1647 . -9) (undo-tree-id1648 . -9) (undo-tree-id1649 . -9) (undo-tree-id1650 . -9) (undo-tree-id1651 . -9) (undo-tree-id1652 . -9) (undo-tree-id1653 . -9) (undo-tree-id1654 . -9) (undo-tree-id1655 . -9) (undo-tree-id1656 . -9) (undo-tree-id1657 . -9) (undo-tree-id1658 . -9) (undo-tree-id1659 . -9) (undo-tree-id1660 . -9) (undo-tree-id1661 . -9) (undo-tree-id1662 . -9) (undo-tree-id1663 . -9) (undo-tree-id1664 . -9) (undo-tree-id1665 . -9) (undo-tree-id1666 . -9) (undo-tree-id1667 . -9) (undo-tree-id1668 . -9) (undo-tree-id1669 . -9) (undo-tree-id1670 . -9) (undo-tree-id1671 . -9) (undo-tree-id1672 . -9) (undo-tree-id1673 . -9) (undo-tree-id1674 . -9) (undo-tree-id1675 . -9) (undo-tree-id1676 . -9) (undo-tree-id1677 . -9) (undo-tree-id1678 . -9) (undo-tree-id1679 . -9) (undo-tree-id1680 . -9) (undo-tree-id1681 . -9) (undo-tree-id1682 . -9) (undo-tree-id1683 . -9) (undo-tree-id1684 . -9) (undo-tree-id1685 . -9) (undo-tree-id1686 . -9) (undo-tree-id1687 . -9) (undo-tree-id1688 . -9) (undo-tree-id1689 . -9) (undo-tree-id1690 . -9) (undo-tree-id1691 . -9) (undo-tree-id1692 . -9) (undo-tree-id1693 . -9) (undo-tree-id1694 . -9) (undo-tree-id1695 . -9) (undo-tree-id1696 . -9) (undo-tree-id1697 . -9) (undo-tree-id1698 . -9) (undo-tree-id1699 . -9) (undo-tree-id1700 . -9) (undo-tree-id1701 . -9) (undo-tree-id1702 . -9) (undo-tree-id1703 . -9) (undo-tree-id1704 . -9) (undo-tree-id1705 . -9) (undo-tree-id1706 . -9) (undo-tree-id1707 . -9) (undo-tree-id1708 . -9) (undo-tree-id1709 . -9) (undo-tree-id1710 . -9) (undo-tree-id1711 . -9) (undo-tree-id1712 . -9) (undo-tree-id1713 . -9) (undo-tree-id1714 . -9) (undo-tree-id1715 . -9) (undo-tree-id1716 . -9) (undo-tree-id1717 . -9) (undo-tree-id1718 . -9) (undo-tree-id1719 . -9) (undo-tree-id1720 . -9) (undo-tree-id1721 . -9) (undo-tree-id1722 . -9) (undo-tree-id1723 . -9) (undo-tree-id1724 . -9) (undo-tree-id1725 . -9) (undo-tree-id1726 . -9) (undo-tree-id1727 . -9) (undo-tree-id1728 . -9) (undo-tree-id1729 . -9) (undo-tree-id1730 . -9) (undo-tree-id1731 . -9) (undo-tree-id1732 . -9) (undo-tree-id1733 . -9) (undo-tree-id1734 . -9) (undo-tree-id1735 . -9) (undo-tree-id1736 . -9) (undo-tree-id1737 . -9) (undo-tree-id1738 . -9) (undo-tree-id1739 . -9) (undo-tree-id1740 . -9) (undo-tree-id1741 . -9) (undo-tree-id1742 . -9) (undo-tree-id1743 . -9) (undo-tree-id1744 . -9) (undo-tree-id1745 . -9) (undo-tree-id1746 . -9) (undo-tree-id1747 . -9) (undo-tree-id1748 . -9) (undo-tree-id1749 . -9) (undo-tree-id1750 . -9) (undo-tree-id1751 . -9) (undo-tree-id1752 . -9) (undo-tree-id1753 . -9) (undo-tree-id1754 . -9) (undo-tree-id1755 . -9) (undo-tree-id1756 . -9) (undo-tree-id1757 . -9) (undo-tree-id1758 . -9) (undo-tree-id1759 . -9) (undo-tree-id1760 . -9) (undo-tree-id1761 . -9) (undo-tree-id1762 . -9) (undo-tree-id1763 . -9) (undo-tree-id1764 . -9) (undo-tree-id1765 . -9) (undo-tree-id1766 . -9) (undo-tree-id1767 . -9) (undo-tree-id1768 . -9) (undo-tree-id1769 . -9) (undo-tree-id1770 . -9) (undo-tree-id1771 . -9) (undo-tree-id1772 . -9) (undo-tree-id1773 . -9) (undo-tree-id1774 . -9) (undo-tree-id1775 . -9) (undo-tree-id1776 . -9) (undo-tree-id1777 . -9) (undo-tree-id1778 . -9) (undo-tree-id1779 . -9) (undo-tree-id1780 . -9) (undo-tree-id1781 . -9) (undo-tree-id1782 . -9) (undo-tree-id1783 . -9) (undo-tree-id1784 . -9) (undo-tree-id1785 . -9) (undo-tree-id1786 . -9) (undo-tree-id1787 . -9) (undo-tree-id1788 . -9) (undo-tree-id1789 . -9) (undo-tree-id1790 . -9) (undo-tree-id1791 . -9) (undo-tree-id1792 . -9) (undo-tree-id1793 . -9) (undo-tree-id1794 . -9) (undo-tree-id1795 . -9) (undo-tree-id1796 . -9) (undo-tree-id1797 . -9) (undo-tree-id1798 . -9) (undo-tree-id1799 . -9) (undo-tree-id1800 . -9) (undo-tree-id1801 . -9) (undo-tree-id1802 . -9) (undo-tree-id1803 . -9) (undo-tree-id1804 . -9) (undo-tree-id1805 . -9) (undo-tree-id1806 . -9) (undo-tree-id1807 . -9) (undo-tree-id1808 . -9) (undo-tree-id1809 . -9) (undo-tree-id1810 . -9) (undo-tree-id1811 . -9) (undo-tree-id1812 . -9) (undo-tree-id1813 . -9) (undo-tree-id1814 . -9) (undo-tree-id1815 . -9) (undo-tree-id1816 . -9) (undo-tree-id1817 . -9) (undo-tree-id1818 . -9) (undo-tree-id1819 . -9) (undo-tree-id1820 . -9) (undo-tree-id1821 . -9) (undo-tree-id1822 . -9) (undo-tree-id1823 . -9) (undo-tree-id1824 . -9) (undo-tree-id1825 . -9) (undo-tree-id1826 . -9) (undo-tree-id1827 . -9) (undo-tree-id1828 . -9) (undo-tree-id1829 . -9) (undo-tree-id1830 . -9) (undo-tree-id1831 . -9) (undo-tree-id1832 . -9) (undo-tree-id1833 . -9) (undo-tree-id1834 . -9) (undo-tree-id1835 . -9) (undo-tree-id1836 . -9) (undo-tree-id1837 . -9) (undo-tree-id1838 . -9) (undo-tree-id1839 . -9) (undo-tree-id1840 . -9) (undo-tree-id1841 . -16) (undo-tree-id1842 . -9) (undo-tree-id1843 . -16) (undo-tree-id1844 . -16) (undo-tree-id1845 . -16) (undo-tree-id1846 . -16) (undo-tree-id1847 . -16) (undo-tree-id1848 . -16) (undo-tree-id1849 . -16) (undo-tree-id1850 . -16) (undo-tree-id1851 . -16) (undo-tree-id1852 . -16) (undo-tree-id1853 . -16) (undo-tree-id1854 . -16) (undo-tree-id1855 . -16) (undo-tree-id1856 . -16) (undo-tree-id1857 . -16) (undo-tree-id1858 . -16) (undo-tree-id1859 . -16) (undo-tree-id1860 . -16) (undo-tree-id1861 . -16) (undo-tree-id1862 . -16) (undo-tree-id1863 . -16) (undo-tree-id1864 . -16) (undo-tree-id1865 . -16) (undo-tree-id1866 . -16) (undo-tree-id1867 . -16) (undo-tree-id1868 . -16) (undo-tree-id1869 . -16) (undo-tree-id1870 . -16) (undo-tree-id1871 . -16) (undo-tree-id1872 . -16) (undo-tree-id1873 . -16) (undo-tree-id1874 . -16) (undo-tree-id1875 . -16) (undo-tree-id1876 . -16) (undo-tree-id1877 . -16) (undo-tree-id1878 . -16) (undo-tree-id1879 . -16) (undo-tree-id1880 . -16) (undo-tree-id1881 . -16) (undo-tree-id1882 . -16) (undo-tree-id1883 . -16) (undo-tree-id1884 . -16) (undo-tree-id1885 . -16) (undo-tree-id1886 . -16) (undo-tree-id1887 . -16) (undo-tree-id1888 . -16) (undo-tree-id1889 . -16) (undo-tree-id1890 . -16) (undo-tree-id1891 . -16) (undo-tree-id1892 . -16) (undo-tree-id1893 . -16) (undo-tree-id1894 . -16) (undo-tree-id1895 . -16) (undo-tree-id1896 . -16) (undo-tree-id1897 . -16) (undo-tree-id1898 . -16) (undo-tree-id1899 . -16) (undo-tree-id1900 . -16) (undo-tree-id1901 . -16) (undo-tree-id1902 . -16) (undo-tree-id1903 . -16) (undo-tree-id1904 . -16) (undo-tree-id1905 . -16) (undo-tree-id1906 . -16) (undo-tree-id1907 . -16) (undo-tree-id1908 . -16) (undo-tree-id1909 . -16) (undo-tree-id1910 . -16) (undo-tree-id1911 . -16) (undo-tree-id1912 . -16) (undo-tree-id1913 . -16) (undo-tree-id1914 . -16) (undo-tree-id1915 . -16) (undo-tree-id1916 . -16) (undo-tree-id1917 . -16) (undo-tree-id1918 . -16) (undo-tree-id1919 . -16) (undo-tree-id1920 . -16) (undo-tree-id1921 . -16) (undo-tree-id1922 . -16) (undo-tree-id1923 . -16) (undo-tree-id1924 . -16) (undo-tree-id1925 . -16) (undo-tree-id1926 . -16) (undo-tree-id1927 . -16) (undo-tree-id1928 . -16) (undo-tree-id1929 . -16) (undo-tree-id1930 . -16) (undo-tree-id1931 . -16) (undo-tree-id1932 . -16) (undo-tree-id1933 . -16) (undo-tree-id1934 . -16) (undo-tree-id1935 . -16) (undo-tree-id1936 . -16) (undo-tree-id1937 . -16) (undo-tree-id1938 . -16) (undo-tree-id1939 . -16) (undo-tree-id1940 . -16) (undo-tree-id1941 . -16) (undo-tree-id1942 . -16) (undo-tree-id1943 . -16) (undo-tree-id1944 . -16) (undo-tree-id1945 . -16) (undo-tree-id1946 . -16) (undo-tree-id1947 . -16) (undo-tree-id1948 . -16) (undo-tree-id1949 . -16) (undo-tree-id1950 . -16) (undo-tree-id1951 . -16) (undo-tree-id1952 . -16) (undo-tree-id1953 . -16) (undo-tree-id1954 . -16) (undo-tree-id1955 . -16) (undo-tree-id1956 . -16) (undo-tree-id1957 . -16) (undo-tree-id1958 . -16) (undo-tree-id1959 . -16) (undo-tree-id1960 . -16) (undo-tree-id1961 . -16) (undo-tree-id1962 . -16) (undo-tree-id1963 . -16) (undo-tree-id1964 . -16) (undo-tree-id1965 . -16) (undo-tree-id1966 . -16) (undo-tree-id1967 . -16) (undo-tree-id1968 . -16) (undo-tree-id1969 . -16) (undo-tree-id1970 . -16) (undo-tree-id1971 . -16) (undo-tree-id1972 . -16) (undo-tree-id1973 . -16) (undo-tree-id1974 . -16) (undo-tree-id1975 . -16) (undo-tree-id1976 . -16) (undo-tree-id1977 . -16) (undo-tree-id1978 . -16) (undo-tree-id1979 . -16) (undo-tree-id1980 . -16) (undo-tree-id1981 . -16) (undo-tree-id1982 . -16) (undo-tree-id1983 . -16) (undo-tree-id1984 . -16) (undo-tree-id1985 . -16) (undo-tree-id1986 . -16) (undo-tree-id1987 . -16) (undo-tree-id1988 . -16) (undo-tree-id1989 . -16) (undo-tree-id1990 . -16) (undo-tree-id1991 . -16) (undo-tree-id1992 . -16) (undo-tree-id1993 . -16) (undo-tree-id1994 . -16) (undo-tree-id1995 . -16) (undo-tree-id1996 . -16) (undo-tree-id1997 . -16) (undo-tree-id1998 . -16) (undo-tree-id1999 . -16) (undo-tree-id2000 . -16) (undo-tree-id2001 . -16) (undo-tree-id2002 . -16) (undo-tree-id2003 . -16) (undo-tree-id2004 . -16) (undo-tree-id2005 . -16) (undo-tree-id2006 . -16) (undo-tree-id2007 . -16) (undo-tree-id2008 . -16) (undo-tree-id2009 . -16) (undo-tree-id2010 . -16) (undo-tree-id2011 . -16) (undo-tree-id2012 . -16) (undo-tree-id2013 . -16) (undo-tree-id2014 . -16) (undo-tree-id2015 . -16) (undo-tree-id2016 . -16) (undo-tree-id2017 . -16) (undo-tree-id2018 . -16) (undo-tree-id2019 . -16) (undo-tree-id2020 . -16) (undo-tree-id2021 . -16) (undo-tree-id2022 . -16) (undo-tree-id2023 . -16) (undo-tree-id2024 . -16) (undo-tree-id2025 . -16) (undo-tree-id2026 . -16) (undo-tree-id2027 . -16) (undo-tree-id2028 . -16) (undo-tree-id2029 . -16) (undo-tree-id2030 . -16) (undo-tree-id2031 . -16) (undo-tree-id2032 . -16) (undo-tree-id2033 . -16) (undo-tree-id2034 . -16) (undo-tree-id2035 . -16) (undo-tree-id2036 . -16) (undo-tree-id2037 . -16) (undo-tree-id2038 . -16) (undo-tree-id2039 . -16) (undo-tree-id2040 . -16) (undo-tree-id2041 . -16) (undo-tree-id2042 . -16) (undo-tree-id2043 . -16) (undo-tree-id2044 . -16) (undo-tree-id2045 . -16) (undo-tree-id2046 . -16) (undo-tree-id2047 . -16) (undo-tree-id2048 . -16) (undo-tree-id2049 . -16) (undo-tree-id2050 . -16) (undo-tree-id2051 . -16) (undo-tree-id2052 . -16) (undo-tree-id2053 . -16) (undo-tree-id2054 . -16) (undo-tree-id2055 . -16) (undo-tree-id2056 . -16) (undo-tree-id2057 . -16) (undo-tree-id2058 . -16) (undo-tree-id2059 . -16) (undo-tree-id2060 . -16) (undo-tree-id2061 . -16) (undo-tree-id2062 . -16) (undo-tree-id2063 . -16) (undo-tree-id2064 . -16) (undo-tree-id2065 . -16) (undo-tree-id2066 . -16) (undo-tree-id2067 . -16) (undo-tree-id2068 . -16) (undo-tree-id2069 . -16) (undo-tree-id2070 . -16) (undo-tree-id2071 . -16) (undo-tree-id2072 . -16) (undo-tree-id2073 . -16) (undo-tree-id2074 . -16) (undo-tree-id2075 . -16) (undo-tree-id2076 . -16) (undo-tree-id2077 . -16) (undo-tree-id2078 . -16) (undo-tree-id2079 . -16) (undo-tree-id2080 . -16) (undo-tree-id2081 . -16) (undo-tree-id2082 . -16) (undo-tree-id2083 . -16) (undo-tree-id2084 . -16) (undo-tree-id2085 . -16) (undo-tree-id2086 . -16) (undo-tree-id2087 . -16) (undo-tree-id2088 . -16) (undo-tree-id2089 . -16) (undo-tree-id2090 . -16) (undo-tree-id2091 . -16) (undo-tree-id2092 . -16) (undo-tree-id2093 . -16) (undo-tree-id2094 . -16) (undo-tree-id2095 . -16) (undo-tree-id2096 . -16) (undo-tree-id2097 . -16) (undo-tree-id2098 . -16) (undo-tree-id2099 . -16) (undo-tree-id2100 . -16) (undo-tree-id2101 . -16) (undo-tree-id2102 . -16) (undo-tree-id2103 . -16) (undo-tree-id2104 . -16) (undo-tree-id2105 . -16) (undo-tree-id2106 . -16) (undo-tree-id2107 . -16) (undo-tree-id2108 . -16) (undo-tree-id2109 . -16) (undo-tree-id2110 . -16) (undo-tree-id2111 . -16) (undo-tree-id2112 . -16) (undo-tree-id2113 . -16) (undo-tree-id2114 . -16) (undo-tree-id2115 . -16) (undo-tree-id2116 . -16) (undo-tree-id2117 . -16) (undo-tree-id2118 . -16) (undo-tree-id2119 . -16) (undo-tree-id2120 . -16) (undo-tree-id2121 . -16) (undo-tree-id2122 . -16) (undo-tree-id2123 . -16) (undo-tree-id2124 . -16) (undo-tree-id2125 . -16) (undo-tree-id2126 . -16) (undo-tree-id2127 . -16) (undo-tree-id2128 . -16) (undo-tree-id2129 . -16) (undo-tree-id2130 . -16) (undo-tree-id2131 . -16) (undo-tree-id2132 . -16) (undo-tree-id2133 . -16) (undo-tree-id2134 . -16) (undo-tree-id2135 . -16) (undo-tree-id2136 . -16) (undo-tree-id2137 . -16) (undo-tree-id2138 . -16) (undo-tree-id2139 . -16) (undo-tree-id2140 . -16) (undo-tree-id2141 . -16) (undo-tree-id2142 . -16) (undo-tree-id2143 . -16) (undo-tree-id2144 . -16) (undo-tree-id2145 . -16) (undo-tree-id2146 . -16) (undo-tree-id2147 . -16) (undo-tree-id2148 . -16) (undo-tree-id2149 . -16) (undo-tree-id2150 . -16) (undo-tree-id2151 . -16) (undo-tree-id2152 . -16) (undo-tree-id2153 . -16) (undo-tree-id2154 . -16) (undo-tree-id2155 . -16) (undo-tree-id2156 . -16) (undo-tree-id2157 . -16) (undo-tree-id2158 . -16) (undo-tree-id2159 . -16) (undo-tree-id2160 . -16) (undo-tree-id2161 . -16) (undo-tree-id2162 . -16) (undo-tree-id2163 . -16) (undo-tree-id2164 . -16) (undo-tree-id2165 . -16) (undo-tree-id2166 . -16) (undo-tree-id2167 . -16) (undo-tree-id2168 . -16) (undo-tree-id2169 . -16) (undo-tree-id2170 . -16) (undo-tree-id2171 . -16) (undo-tree-id2172 . -16) (undo-tree-id2173 . -16) (undo-tree-id2174 . -16) (undo-tree-id2175 . -16) (undo-tree-id2176 . -16) (undo-tree-id2177 . -16) (undo-tree-id2178 . -16) (undo-tree-id2179 . -16) (undo-tree-id2180 . -16) (undo-tree-id2181 . -16) (undo-tree-id2182 . -16) (undo-tree-id2183 . -16) (undo-tree-id2184 . -16) (undo-tree-id2185 . -16) (undo-tree-id2186 . -16) (undo-tree-id2187 . -16) (undo-tree-id2188 . -16) (undo-tree-id2189 . -16) (undo-tree-id2190 . -16) (undo-tree-id2191 . -16) (undo-tree-id2192 . -16) (undo-tree-id2193 . -16) (undo-tree-id2194 . -16) (undo-tree-id2195 . -16) (undo-tree-id2196 . -16) (undo-tree-id2197 . -16) (undo-tree-id2198 . -16) (undo-tree-id2199 . -16) (undo-tree-id2200 . -16) (undo-tree-id2201 . -16) (undo-tree-id2202 . -16) (undo-tree-id2203 . -16) (undo-tree-id2204 . -16) (undo-tree-id2205 . -16) (undo-tree-id2206 . -16) (undo-tree-id2207 . -16) (undo-tree-id2208 . -16) (undo-tree-id2209 . -16) (undo-tree-id2210 . -16) (undo-tree-id2211 . -16) (undo-tree-id2212 . -16) (undo-tree-id2213 . -16) (undo-tree-id2214 . -16) (undo-tree-id2215 . -16) (undo-tree-id2216 . -16) (undo-tree-id2217 . -16) (undo-tree-id2218 . -16) (undo-tree-id2219 . -16) (undo-tree-id2220 . -16) (undo-tree-id2221 . -16) (undo-tree-id2222 . -16) (undo-tree-id2223 . -16) (undo-tree-id2224 . -16) (undo-tree-id2225 . -16) (undo-tree-id2226 . -16) (undo-tree-id2227 . -16) (undo-tree-id2228 . -16) (undo-tree-id2229 . -16) (undo-tree-id2230 . -16) (undo-tree-id2231 . -16) (undo-tree-id2232 . -16) (undo-tree-id2233 . -16) (undo-tree-id2234 . -16) (undo-tree-id2235 . -16) (undo-tree-id2236 . -16) (undo-tree-id2237 . -16) (undo-tree-id2238 . -16) (undo-tree-id2239 . -16) (undo-tree-id2240 . -16) (undo-tree-id2241 . -16) (undo-tree-id2242 . -16) (undo-tree-id2243 . -16) (undo-tree-id2244 . -16) (undo-tree-id2245 . -16) (undo-tree-id2246 . -16) (undo-tree-id2247 . -16) (undo-tree-id2248 . -16) (undo-tree-id2249 . -16) (undo-tree-id2250 . -16) (undo-tree-id2251 . -16) (undo-tree-id2252 . -16) (undo-tree-id2253 . -16) (undo-tree-id2254 . -16) (undo-tree-id2255 . -16) (undo-tree-id2256 . -16) (undo-tree-id2257 . -16) (undo-tree-id2258 . -16) (undo-tree-id2259 . -16) (undo-tree-id2260 . -16) (undo-tree-id2261 . -16) (undo-tree-id2262 . -16) (undo-tree-id2263 . -16) (undo-tree-id2264 . -16) (undo-tree-id2265 . -16) (undo-tree-id2266 . -16) (undo-tree-id2267 . -16) (undo-tree-id2268 . -16) (undo-tree-id2269 . -16) (undo-tree-id2270 . -16) (undo-tree-id2271 . -16) (undo-tree-id2272 . -16) (undo-tree-id2273 . -16) (undo-tree-id2274 . -16) (undo-tree-id2275 . -16) (undo-tree-id2276 . -16) (undo-tree-id2277 . -16) (undo-tree-id2278 . -16) (undo-tree-id2279 . -16) (undo-tree-id2280 . -16) (undo-tree-id2281 . -16) (undo-tree-id2282 . -16) (undo-tree-id2283 . -16) (undo-tree-id2284 . -16) (undo-tree-id2285 . -16) (undo-tree-id2286 . -16) (undo-tree-id2287 . -16) (undo-tree-id2288 . -16) (undo-tree-id2289 . -16) (undo-tree-id2290 . -16) (undo-tree-id2291 . -16) (undo-tree-id2292 . -16) (undo-tree-id2293 . -16) (undo-tree-id2294 . -16) (undo-tree-id2295 . -16) (undo-tree-id2296 . -16) (undo-tree-id2297 . -16) (undo-tree-id2298 . -16) (undo-tree-id2299 . -16) (undo-tree-id2300 . -16) (undo-tree-id2301 . -16) (undo-tree-id2302 . -16) (undo-tree-id2303 . -16) (undo-tree-id2304 . -16) (undo-tree-id2305 . -16) (undo-tree-id2306 . -16) (undo-tree-id2307 . -16) (undo-tree-id2308 . -16) (undo-tree-id2309 . -16) (undo-tree-id2310 . -16) (undo-tree-id2311 . -16) (undo-tree-id2312 . -16) (undo-tree-id2313 . -16) (undo-tree-id2314 . -16) (undo-tree-id2315 . -16) (undo-tree-id2316 . -16) (undo-tree-id2317 . -16) (undo-tree-id2318 . -16) (undo-tree-id2319 . -16) (undo-tree-id2320 . -16) (undo-tree-id2321 . -16) (undo-tree-id2322 . -16) (undo-tree-id2323 . -16) (undo-tree-id2324 . -16) (undo-tree-id2325 . -16) (undo-tree-id2326 . -16) (undo-tree-id2327 . -16) (undo-tree-id2328 . -16) (undo-tree-id2329 . -16) (undo-tree-id2330 . -16) (undo-tree-id2331 . -16) (undo-tree-id2332 . -16) (undo-tree-id2333 . -16) (undo-tree-id2334 . -16) (undo-tree-id2335 . -16) (undo-tree-id2336 . -16) (undo-tree-id2337 . -16) (undo-tree-id2338 . -16) (undo-tree-id2339 . -16) (undo-tree-id2340 . -16) (undo-tree-id2341 . -16) (undo-tree-id2342 . -16) (undo-tree-id2343 . -16) (undo-tree-id2344 . -16) (undo-tree-id2345 . -16) (undo-tree-id2346 . -16) (undo-tree-id2347 . -16) (undo-tree-id2348 . -16) (undo-tree-id2349 . -16) (undo-tree-id2350 . -16) (undo-tree-id2351 . -16) (undo-tree-id2352 . -16) (undo-tree-id2353 . -16) (undo-tree-id2354 . -16) (undo-tree-id2355 . -16) (undo-tree-id2356 . -16) (undo-tree-id2357 . -16) (undo-tree-id2358 . -16) (undo-tree-id2359 . -16) (undo-tree-id2360 . -16) (undo-tree-id2361 . -16) (undo-tree-id2362 . -16) (undo-tree-id2363 . -16) (undo-tree-id2364 . -16) (undo-tree-id2365 . -16) (undo-tree-id2366 . -16) (undo-tree-id2367 . -16) (undo-tree-id2368 . -16) (undo-tree-id2369 . -16) (undo-tree-id2370 . -16) (undo-tree-id2371 . -16) (undo-tree-id2372 . -16) (undo-tree-id2373 . -16) (undo-tree-id2374 . -16) (undo-tree-id2375 . -16) (undo-tree-id2376 . -16) (undo-tree-id2377 . -16) (undo-tree-id2378 . -16) (undo-tree-id2379 . -16) (undo-tree-id2380 . -16) (undo-tree-id2381 . -16) (undo-tree-id2382 . -16) (undo-tree-id2383 . -16) (undo-tree-id2384 . -16) (undo-tree-id2385 . -16) (undo-tree-id2386 . -16) (undo-tree-id2387 . -16) (undo-tree-id2388 . -16) (undo-tree-id2389 . -16) (undo-tree-id2390 . -16) (undo-tree-id2391 . -16) (undo-tree-id2392 . -16) (undo-tree-id2393 . -16) (undo-tree-id2394 . -16) (undo-tree-id2395 . -16) (undo-tree-id2396 . -16) (undo-tree-id2397 . -16) (undo-tree-id2398 . -16) (undo-tree-id2399 . -16) (undo-tree-id2400 . -16) (undo-tree-id2401 . -16) (undo-tree-id2402 . -16) (undo-tree-id2403 . -16) (undo-tree-id2404 . -16) (undo-tree-id2405 . -16) (undo-tree-id2406 . -16) (undo-tree-id2407 . -16) (undo-tree-id2408 . -16) (undo-tree-id2409 . -16) (undo-tree-id2410 . -16) (undo-tree-id2411 . -16) (undo-tree-id2412 . -16) (undo-tree-id2413 . -16) (undo-tree-id2414 . -16) (undo-tree-id2415 . -16) (undo-tree-id2416 . -16) (undo-tree-id2417 . -16) (undo-tree-id2418 . -16) (undo-tree-id2419 . -16) (undo-tree-id2420 . -16) (undo-tree-id2421 . -16) (undo-tree-id2422 . -16) (undo-tree-id2423 . -16) (undo-tree-id2424 . -16) (undo-tree-id2425 . -16) (undo-tree-id2426 . -16) (undo-tree-id2427 . -16) (undo-tree-id2428 . -16) (undo-tree-id2429 . -16) (undo-tree-id2430 . -16) (undo-tree-id2431 . -16) (undo-tree-id2432 . -16) (undo-tree-id2433 . -16) (undo-tree-id2434 . -16) (undo-tree-id2435 . -16) (undo-tree-id2436 . -16) (undo-tree-id2437 . -16) (undo-tree-id2438 . -16) (undo-tree-id2439 . -16) (undo-tree-id2440 . -16) (undo-tree-id2441 . -16) (undo-tree-id2442 . -16) (undo-tree-id2443 . -16) (undo-tree-id2444 . -16) (undo-tree-id2445 . -16) (undo-tree-id2446 . -16) (undo-tree-id2447 . -16) (undo-tree-id2448 . -16) (undo-tree-id2449 . -16) (undo-tree-id2450 . -16) (undo-tree-id2451 . -16) (undo-tree-id2452 . -16) (undo-tree-id2453 . -16) (undo-tree-id2454 . -16) (undo-tree-id2455 . -16) (undo-tree-id2456 . -16) (undo-tree-id2457 . -16) (undo-tree-id2458 . -16) (undo-tree-id2459 . -16) (undo-tree-id2460 . -16) (undo-tree-id2461 . -16) (undo-tree-id2462 . -16) (undo-tree-id2463 . -16) (undo-tree-id2464 . -16) (undo-tree-id2465 . -16) (undo-tree-id2466 . -16) (undo-tree-id2467 . -16) (undo-tree-id2468 . -16) (undo-tree-id2469 . -16) (undo-tree-id2470 . -16) (undo-tree-id2471 . -16) (undo-tree-id2472 . -16) (undo-tree-id2473 . -16) (undo-tree-id2474 . -16) (undo-tree-id2475 . -16) (undo-tree-id2476 . -16) (undo-tree-id2477 . -16) (undo-tree-id2478 . -16) (undo-tree-id2479 . -16) (undo-tree-id2480 . -16) (undo-tree-id2481 . -16) (undo-tree-id2482 . -16) (undo-tree-id2483 . -16) (undo-tree-id2484 . -16) (undo-tree-id2485 . -16) (undo-tree-id2486 . -16) (undo-tree-id2487 . -16) (undo-tree-id2488 . -16) (undo-tree-id2489 . -16) (undo-tree-id2490 . -16) (undo-tree-id2491 . -16) (undo-tree-id2492 . -16) (undo-tree-id2493 . -16) (undo-tree-id2494 . -16) (undo-tree-id2495 . -16) (undo-tree-id2496 . -16) (undo-tree-id2497 . -16) (undo-tree-id2498 . -16) (undo-tree-id2499 . -16) (undo-tree-id2500 . -16) (undo-tree-id2501 . -16) (undo-tree-id2502 . -16) (undo-tree-id2503 . -16) (undo-tree-id2504 . -16) (undo-tree-id2505 . -16) (undo-tree-id2506 . -16) (undo-tree-id2507 . -16) (undo-tree-id2508 . -16) (undo-tree-id2509 . -16) (undo-tree-id2510 . -16) (undo-tree-id2511 . -16) (undo-tree-id2512 . -16) (undo-tree-id2513 . -16) (undo-tree-id2514 . -16) (undo-tree-id2515 . -16) (undo-tree-id2516 . -16) (undo-tree-id2517 . -16) (undo-tree-id2518 . -16) (undo-tree-id2519 . -16) (undo-tree-id2520 . -16) (undo-tree-id2521 . -16) (undo-tree-id2522 . -16) (undo-tree-id2523 . -16) (undo-tree-id2524 . -16) (undo-tree-id2525 . -16) (undo-tree-id2526 . -16) (undo-tree-id2527 . -16) (undo-tree-id2528 . -16) (undo-tree-id2529 . -16) (undo-tree-id2530 . -16) (undo-tree-id2531 . -16) (undo-tree-id2532 . -16) (undo-tree-id2533 . -16) 3275) nil (24258 24205 671378 632000) 0 nil]) ((#(" " 0 6 (fontified t)) . -3275) (undo-tree-id2534 . -6) (undo-tree-id2535 . -6) (undo-tree-id2536 . -6) (undo-tree-id2537 . -6) (undo-tree-id2538 . -6) (undo-tree-id2539 . -6) (undo-tree-id2540 . -6) (undo-tree-id2541 . -6) (undo-tree-id2542 . -6) (undo-tree-id2543 . -6) (undo-tree-id2544 . -6) (undo-tree-id2545 . -6) (undo-tree-id2546 . -6) (undo-tree-id2547 . -6) (undo-tree-id2548 . -6) (undo-tree-id2549 . -6) (undo-tree-id2550 . -6) (undo-tree-id2551 . -6) (undo-tree-id2552 . -6) (undo-tree-id2553 . -6) (undo-tree-id2554 . -6) (undo-tree-id2555 . -6) (undo-tree-id2556 . -6) (undo-tree-id2557 . -6) (undo-tree-id2558 . -6) (undo-tree-id2559 . -6) (undo-tree-id2560 . -6) (undo-tree-id2561 . -6) (undo-tree-id2562 . -6) (undo-tree-id2563 . -6) (undo-tree-id2564 . -6) (undo-tree-id2565 . -6) (undo-tree-id2566 . -6) (undo-tree-id2567 . -6) (undo-tree-id2568 . -6) (undo-tree-id2569 . -6) (undo-tree-id2570 . -6) (undo-tree-id2571 . -6) (undo-tree-id2572 . -6) (undo-tree-id2573 . -6) (undo-tree-id2574 . -6) (undo-tree-id2575 . -6) (undo-tree-id2576 . -6) (undo-tree-id2577 . -6) (undo-tree-id2578 . -6) (undo-tree-id2579 . -6) (undo-tree-id2580 . -6) (undo-tree-id2581 . -6) (undo-tree-id2582 . -6) (undo-tree-id2583 . -6) (undo-tree-id2584 . -6) (undo-tree-id2585 . -6) (undo-tree-id2586 . -6) (undo-tree-id2587 . -6) (undo-tree-id2588 . -6) (undo-tree-id2589 . -6) (undo-tree-id2590 . -6) (undo-tree-id2591 . -6) (undo-tree-id2592 . -6) (undo-tree-id2593 . -6) (undo-tree-id2594 . -6) (undo-tree-id2595 . -6) (undo-tree-id2596 . -6) (undo-tree-id2597 . -6) (undo-tree-id2598 . -6) (undo-tree-id2599 . -6) (undo-tree-id2600 . -6) (undo-tree-id2601 . -6) (undo-tree-id2602 . -6) (undo-tree-id2603 . -6) (undo-tree-id2604 . -6) (undo-tree-id2605 . -6) (undo-tree-id2606 . -6) (undo-tree-id2607 . -6) (undo-tree-id2608 . -6) (undo-tree-id2609 . -6) (undo-tree-id2610 . -6) (undo-tree-id2611 . -6) (undo-tree-id2612 . -6) (undo-tree-id2613 . -6) (undo-tree-id2614 . -6) (undo-tree-id2615 . -6) (undo-tree-id2616 . -6) (undo-tree-id2617 . -6) (undo-tree-id2618 . -6) (undo-tree-id2619 . -6) (undo-tree-id2620 . -6) (undo-tree-id2621 . -6) (undo-tree-id2622 . -6) (undo-tree-id2623 . -6) (undo-tree-id2624 . -6) (undo-tree-id2625 . -6) (undo-tree-id2626 . -6) (undo-tree-id2627 . -6) (undo-tree-id2628 . -6) (undo-tree-id2629 . -6) (undo-tree-id2630 . -6) (undo-tree-id2631 . -6) (undo-tree-id2632 . -6) (undo-tree-id2633 . -6) (undo-tree-id2634 . -6) (undo-tree-id2635 . -6) (undo-tree-id2636 . -6) (undo-tree-id2637 . -6) (undo-tree-id2638 . -6) (undo-tree-id2639 . -6) (undo-tree-id2640 . -6) (undo-tree-id2641 . -6) (undo-tree-id2642 . -6) (undo-tree-id2643 . -6) (undo-tree-id2644 . -6) (undo-tree-id2645 . -6) (undo-tree-id2646 . -6) (undo-tree-id2647 . -6) (undo-tree-id2648 . -6) (undo-tree-id2649 . -6) (undo-tree-id2650 . -6) (undo-tree-id2651 . -6) (undo-tree-id2652 . -6) (undo-tree-id2653 . -6) (undo-tree-id2654 . -6) (undo-tree-id2655 . -6) (undo-tree-id2656 . -6) (undo-tree-id2657 . -6) (undo-tree-id2658 . -6) (undo-tree-id2659 . -6) (undo-tree-id2660 . -6) (undo-tree-id2661 . -6) (undo-tree-id2662 . -6) (undo-tree-id2663 . -6) (undo-tree-id2664 . -6) (undo-tree-id2665 . -6) (undo-tree-id2666 . -6) (undo-tree-id2667 . -6) (undo-tree-id2668 . -6) (undo-tree-id2669 . -6) (undo-tree-id2670 . -6) (undo-tree-id2671 . -6) (undo-tree-id2672 . -6) (undo-tree-id2673 . -6) (undo-tree-id2674 . -6) (undo-tree-id2675 . -6) (undo-tree-id2676 . -6) (undo-tree-id2677 . -6) (undo-tree-id2678 . -6) (undo-tree-id2679 . -6) (undo-tree-id2680 . -6) (undo-tree-id2681 . -6) (undo-tree-id2682 . -6) (undo-tree-id2683 . -6) (undo-tree-id2684 . -6) (undo-tree-id2685 . -6) (undo-tree-id2686 . -6) (undo-tree-id2687 . -6) (undo-tree-id2688 . -6) (undo-tree-id2689 . -6) (undo-tree-id2690 . -6) (undo-tree-id2691 . -6) (undo-tree-id2692 . -6) (undo-tree-id2693 . -6) (undo-tree-id2694 . -6) (undo-tree-id2695 . -6) (undo-tree-id2696 . -6) (undo-tree-id2697 . -6) (undo-tree-id2698 . -6) (undo-tree-id2699 . -6) (undo-tree-id2700 . -6) (undo-tree-id2701 . -6) (undo-tree-id2702 . -6) (undo-tree-id2703 . -6) (undo-tree-id2704 . -6) (undo-tree-id2705 . -6) (undo-tree-id2706 . -6) (undo-tree-id2707 . -6) (undo-tree-id2708 . -6) (undo-tree-id2709 . -6) (undo-tree-id2710 . -6) (undo-tree-id2711 . -6) (undo-tree-id2712 . -6) (undo-tree-id2713 . -6) (undo-tree-id2714 . -6) (undo-tree-id2715 . -6) (undo-tree-id2716 . -6) (undo-tree-id2717 . -6) (undo-tree-id2718 . -6) (undo-tree-id2719 . -6) (undo-tree-id2720 . -6) (undo-tree-id2721 . -6) (undo-tree-id2722 . -6) (undo-tree-id2723 . -6) (undo-tree-id2724 . -6) (undo-tree-id2725 . -6) (undo-tree-id2726 . -6) (undo-tree-id2727 . -6) (undo-tree-id2728 . -6) (undo-tree-id2729 . -6) (undo-tree-id2730 . -6) (undo-tree-id2731 . -6) (undo-tree-id2732 . -6) (undo-tree-id2733 . -6) (undo-tree-id2734 . -6) (undo-tree-id2735 . -6) (undo-tree-id2736 . -6) (undo-tree-id2737 . -6) (undo-tree-id2738 . -6) (undo-tree-id2739 . -6) (undo-tree-id2740 . -6) (undo-tree-id2741 . -6) (undo-tree-id2742 . -6) (undo-tree-id2743 . -6) (undo-tree-id2744 . -6) (undo-tree-id2745 . -6) (undo-tree-id2746 . -6) (undo-tree-id2747 . -6) (undo-tree-id2748 . -6) (undo-tree-id2749 . -6) (undo-tree-id2750 . -6) (undo-tree-id2751 . -6) (undo-tree-id2752 . -6) (undo-tree-id2753 . -6) (undo-tree-id2754 . -6) (undo-tree-id2755 . -6) (undo-tree-id2756 . -6) (undo-tree-id2757 . -6) (undo-tree-id2758 . -6) (undo-tree-id2759 . -6) (undo-tree-id2760 . -6) (undo-tree-id2761 . -6) (undo-tree-id2762 . -6) (undo-tree-id2763 . -6) (undo-tree-id2764 . -6) (undo-tree-id2765 . -6) (undo-tree-id2766 . -6) (undo-tree-id2767 . -6) (undo-tree-id2768 . -6) (undo-tree-id2769 . -6) (undo-tree-id2770 . -6) (undo-tree-id2771 . -6) (undo-tree-id2772 . -6) (undo-tree-id2773 . -6) (undo-tree-id2774 . -6) (undo-tree-id2775 . -6) (undo-tree-id2776 . -6) (undo-tree-id2777 . -6) (undo-tree-id2778 . -6) (undo-tree-id2779 . -6) (undo-tree-id2780 . -6) (undo-tree-id2781 . -6) (undo-tree-id2782 . -6) (undo-tree-id2783 . -6) (undo-tree-id2784 . -6) (undo-tree-id2785 . -6) (undo-tree-id2786 . -6) (undo-tree-id2787 . -6) (undo-tree-id2788 . -6) (undo-tree-id2789 . -6) (undo-tree-id2790 . -6) (undo-tree-id2791 . -6) (undo-tree-id2792 . -6) (undo-tree-id2793 . -6) (undo-tree-id2794 . -6) (undo-tree-id2795 . -6) (undo-tree-id2796 . -6) (undo-tree-id2797 . -6) (undo-tree-id2798 . -6) (undo-tree-id2799 . -6) (undo-tree-id2800 . -6) (undo-tree-id2801 . -6) (undo-tree-id2802 . -6) (undo-tree-id2803 . -6) (undo-tree-id2804 . -6) (undo-tree-id2805 . -6) (undo-tree-id2806 . -6) (undo-tree-id2807 . -6) (undo-tree-id2808 . -6) (undo-tree-id2809 . -6) (undo-tree-id2810 . -6) (undo-tree-id2811 . -6) (undo-tree-id2812 . -6) (undo-tree-id2813 . -6) (undo-tree-id2814 . -6) (undo-tree-id2815 . -6) (undo-tree-id2816 . -6) (undo-tree-id2817 . -6) (undo-tree-id2818 . -6) (undo-tree-id2819 . -6) (undo-tree-id2820 . -6) (undo-tree-id2821 . -6) (undo-tree-id2822 . -6) (undo-tree-id2823 . -6) (undo-tree-id2824 . -6) (undo-tree-id2825 . -6) (undo-tree-id2826 . -6) (undo-tree-id2827 . -6) (undo-tree-id2828 . -6) (undo-tree-id2829 . -6) (undo-tree-id2830 . -6) (undo-tree-id2831 . -6) (undo-tree-id2832 . -6) (undo-tree-id2833 . -6) (undo-tree-id2834 . -6) (undo-tree-id2835 . -6) (undo-tree-id2836 . -6) (undo-tree-id2837 . -6) 3281 (3274 . 3281) 3268) nil (24258 24205 671813 483000) 0 nil]) ((3260 . 3269) (t 24258 24184 118107 338000)) nil (24258 24205 671831 948000) 0 nil]) ((#(" ;; -------- Languages + emacs-lisp + ;; ess + ;; html + ;; latex + ;; markdown + ;; python + ;; julia + ;; javascript + ;; sql + ;; go + + + ;; -------- Others + ;; systemd + ;; csv + + ;; -------- Applications + org + ;; gnus + ;; fasd + + ;; -------- Project management + ;; git + ;; (treemacs :variables + ;; treemacs-use-follow-mode t + ;; treemacs-use-filewatch-mode t) + + ;; -------- Tools + helm + ;; (helm :variables + ;; helm-position 'bottom + ;; helm-no-header t) + ;; pdf + ;; (shell :variables + ;; shell-default-term-shell \"/bin/zsh\" + ;; shell-default-height 30 + ;; shell-default-position 'bottom) + ;; (spell-checking :variables spell-checking-enable-by-default nil) + ;; (auto-completion :variables + ;; auto-completion-enable-snippets-in-popup t + ;; auto-completion-enable-help-tooltip t + ;; auto-completion-enable-sort-by-usage t + ;; ) + ;; syntax-checking + ;; spacemacs-purpose + + ;; ------- + ;; theming +" 0 5 (fontified t) 5 8 (fontified t face font-lock-comment-delimiter-face) 8 27 (fontified t face font-lock-comment-face) 27 43 (fontified t) 43 48 (fontified t) 48 51 (fontified t face font-lock-comment-delimiter-face) 51 55 (fontified t face font-lock-comment-face) 55 60 (fontified t) 60 63 (fontified t face font-lock-comment-delimiter-face) 63 68 (fontified t face font-lock-comment-face) 68 73 (fontified t) 73 76 (fontified t face font-lock-comment-delimiter-face) 76 82 (fontified t face font-lock-comment-face) 82 87 (fontified t) 87 90 (fontified t face font-lock-comment-delimiter-face) 90 99 (fontified t face font-lock-comment-face) 99 104 (fontified t) 104 107 (fontified t face font-lock-comment-delimiter-face) 107 114 (fontified t face font-lock-comment-face) 114 119 (fontified t) 119 122 (fontified t face font-lock-comment-delimiter-face) 122 128 (fontified t face font-lock-comment-face) 128 133 (fontified t) 133 136 (fontified t face font-lock-comment-delimiter-face) 136 147 (fontified t face font-lock-comment-face) 147 152 (fontified t) 152 155 (fontified t face font-lock-comment-delimiter-face) 155 159 (fontified t face font-lock-comment-face) 159 164 (fontified t) 164 167 (fontified t face font-lock-comment-delimiter-face) 167 170 (fontified t face font-lock-comment-face) 170 177 (fontified t) 177 180 (fontified t face font-lock-comment-delimiter-face) 180 196 (fontified t face font-lock-comment-face) 196 201 (fontified t) 201 204 (fontified t face font-lock-comment-delimiter-face) 204 212 (fontified t face font-lock-comment-face) 212 217 (fontified t) 217 220 (fontified t face font-lock-comment-delimiter-face) 220 224 (fontified t face font-lock-comment-face) 224 230 (fontified t) 230 233 (fontified t face font-lock-comment-delimiter-face) 233 255 (fontified t face font-lock-comment-face) 255 269 (fontified t) 269 272 (fontified t face font-lock-comment-delimiter-face) 272 277 (fontified t face font-lock-comment-face) 277 282 (fontified t) 282 285 (fontified t face font-lock-comment-delimiter-face) 285 290 (fontified t face font-lock-comment-face) 290 296 (fontified t) 296 299 (fontified t face font-lock-comment-delimiter-face) 299 327 (fontified t face font-lock-comment-face) 327 332 (fontified t) 332 335 (fontified t face font-lock-comment-delimiter-face) 335 339 (fontified t face font-lock-comment-face) 339 344 (fontified t) 344 347 (fontified t face font-lock-comment-delimiter-face) 347 368 (fontified t face font-lock-comment-face) 368 373 (fontified t) 373 386 (fontified t face font-lock-comment-delimiter-face) 386 401 (fontified t face font-lock-comment-face) 401 413 (fontified t face font-lock-comment-face) 413 418 (fontified t) 418 431 (fontified t face font-lock-comment-delimiter-face) 431 462 (fontified t face font-lock-comment-face) 462 468 (fontified t) 468 471 (fontified t face font-lock-comment-delimiter-face) 471 486 (fontified t face font-lock-comment-face) 486 500 (fontified t) 500 501 (fontified t) 501 504 (fontified t face font-lock-comment-delimiter-face) 504 521 (fontified t face font-lock-comment-face) 521 526 (fontified t) 526 535 (fontified t face font-lock-comment-delimiter-face) 535 543 (fontified t face font-lock-comment-face) 543 557 (fontified t face font-lock-comment-face) 557 562 (fontified t) 562 571 (fontified t face font-lock-comment-delimiter-face) 571 589 (fontified t face font-lock-comment-face) 589 594 (fontified t) 594 597 (fontified t face font-lock-comment-delimiter-face) 597 601 (fontified t face font-lock-comment-face) 601 606 (fontified t) 606 609 (fontified t face font-lock-comment-delimiter-face) 609 627 (fontified t face font-lock-comment-face) 627 632 (fontified t) 632 642 (fontified t face font-lock-comment-delimiter-face) 642 678 (fontified t face font-lock-comment-face) 678 683 (fontified t) 683 693 (fontified t face font-lock-comment-delimiter-face) 693 717 (fontified t face font-lock-comment-face) 717 722 (fontified t) 722 732 (fontified t face font-lock-comment-delimiter-face) 732 764 (fontified t face font-lock-comment-face) 764 769 (fontified t) 769 772 (fontified t face font-lock-comment-delimiter-face) 772 837 (fontified t face font-lock-comment-face) 837 842 (fontified t) 842 845 (fontified t face font-lock-comment-delimiter-face) 845 873 (fontified t face font-lock-comment-face) 873 878 (fontified t) 878 898 (fontified t face font-lock-comment-delimiter-face) 898 901 (fontified t face font-lock-comment-face) 901 941 (fontified t face font-lock-comment-face) 941 946 (fontified t) 946 966 (fontified t face font-lock-comment-delimiter-face) 966 1000 (fontified t face font-lock-comment-face) 1000 1004 (fontified t face font-lock-comment-face) 1004 1009 (fontified t) 1009 1029 (fontified t face font-lock-comment-delimiter-face) 1029 1068 (fontified t face font-lock-comment-face) 1068 1073 (fontified t) 1073 1093 (fontified t face font-lock-comment-delimiter-face) 1093 1095 (fontified t face font-lock-comment-face) 1095 1100 (fontified t) 1100 1103 (fontified t face font-lock-comment-delimiter-face) 1103 1119 (fontified t face font-lock-comment-face) 1119 1124 (fontified t) 1124 1127 (fontified t face font-lock-comment-delimiter-face) 1127 1145 (fontified t face font-lock-comment-face) 1145 1151 (fontified t) 1151 1154 (fontified t face font-lock-comment-delimiter-face) 1154 1162 (fontified t face font-lock-comment-face) 1162 1167 (fontified t) 1167 1170 (fontified t face font-lock-comment-delimiter-face) 1170 1178 (fontified t face font-lock-comment-face)) . 3266) (undo-tree-id2838 . -1162) (undo-tree-id2839 . -1162) (undo-tree-id2840 . -327) (undo-tree-id2841 . -1162) (undo-tree-id2842 . -1178) (undo-tree-id2843 . -1162) (undo-tree-id2844 . -1162) 4428) nil (24258 24205 671840 256000) 0 nil]) ((#(" ;; ---------------------------------------------------------------- + ;; Example of useful layers you may want to use right away. + ;; Uncomment some layer names and press `SPC f e R' (Vim style) or + ;; `M-m f e R' (Emacs style) to install them. + ;; ---------------------------------------------------------------- +" 0 5 (fontified t) 5 8 (fontified t face font-lock-comment-delimiter-face) 8 73 (fontified t face font-lock-comment-face) 73 78 (fontified t) 78 81 (fontified t face font-lock-comment-delimiter-face) 81 138 (fontified t face font-lock-comment-face) 138 143 (fontified t) 143 146 (fontified t face font-lock-comment-delimiter-face) 146 210 (fontified t face font-lock-comment-face) 210 215 (fontified t) 215 218 (fontified t face font-lock-comment-delimiter-face) 218 242 (fontified t face font-lock-comment-face) 242 261 (fontified t face font-lock-comment-face) 261 266 (fontified t) 266 269 (fontified t face font-lock-comment-delimiter-face) 269 334 (fontified t face font-lock-comment-face)) . 3259) (undo-tree-id2845 . -264) (undo-tree-id2846 . -264) (undo-tree-id2847 . -261) (undo-tree-id2848 . -334) (undo-tree-id2849 . -3) (undo-tree-id2850 . -264) (undo-tree-id2851 . -3) (undo-tree-id2852 . -264) 3523 (t 24258 24002 215475 158000)) nil (24258 24205 671851 8000) 0 nil]) ((#("user-" 0 5 (fontified t)) . 5007) (undo-tree-id0 . -4) (undo-tree-id1 . -4) (undo-tree-id2 . -1) (undo-tree-id3 . -1) (undo-tree-id4 . -1) (undo-tree-id5 . -1) (undo-tree-id6 . -1) (undo-tree-id7 . -1) (undo-tree-id8 . -1) (undo-tree-id9 . -1) (undo-tree-id10 . -1) (undo-tree-id11 . -1) (undo-tree-id12 . -1) (undo-tree-id13 . -1) (undo-tree-id14 . -1) (undo-tree-id15 . -1) (undo-tree-id16 . -1) (undo-tree-id17 . -1) (undo-tree-id18 . -1) (undo-tree-id19 . -1) (undo-tree-id20 . -1) (undo-tree-id21 . -1) (undo-tree-id22 . -1) (undo-tree-id23 . -1) (undo-tree-id24 . -1) (undo-tree-id25 . -1) (undo-tree-id26 . -1) (undo-tree-id27 . -1) (undo-tree-id28 . -1) (undo-tree-id29 . -1) (undo-tree-id30 . -1) (undo-tree-id31 . -1) (undo-tree-id32 . -1) (undo-tree-id33 . -1) (undo-tree-id34 . -1) (undo-tree-id35 . -1) (undo-tree-id36 . -1) (undo-tree-id37 . -1) (undo-tree-id38 . -1) (undo-tree-id39 . -1) (undo-tree-id40 . -1) (undo-tree-id41 . -1) (undo-tree-id42 . -1) (undo-tree-id43 . -1) (undo-tree-id44 . -1) (undo-tree-id45 . -1) (undo-tree-id46 . -1) (undo-tree-id47 . -1) (undo-tree-id48 . -1) (undo-tree-id49 . -1) (undo-tree-id50 . -1) (undo-tree-id51 . -1) (undo-tree-id52 . -1) (undo-tree-id53 . -1) (undo-tree-id54 . -1) (undo-tree-id55 . -1) (undo-tree-id56 . -1) (undo-tree-id57 . -1) (undo-tree-id58 . -1) (undo-tree-id59 . -1) (undo-tree-id60 . -1) (undo-tree-id61 . -1) (undo-tree-id62 . -1) (undo-tree-id63 . -1) (undo-tree-id64 . -1) (undo-tree-id65 . -1) (undo-tree-id66 . -1) (undo-tree-id67 . -1) (undo-tree-id68 . -1) (undo-tree-id69 . -1) (undo-tree-id70 . -1) (undo-tree-id71 . -1) (undo-tree-id72 . -1) (undo-tree-id73 . -1) (undo-tree-id74 . -1) (undo-tree-id75 . -1) (undo-tree-id76 . -1) (undo-tree-id77 . -1) (undo-tree-id78 . -1) (undo-tree-id79 . -1) (undo-tree-id80 . -1) (undo-tree-id81 . -1) (undo-tree-id82 . -1) (undo-tree-id83 . -1) (undo-tree-id84 . -1) (undo-tree-id85 . -1) (undo-tree-id86 . -1) (undo-tree-id87 . -1) (undo-tree-id88 . -1) (undo-tree-id89 . -1) (undo-tree-id90 . -1) (undo-tree-id91 . -1) (undo-tree-id92 . -1) (undo-tree-id93 . -1) (undo-tree-id94 . -1) (undo-tree-id95 . -1) (undo-tree-id96 . -1) (undo-tree-id97 . -1) (undo-tree-id98 . -1) (undo-tree-id99 . -1) (undo-tree-id100 . -1) (undo-tree-id101 . -1) (undo-tree-id102 . -1) (undo-tree-id103 . -1) (undo-tree-id104 . -1) (undo-tree-id105 . -1) (undo-tree-id106 . -1) (undo-tree-id107 . -1) (undo-tree-id108 . -1) (undo-tree-id109 . -1) (undo-tree-id110 . -1) (undo-tree-id111 . -1) (undo-tree-id112 . -1) (undo-tree-id113 . -1) (undo-tree-id114 . -1) (undo-tree-id115 . -1) (undo-tree-id116 . -1) (undo-tree-id117 . -1) (undo-tree-id118 . -1) (undo-tree-id119 . -1) (undo-tree-id120 . -1) (undo-tree-id121 . -1) (undo-tree-id122 . -1) (undo-tree-id123 . -1) (undo-tree-id124 . -1) (undo-tree-id125 . -1) (undo-tree-id126 . -1) (undo-tree-id127 . -1) (undo-tree-id128 . -1) (undo-tree-id129 . -1) (undo-tree-id130 . -1) (undo-tree-id131 . -1) (undo-tree-id132 . -1) (undo-tree-id133 . -1) (undo-tree-id134 . -1) (undo-tree-id135 . -1) (undo-tree-id136 . -1) (undo-tree-id137 . -1) (undo-tree-id138 . -1) (undo-tree-id139 . -1) (undo-tree-id140 . -1) (undo-tree-id141 . -1) (undo-tree-id142 . -1) (undo-tree-id143 . -1) (undo-tree-id144 . -1) (undo-tree-id145 . -1) (undo-tree-id146 . -1) (undo-tree-id147 . -1) (undo-tree-id148 . -1) (undo-tree-id149 . -1) (undo-tree-id150 . -1) (undo-tree-id151 . -1) (undo-tree-id152 . -1) (undo-tree-id153 . -1) (undo-tree-id154 . -1) (undo-tree-id155 . -1) (undo-tree-id156 . -1) (undo-tree-id157 . -4) (undo-tree-id158 . -5) (undo-tree-id159 . -4) (undo-tree-id160 . -1) (undo-tree-id161 . -1) (undo-tree-id162 . -1) (undo-tree-id163 . -1) (undo-tree-id164 . -1) (undo-tree-id165 . -1) (undo-tree-id166 . -1) (undo-tree-id167 . -1) (undo-tree-id168 . -1) (undo-tree-id169 . -1) (undo-tree-id170 . -1) (undo-tree-id171 . -1) (undo-tree-id172 . -1) (undo-tree-id173 . -1) (undo-tree-id174 . -1) (undo-tree-id175 . -1) (undo-tree-id176 . -1) (undo-tree-id177 . -1) (undo-tree-id178 . -1) (undo-tree-id179 . -1) (undo-tree-id180 . -1) (undo-tree-id181 . -1) (undo-tree-id182 . -1) (undo-tree-id183 . -1) (undo-tree-id184 . -1) (undo-tree-id185 . -1) (undo-tree-id186 . -1) (undo-tree-id187 . -1) (undo-tree-id188 . -1) (undo-tree-id189 . -1) (undo-tree-id190 . -1) (undo-tree-id191 . -1) (undo-tree-id192 . -1) (undo-tree-id193 . -1) (undo-tree-id194 . -1) (undo-tree-id195 . -1) (undo-tree-id196 . -1) (undo-tree-id197 . -1) (undo-tree-id198 . -1) (undo-tree-id199 . -1) (undo-tree-id200 . -1) (undo-tree-id201 . -1) (undo-tree-id202 . -1) (undo-tree-id203 . -1) (undo-tree-id204 . -1) (undo-tree-id205 . -1) (undo-tree-id206 . -1) (undo-tree-id207 . -1) (undo-tree-id208 . -1) (undo-tree-id209 . -1) (undo-tree-id210 . -1) (undo-tree-id211 . -1) (undo-tree-id212 . -1) (undo-tree-id213 . -1) (undo-tree-id214 . -1) (undo-tree-id215 . -1) (undo-tree-id216 . -1) (undo-tree-id217 . -1) (undo-tree-id218 . -1) (undo-tree-id219 . -1) (undo-tree-id220 . -1) (undo-tree-id221 . -1) (undo-tree-id222 . -1) (undo-tree-id223 . -1) (undo-tree-id224 . -1) (undo-tree-id225 . -1) (undo-tree-id226 . -1) (undo-tree-id227 . -1) (undo-tree-id228 . -1) (undo-tree-id229 . -1) (undo-tree-id230 . -1) (undo-tree-id231 . -1) (undo-tree-id232 . -1) (undo-tree-id233 . -1) (undo-tree-id234 . -1) (undo-tree-id235 . -1) (undo-tree-id236 . -1) (undo-tree-id237 . -1) (undo-tree-id238 . -1) (undo-tree-id239 . -1) (undo-tree-id240 . -1) (undo-tree-id241 . -1) (undo-tree-id242 . -1) (undo-tree-id243 . -1) (undo-tree-id244 . -1) (undo-tree-id245 . -1) (undo-tree-id246 . -1) (undo-tree-id247 . -1) (undo-tree-id248 . -1) (undo-tree-id249 . -1) (undo-tree-id250 . -1) (undo-tree-id251 . -1) (undo-tree-id252 . -1) (undo-tree-id253 . -1) (undo-tree-id254 . -1) (undo-tree-id255 . -1) (undo-tree-id256 . -1) (undo-tree-id257 . -1) (undo-tree-id258 . -1) (undo-tree-id259 . -1) (undo-tree-id260 . -1) (undo-tree-id261 . -1) (undo-tree-id262 . -1) (undo-tree-id263 . -1) (undo-tree-id264 . -1) (undo-tree-id265 . -1) (undo-tree-id266 . -1) (undo-tree-id267 . -1) (undo-tree-id268 . -1) (undo-tree-id269 . -1) (undo-tree-id270 . -1) (undo-tree-id271 . -1) (undo-tree-id272 . -1) (undo-tree-id273 . -1) (undo-tree-id274 . -1) (undo-tree-id275 . -1) (undo-tree-id276 . -1) (undo-tree-id277 . -1) (undo-tree-id278 . -1) (undo-tree-id279 . -1) (undo-tree-id280 . -1) (undo-tree-id281 . -1) (undo-tree-id282 . -1) (undo-tree-id283 . -1) (undo-tree-id284 . -1) (undo-tree-id285 . -1) (undo-tree-id286 . -1) (undo-tree-id287 . -1) (undo-tree-id288 . -1) (undo-tree-id289 . -1) (undo-tree-id290 . -1) (undo-tree-id291 . -1) (undo-tree-id292 . -1) (undo-tree-id293 . -1) (undo-tree-id294 . -1) (undo-tree-id295 . -1) (undo-tree-id296 . -1) (undo-tree-id297 . -1) (undo-tree-id298 . -1) (undo-tree-id299 . -1) (undo-tree-id300 . -1) (undo-tree-id301 . -1) (undo-tree-id302 . -1) (undo-tree-id303 . -1) (undo-tree-id304 . -1) (undo-tree-id305 . -1) (undo-tree-id306 . -1) (undo-tree-id307 . -1) (undo-tree-id308 . -1) (undo-tree-id309 . -1) (undo-tree-id310 . -1) (undo-tree-id311 . -1) (undo-tree-id312 . -1) (undo-tree-id313 . -1) (undo-tree-id314 . -1) (undo-tree-id315 . -1) (undo-tree-id316 . -1) (undo-tree-id317 . -1) (undo-tree-id318 . -1) (undo-tree-id319 . -1) (undo-tree-id320 . -1) (undo-tree-id321 . -1) (undo-tree-id322 . -1) (undo-tree-id323 . -1) (undo-tree-id324 . -2) (undo-tree-id325 . -1) (undo-tree-id326 . -2) (undo-tree-id327 . -2) (undo-tree-id328 . -2) (undo-tree-id329 . -2) (undo-tree-id330 . -2) (undo-tree-id331 . -2) (undo-tree-id332 . -2) (undo-tree-id333 . -2) (undo-tree-id334 . -2) (undo-tree-id335 . -2) (undo-tree-id336 . -2) (undo-tree-id337 . -2) (undo-tree-id338 . -2) (undo-tree-id339 . -2) (undo-tree-id340 . -2) (undo-tree-id341 . -2) (undo-tree-id342 . -2) (undo-tree-id343 . -2) (undo-tree-id344 . -2) (undo-tree-id345 . -2) (undo-tree-id346 . -2) (undo-tree-id347 . -2) (undo-tree-id348 . -2) (undo-tree-id349 . -2) (undo-tree-id350 . -2) (undo-tree-id351 . -2) (undo-tree-id352 . -2) (undo-tree-id353 . -2) (undo-tree-id354 . -2) (undo-tree-id355 . -2) (undo-tree-id356 . -2) (undo-tree-id357 . -2) (undo-tree-id358 . -2) (undo-tree-id359 . -2) (undo-tree-id360 . -2) (undo-tree-id361 . -2) (undo-tree-id362 . -2) (undo-tree-id363 . -2) (undo-tree-id364 . -2) (undo-tree-id365 . -2) (undo-tree-id366 . -2) (undo-tree-id367 . -2) (undo-tree-id368 . -2) (undo-tree-id369 . -2) (undo-tree-id370 . -2) (undo-tree-id371 . -2) (undo-tree-id372 . -2) (undo-tree-id373 . -2) (undo-tree-id374 . -2) (undo-tree-id375 . -2) (undo-tree-id376 . -2) (undo-tree-id377 . -2) (undo-tree-id378 . -2) (undo-tree-id379 . -2) (undo-tree-id380 . -2) (undo-tree-id381 . -2) (undo-tree-id382 . -2) (undo-tree-id383 . -2) (undo-tree-id384 . -2) (undo-tree-id385 . -2) (undo-tree-id386 . -2) (undo-tree-id387 . -2) (undo-tree-id388 . -2) (undo-tree-id389 . -2) (undo-tree-id390 . -2) (undo-tree-id391 . -2) (undo-tree-id392 . -2) (undo-tree-id393 . -2) (undo-tree-id394 . -2) (undo-tree-id395 . -2) (undo-tree-id396 . -2) (undo-tree-id397 . -2) (undo-tree-id398 . -2) (undo-tree-id399 . -2) (undo-tree-id400 . -2) (undo-tree-id401 . -2) (undo-tree-id402 . -2) (undo-tree-id403 . -2) (undo-tree-id404 . -2) (undo-tree-id405 . -2) (undo-tree-id406 . -2) (undo-tree-id407 . -2) (undo-tree-id408 . -3) (undo-tree-id409 . -2) (undo-tree-id410 . -3) (undo-tree-id411 . -3) (undo-tree-id412 . -3) (undo-tree-id413 . -3) (undo-tree-id414 . -3) (undo-tree-id415 . -3) (undo-tree-id416 . -3) (undo-tree-id417 . -3) (undo-tree-id418 . -3) (undo-tree-id419 . -3) (undo-tree-id420 . -3) (undo-tree-id421 . -3) (undo-tree-id422 . -3) (undo-tree-id423 . -3) (undo-tree-id424 . -3) (undo-tree-id425 . -3) (undo-tree-id426 . -3) (undo-tree-id427 . -3) (undo-tree-id428 . -3) (undo-tree-id429 . -3) (undo-tree-id430 . -3) (undo-tree-id431 . -3) (undo-tree-id432 . -3) (undo-tree-id433 . -3) (undo-tree-id434 . -3) (undo-tree-id435 . -3) (undo-tree-id436 . -3) (undo-tree-id437 . -3) (undo-tree-id438 . -3) (undo-tree-id439 . -3) (undo-tree-id440 . -3) (undo-tree-id441 . -3) (undo-tree-id442 . -3) (undo-tree-id443 . -3) (undo-tree-id444 . -3) (undo-tree-id445 . -3) (undo-tree-id446 . -3) (undo-tree-id447 . -3) (undo-tree-id448 . -3) (undo-tree-id449 . -3) (undo-tree-id450 . -3) (undo-tree-id451 . -3) (undo-tree-id452 . -3) (undo-tree-id453 . -3) (undo-tree-id454 . -3) (undo-tree-id455 . -3) (undo-tree-id456 . -3) (undo-tree-id457 . -3) (undo-tree-id458 . -3) (undo-tree-id459 . -3) (undo-tree-id460 . -3) (undo-tree-id461 . -3) (undo-tree-id462 . -3) (undo-tree-id463 . -3) (undo-tree-id464 . -3) (undo-tree-id465 . -3) (undo-tree-id466 . -3) (undo-tree-id467 . -3) (undo-tree-id468 . -3) (undo-tree-id469 . -3) (undo-tree-id470 . -3) (undo-tree-id471 . -3) (undo-tree-id472 . -3) (undo-tree-id473 . -3) (undo-tree-id474 . -3) (undo-tree-id475 . -3) (undo-tree-id476 . -3) (undo-tree-id477 . -3) (undo-tree-id478 . -3) (undo-tree-id479 . -3) (undo-tree-id480 . -3) (undo-tree-id481 . -3) (undo-tree-id482 . -3) (undo-tree-id483 . -3) (undo-tree-id484 . -3) (undo-tree-id485 . -3) (undo-tree-id486 . -3) (undo-tree-id487 . -3) (undo-tree-id488 . -3) (undo-tree-id489 . -3) (undo-tree-id490 . -3) (undo-tree-id491 . -3) (undo-tree-id492 . -4) (undo-tree-id493 . -3) (undo-tree-id494 . -4) (undo-tree-id495 . -4) (undo-tree-id496 . -4) (undo-tree-id497 . -4) (undo-tree-id498 . -4) (undo-tree-id499 . -4) (undo-tree-id500 . -4) (undo-tree-id501 . -4) (undo-tree-id502 . -4) (undo-tree-id503 . -4) (undo-tree-id504 . -4) (undo-tree-id505 . -4) (undo-tree-id506 . -4) (undo-tree-id507 . -4) (undo-tree-id508 . -4) (undo-tree-id509 . -4) (undo-tree-id510 . -4) (undo-tree-id511 . -4) (undo-tree-id512 . -4) (undo-tree-id513 . -4) (undo-tree-id514 . -4) (undo-tree-id515 . -4) (undo-tree-id516 . -4) (undo-tree-id517 . -4) (undo-tree-id518 . -4) (undo-tree-id519 . -4) (undo-tree-id520 . -4) (undo-tree-id521 . -4) (undo-tree-id522 . -4) (undo-tree-id523 . -4) (undo-tree-id524 . -4) (undo-tree-id525 . -4) (undo-tree-id526 . -4) (undo-tree-id527 . -4) (undo-tree-id528 . -4) (undo-tree-id529 . -4) (undo-tree-id530 . -4) (undo-tree-id531 . -4) (undo-tree-id532 . -4) (undo-tree-id533 . -4) (undo-tree-id534 . -4) (undo-tree-id535 . -4) (undo-tree-id536 . -4) (undo-tree-id537 . -4) (undo-tree-id538 . -4) (undo-tree-id539 . -4) (undo-tree-id540 . -4) (undo-tree-id541 . -4) (undo-tree-id542 . -4) (undo-tree-id543 . -4) (undo-tree-id544 . -4) (undo-tree-id545 . -4) (undo-tree-id546 . -4) (undo-tree-id547 . -4) (undo-tree-id548 . -4) (undo-tree-id549 . -4) (undo-tree-id550 . -4) (undo-tree-id551 . -4) (undo-tree-id552 . -4) (undo-tree-id553 . -4) (undo-tree-id554 . -4) (undo-tree-id555 . -4) (undo-tree-id556 . -4) (undo-tree-id557 . -4) (undo-tree-id558 . -4) (undo-tree-id559 . -4) (undo-tree-id560 . -4) (undo-tree-id561 . -4) (undo-tree-id562 . -4) (undo-tree-id563 . -4) (undo-tree-id564 . -4) (undo-tree-id565 . -4) (undo-tree-id566 . -4) (undo-tree-id567 . -4) (undo-tree-id568 . -4) (undo-tree-id569 . -4) (undo-tree-id570 . -4) (undo-tree-id571 . -4) (undo-tree-id572 . -4) (undo-tree-id573 . -4) (undo-tree-id574 . -4) (undo-tree-id575 . -4) (undo-tree-id576 . -4) (undo-tree-id577 . -4) (undo-tree-id578 . -4) (undo-tree-id579 . -4) (undo-tree-id580 . -4) (undo-tree-id581 . -4) (undo-tree-id582 . -4) (undo-tree-id583 . -4) (undo-tree-id584 . -4) (undo-tree-id585 . -4) (undo-tree-id586 . -4) (undo-tree-id587 . -4) (undo-tree-id588 . -4) (undo-tree-id589 . -4) (undo-tree-id590 . -4) (undo-tree-id591 . -4) (undo-tree-id592 . -4) (undo-tree-id593 . -4) (undo-tree-id594 . -4) (undo-tree-id595 . -4) (undo-tree-id596 . -4) (undo-tree-id597 . -4) (undo-tree-id598 . -4) (undo-tree-id599 . -4) (undo-tree-id600 . -4) (undo-tree-id601 . -4) (undo-tree-id602 . -4) (undo-tree-id603 . -4) (undo-tree-id604 . -4) (undo-tree-id605 . -4) (undo-tree-id606 . -4) (undo-tree-id607 . -4) (undo-tree-id608 . -4) (undo-tree-id609 . -4) (undo-tree-id610 . -4) (undo-tree-id611 . -4) (undo-tree-id612 . -4) (undo-tree-id613 . -4) (undo-tree-id614 . -4) (undo-tree-id615 . -4) (undo-tree-id616 . -4) (undo-tree-id617 . -4) (undo-tree-id618 . -4) (undo-tree-id619 . -4) (undo-tree-id620 . -4) (undo-tree-id621 . -4) (undo-tree-id622 . -4) (undo-tree-id623 . -4) (undo-tree-id624 . -4) (undo-tree-id625 . -4) (undo-tree-id626 . -4) (undo-tree-id627 . -4) (undo-tree-id628 . -4) (undo-tree-id629 . -4) (undo-tree-id630 . -4) (undo-tree-id631 . -4) (undo-tree-id632 . -4) (undo-tree-id633 . -4) (undo-tree-id634 . -4) (undo-tree-id635 . -4) (undo-tree-id636 . -4) (undo-tree-id637 . -4) (undo-tree-id638 . -4) (undo-tree-id639 . -4) (undo-tree-id640 . -4) (undo-tree-id641 . -4) (undo-tree-id642 . -4) (undo-tree-id643 . -4) (undo-tree-id644 . -4) (undo-tree-id645 . -4) (undo-tree-id646 . -4) (undo-tree-id647 . -4) (undo-tree-id648 . -4) (undo-tree-id649 . -4) (undo-tree-id650 . -4) (undo-tree-id651 . -4) (undo-tree-id652 . -4) (undo-tree-id653 . -4) (undo-tree-id654 . -4) (undo-tree-id655 . -4) (undo-tree-id656 . -4) 5011 (t 24258 23971 415705 148000)) nil (24258 24002 204885 340000) 0 nil]) ((#("user-" 0 5 (fontified t)) . 22544) (undo-tree-id0 . -4) (undo-tree-id1 . -4) (undo-tree-id2 . -1) (undo-tree-id3 . -1) (undo-tree-id4 . -1) (undo-tree-id5 . -1) (undo-tree-id6 . -1) (undo-tree-id7 . -1) (undo-tree-id8 . -1) (undo-tree-id9 . -1) (undo-tree-id10 . -1) (undo-tree-id11 . -1) (undo-tree-id12 . -1) (undo-tree-id13 . -1) (undo-tree-id14 . -1) (undo-tree-id15 . -1) (undo-tree-id16 . -1) (undo-tree-id17 . -1) (undo-tree-id18 . -1) (undo-tree-id19 . -1) (undo-tree-id20 . -1) (undo-tree-id21 . -1) (undo-tree-id22 . -1) (undo-tree-id23 . -1) (undo-tree-id24 . -1) (undo-tree-id25 . -1) (undo-tree-id26 . -1) (undo-tree-id27 . -1) (undo-tree-id28 . -1) (undo-tree-id29 . -1) (undo-tree-id30 . -1) (undo-tree-id31 . -1) (undo-tree-id32 . -1) (undo-tree-id33 . -1) (undo-tree-id34 . -1) (undo-tree-id35 . -1) (undo-tree-id36 . -1) (undo-tree-id37 . -1) (undo-tree-id38 . -1) (undo-tree-id39 . -1) (undo-tree-id40 . -1) (undo-tree-id41 . -1) (undo-tree-id42 . -1) (undo-tree-id43 . -1) (undo-tree-id44 . -1) (undo-tree-id45 . -1) (undo-tree-id46 . -1) (undo-tree-id47 . -1) (undo-tree-id48 . -1) (undo-tree-id49 . -1) (undo-tree-id50 . -1) (undo-tree-id51 . -1) (undo-tree-id52 . -1) (undo-tree-id53 . -1) (undo-tree-id54 . -1) (undo-tree-id55 . -1) (undo-tree-id56 . -1) (undo-tree-id57 . -1) (undo-tree-id58 . -1) (undo-tree-id59 . -1) (undo-tree-id60 . -1) (undo-tree-id61 . -1) (undo-tree-id62 . -1) (undo-tree-id63 . -1) (undo-tree-id64 . -1) (undo-tree-id65 . -1) (undo-tree-id66 . -1) (undo-tree-id67 . -1) (undo-tree-id68 . -1) (undo-tree-id69 . -1) (undo-tree-id70 . -1) (undo-tree-id71 . -1) (undo-tree-id72 . -1) (undo-tree-id73 . -1) (undo-tree-id74 . -1) (undo-tree-id75 . -1) (undo-tree-id76 . -1) (undo-tree-id77 . -1) (undo-tree-id78 . -1) (undo-tree-id79 . -1) (undo-tree-id80 . -1) (undo-tree-id81 . -1) (undo-tree-id82 . -1) (undo-tree-id83 . -1) (undo-tree-id84 . -1) (undo-tree-id85 . -1) (undo-tree-id86 . -1) (undo-tree-id87 . -1) (undo-tree-id88 . -1) (undo-tree-id89 . -1) (undo-tree-id90 . -1) (undo-tree-id91 . -1) (undo-tree-id92 . -1) (undo-tree-id93 . -1) (undo-tree-id94 . -1) (undo-tree-id95 . -1) (undo-tree-id96 . -1) (undo-tree-id97 . -1) (undo-tree-id98 . -1) (undo-tree-id99 . -1) (undo-tree-id100 . -1) (undo-tree-id101 . -1) (undo-tree-id102 . -1) (undo-tree-id103 . -1) (undo-tree-id104 . -1) (undo-tree-id105 . -1) (undo-tree-id106 . -1) (undo-tree-id107 . -1) (undo-tree-id108 . -1) (undo-tree-id109 . -1) (undo-tree-id110 . -1) (undo-tree-id111 . -1) (undo-tree-id112 . -1) (undo-tree-id113 . -1) (undo-tree-id114 . -1) (undo-tree-id115 . -1) (undo-tree-id116 . -1) (undo-tree-id117 . -1) (undo-tree-id118 . -1) (undo-tree-id119 . -1) (undo-tree-id120 . -1) (undo-tree-id121 . -1) (undo-tree-id122 . -1) (undo-tree-id123 . -1) (undo-tree-id124 . -1) (undo-tree-id125 . -1) (undo-tree-id126 . -1) (undo-tree-id127 . -1) (undo-tree-id128 . -1) (undo-tree-id129 . -1) (undo-tree-id130 . -1) (undo-tree-id131 . -1) (undo-tree-id132 . -1) (undo-tree-id133 . -1) (undo-tree-id134 . -1) (undo-tree-id135 . -1) (undo-tree-id136 . -1) (undo-tree-id137 . -1) (undo-tree-id138 . -1) (undo-tree-id139 . -1) (undo-tree-id140 . -1) (undo-tree-id141 . -1) (undo-tree-id142 . -1) (undo-tree-id143 . -1) (undo-tree-id144 . -1) (undo-tree-id145 . -1) (undo-tree-id146 . -1) (undo-tree-id147 . -1) (undo-tree-id148 . -1) (undo-tree-id149 . -1) (undo-tree-id150 . -1) (undo-tree-id151 . -1) (undo-tree-id152 . -1) (undo-tree-id153 . -1) (undo-tree-id154 . -1) (undo-tree-id155 . -4) (undo-tree-id156 . -5) (undo-tree-id157 . -4) (undo-tree-id158 . -1) (undo-tree-id159 . -1) (undo-tree-id160 . -1) (undo-tree-id161 . -1) (undo-tree-id162 . -1) (undo-tree-id163 . -1) (undo-tree-id164 . -1) (undo-tree-id165 . -1) (undo-tree-id166 . -1) (undo-tree-id167 . -1) (undo-tree-id168 . -1) (undo-tree-id169 . -1) (undo-tree-id170 . -1) (undo-tree-id171 . -1) (undo-tree-id172 . -1) (undo-tree-id173 . -1) (undo-tree-id174 . -1) (undo-tree-id175 . -1) (undo-tree-id176 . -1) (undo-tree-id177 . -1) (undo-tree-id178 . -1) (undo-tree-id179 . -1) (undo-tree-id180 . -1) (undo-tree-id181 . -1) (undo-tree-id182 . -1) (undo-tree-id183 . -1) (undo-tree-id184 . -1) (undo-tree-id185 . -1) (undo-tree-id186 . -1) (undo-tree-id187 . -1) (undo-tree-id188 . -1) (undo-tree-id189 . -1) (undo-tree-id190 . -1) (undo-tree-id191 . -1) (undo-tree-id192 . -1) (undo-tree-id193 . -1) (undo-tree-id194 . -1) (undo-tree-id195 . -1) (undo-tree-id196 . -1) (undo-tree-id197 . -1) (undo-tree-id198 . -1) (undo-tree-id199 . -1) (undo-tree-id200 . -1) (undo-tree-id201 . -1) (undo-tree-id202 . -1) (undo-tree-id203 . -1) (undo-tree-id204 . -1) (undo-tree-id205 . -1) (undo-tree-id206 . -1) (undo-tree-id207 . -1) (undo-tree-id208 . -1) (undo-tree-id209 . -1) (undo-tree-id210 . -1) (undo-tree-id211 . -1) (undo-tree-id212 . -1) (undo-tree-id213 . -1) (undo-tree-id214 . -1) (undo-tree-id215 . -1) (undo-tree-id216 . -1) (undo-tree-id217 . -1) (undo-tree-id218 . -1) (undo-tree-id219 . -1) (undo-tree-id220 . -1) (undo-tree-id221 . -1) (undo-tree-id222 . -1) (undo-tree-id223 . -1) (undo-tree-id224 . -1) (undo-tree-id225 . -1) (undo-tree-id226 . -1) (undo-tree-id227 . -1) (undo-tree-id228 . -1) (undo-tree-id229 . -1) (undo-tree-id230 . -1) (undo-tree-id231 . -1) (undo-tree-id232 . -1) (undo-tree-id233 . -1) (undo-tree-id234 . -1) (undo-tree-id235 . -1) (undo-tree-id236 . -1) (undo-tree-id237 . -1) (undo-tree-id238 . -1) (undo-tree-id239 . -1) (undo-tree-id240 . -2) (undo-tree-id241 . -1) (undo-tree-id242 . -2) (undo-tree-id243 . -2) (undo-tree-id244 . -2) (undo-tree-id245 . -2) (undo-tree-id246 . -2) (undo-tree-id247 . -2) (undo-tree-id248 . -2) (undo-tree-id249 . -2) (undo-tree-id250 . -2) (undo-tree-id251 . -2) (undo-tree-id252 . -2) (undo-tree-id253 . -2) (undo-tree-id254 . -2) (undo-tree-id255 . -2) (undo-tree-id256 . -2) (undo-tree-id257 . -2) (undo-tree-id258 . -2) (undo-tree-id259 . -2) (undo-tree-id260 . -2) (undo-tree-id261 . -2) (undo-tree-id262 . -2) (undo-tree-id263 . -2) (undo-tree-id264 . -2) (undo-tree-id265 . -2) (undo-tree-id266 . -2) (undo-tree-id267 . -2) (undo-tree-id268 . -2) (undo-tree-id269 . -2) (undo-tree-id270 . -2) (undo-tree-id271 . -2) (undo-tree-id272 . -2) (undo-tree-id273 . -2) (undo-tree-id274 . -2) (undo-tree-id275 . -2) (undo-tree-id276 . -2) (undo-tree-id277 . -2) (undo-tree-id278 . -2) (undo-tree-id279 . -2) (undo-tree-id280 . -2) (undo-tree-id281 . -2) (undo-tree-id282 . -2) (undo-tree-id283 . -2) (undo-tree-id284 . -2) (undo-tree-id285 . -2) (undo-tree-id286 . -2) (undo-tree-id287 . -2) (undo-tree-id288 . -2) (undo-tree-id289 . -2) (undo-tree-id290 . -2) (undo-tree-id291 . -2) (undo-tree-id292 . -2) (undo-tree-id293 . -2) (undo-tree-id294 . -2) (undo-tree-id295 . -2) (undo-tree-id296 . -2) (undo-tree-id297 . -2) (undo-tree-id298 . -2) (undo-tree-id299 . -2) (undo-tree-id300 . -2) (undo-tree-id301 . -2) (undo-tree-id302 . -2) (undo-tree-id303 . -2) (undo-tree-id304 . -2) (undo-tree-id305 . -2) (undo-tree-id306 . -2) (undo-tree-id307 . -2) (undo-tree-id308 . -2) (undo-tree-id309 . -2) (undo-tree-id310 . -2) (undo-tree-id311 . -2) (undo-tree-id312 . -2) (undo-tree-id313 . -2) (undo-tree-id314 . -2) (undo-tree-id315 . -2) (undo-tree-id316 . -2) (undo-tree-id317 . -2) (undo-tree-id318 . -2) (undo-tree-id319 . -2) (undo-tree-id320 . -2) (undo-tree-id321 . -2) (undo-tree-id322 . -2) (undo-tree-id323 . -3) (undo-tree-id324 . -2) (undo-tree-id325 . -3) (undo-tree-id326 . -3) (undo-tree-id327 . -3) (undo-tree-id328 . -3) (undo-tree-id329 . -3) (undo-tree-id330 . -3) (undo-tree-id331 . -3) (undo-tree-id332 . -3) (undo-tree-id333 . -3) (undo-tree-id334 . -3) (undo-tree-id335 . -3) (undo-tree-id336 . -3) (undo-tree-id337 . -3) (undo-tree-id338 . -3) (undo-tree-id339 . -3) (undo-tree-id340 . -3) (undo-tree-id341 . -3) (undo-tree-id342 . -3) (undo-tree-id343 . -3) (undo-tree-id344 . -3) (undo-tree-id345 . -3) (undo-tree-id346 . -3) (undo-tree-id347 . -3) (undo-tree-id348 . -3) (undo-tree-id349 . -3) (undo-tree-id350 . -3) (undo-tree-id351 . -3) (undo-tree-id352 . -3) (undo-tree-id353 . -3) (undo-tree-id354 . -3) (undo-tree-id355 . -3) (undo-tree-id356 . -3) (undo-tree-id357 . -3) (undo-tree-id358 . -3) (undo-tree-id359 . -3) (undo-tree-id360 . -3) (undo-tree-id361 . -3) (undo-tree-id362 . -3) (undo-tree-id363 . -3) (undo-tree-id364 . -3) (undo-tree-id365 . -3) (undo-tree-id366 . -3) (undo-tree-id367 . -3) (undo-tree-id368 . -3) (undo-tree-id369 . -3) (undo-tree-id370 . -3) (undo-tree-id371 . -3) (undo-tree-id372 . -3) (undo-tree-id373 . -3) (undo-tree-id374 . -3) (undo-tree-id375 . -3) (undo-tree-id376 . -3) (undo-tree-id377 . -3) (undo-tree-id378 . -3) (undo-tree-id379 . -3) (undo-tree-id380 . -3) (undo-tree-id381 . -3) (undo-tree-id382 . -3) (undo-tree-id383 . -3) (undo-tree-id384 . -3) (undo-tree-id385 . -3) (undo-tree-id386 . -3) (undo-tree-id387 . -3) (undo-tree-id388 . -3) (undo-tree-id389 . -3) (undo-tree-id390 . -3) (undo-tree-id391 . -3) (undo-tree-id392 . -3) (undo-tree-id393 . -3) (undo-tree-id394 . -3) (undo-tree-id395 . -3) (undo-tree-id396 . -3) (undo-tree-id397 . -3) (undo-tree-id398 . -3) (undo-tree-id399 . -3) (undo-tree-id400 . -3) (undo-tree-id401 . -3) (undo-tree-id402 . -3) (undo-tree-id403 . -3) (undo-tree-id404 . -3) (undo-tree-id405 . -3) (undo-tree-id406 . -4) (undo-tree-id407 . -3) (undo-tree-id408 . -4) (undo-tree-id409 . -4) (undo-tree-id410 . -4) (undo-tree-id411 . -4) (undo-tree-id412 . -4) (undo-tree-id413 . -4) (undo-tree-id414 . -4) (undo-tree-id415 . -4) (undo-tree-id416 . -4) (undo-tree-id417 . -4) (undo-tree-id418 . -4) (undo-tree-id419 . -4) (undo-tree-id420 . -4) (undo-tree-id421 . -4) (undo-tree-id422 . -4) (undo-tree-id423 . -4) (undo-tree-id424 . -4) (undo-tree-id425 . -4) (undo-tree-id426 . -4) (undo-tree-id427 . -4) (undo-tree-id428 . -4) (undo-tree-id429 . -4) (undo-tree-id430 . -4) (undo-tree-id431 . -4) (undo-tree-id432 . -4) (undo-tree-id433 . -4) (undo-tree-id434 . -4) (undo-tree-id435 . -4) (undo-tree-id436 . -4) (undo-tree-id437 . -4) (undo-tree-id438 . -4) (undo-tree-id439 . -4) (undo-tree-id440 . -4) (undo-tree-id441 . -4) (undo-tree-id442 . -4) (undo-tree-id443 . -4) (undo-tree-id444 . -4) (undo-tree-id445 . -4) (undo-tree-id446 . -4) (undo-tree-id447 . -4) (undo-tree-id448 . -4) (undo-tree-id449 . -4) (undo-tree-id450 . -4) (undo-tree-id451 . -4) (undo-tree-id452 . -4) (undo-tree-id453 . -4) (undo-tree-id454 . -4) (undo-tree-id455 . -4) (undo-tree-id456 . -4) (undo-tree-id457 . -4) (undo-tree-id458 . -4) (undo-tree-id459 . -4) (undo-tree-id460 . -4) (undo-tree-id461 . -4) (undo-tree-id462 . -4) (undo-tree-id463 . -4) (undo-tree-id464 . -4) (undo-tree-id465 . -4) (undo-tree-id466 . -4) (undo-tree-id467 . -4) (undo-tree-id468 . -4) (undo-tree-id469 . -4) (undo-tree-id470 . -4) (undo-tree-id471 . -4) (undo-tree-id472 . -4) (undo-tree-id473 . -4) (undo-tree-id474 . -4) (undo-tree-id475 . -4) (undo-tree-id476 . -4) (undo-tree-id477 . -4) (undo-tree-id478 . -4) (undo-tree-id479 . -4) (undo-tree-id480 . -4) (undo-tree-id481 . -4) (undo-tree-id482 . -4) (undo-tree-id483 . -4) (undo-tree-id484 . -4) (undo-tree-id485 . -4) (undo-tree-id486 . -4) (undo-tree-id487 . -4) (undo-tree-id488 . -4) (undo-tree-id489 . -4) (undo-tree-id490 . -4) (undo-tree-id491 . -4) (undo-tree-id492 . -4) (undo-tree-id493 . -4) (undo-tree-id494 . -4) (undo-tree-id495 . -4) (undo-tree-id496 . -4) (undo-tree-id497 . -4) (undo-tree-id498 . -4) (undo-tree-id499 . -4) (undo-tree-id500 . -4) (undo-tree-id501 . -4) (undo-tree-id502 . -4) (undo-tree-id503 . -4) (undo-tree-id504 . -4) (undo-tree-id505 . -4) (undo-tree-id506 . -4) (undo-tree-id507 . -4) (undo-tree-id508 . -4) (undo-tree-id509 . -4) (undo-tree-id510 . -4) (undo-tree-id511 . -4) (undo-tree-id512 . -4) (undo-tree-id513 . -4) (undo-tree-id514 . -4) (undo-tree-id515 . -4) (undo-tree-id516 . -4) (undo-tree-id517 . -4) (undo-tree-id518 . -4) (undo-tree-id519 . -4) (undo-tree-id520 . -4) (undo-tree-id521 . -4) (undo-tree-id522 . -4) (undo-tree-id523 . -4) (undo-tree-id524 . -4) (undo-tree-id525 . -4) (undo-tree-id526 . -4) (undo-tree-id527 . -4) (undo-tree-id528 . -4) (undo-tree-id529 . -4) (undo-tree-id530 . -4) (undo-tree-id531 . -4) (undo-tree-id532 . -4) (undo-tree-id533 . -4) (undo-tree-id534 . -4) (undo-tree-id535 . -4) (undo-tree-id536 . -4) (undo-tree-id537 . -4) (undo-tree-id538 . -4) (undo-tree-id539 . -4) (undo-tree-id540 . -4) (undo-tree-id541 . -4) (undo-tree-id542 . -4) (undo-tree-id543 . -4) (undo-tree-id544 . -4) (undo-tree-id545 . -4) (undo-tree-id546 . -4) (undo-tree-id547 . -4) (undo-tree-id548 . -4) (undo-tree-id549 . -4) (undo-tree-id550 . -4) (undo-tree-id551 . -4) (undo-tree-id552 . -4) (undo-tree-id553 . -4) (undo-tree-id554 . -4) (undo-tree-id555 . -4) (undo-tree-id556 . -4) (undo-tree-id557 . -4) (undo-tree-id558 . -4) (undo-tree-id559 . -4) (undo-tree-id560 . -4) (undo-tree-id561 . -4) (undo-tree-id562 . -4) (undo-tree-id563 . -4) (undo-tree-id564 . -4) (undo-tree-id565 . -4) (undo-tree-id566 . -4) (undo-tree-id567 . -4) (undo-tree-id568 . -4) (undo-tree-id569 . -4) (undo-tree-id570 . -4) (undo-tree-id571 . -4) (undo-tree-id572 . -4) (undo-tree-id573 . -4) (undo-tree-id574 . -4) (undo-tree-id575 . -4) (undo-tree-id576 . -4) (undo-tree-id577 . -4) (undo-tree-id578 . -4) (undo-tree-id579 . -4) (undo-tree-id580 . -4) (undo-tree-id581 . -4) (undo-tree-id582 . -4) (undo-tree-id583 . -4) (undo-tree-id584 . -4) (undo-tree-id585 . -4) (undo-tree-id586 . -4) (undo-tree-id587 . -4) (undo-tree-id588 . -4) (undo-tree-id589 . -4) (undo-tree-id590 . -4) (undo-tree-id591 . -4) (undo-tree-id592 . -4) (undo-tree-id593 . -4) (undo-tree-id594 . -4) (undo-tree-id595 . -4) (undo-tree-id596 . -4) (undo-tree-id597 . -4) (undo-tree-id598 . -4) (undo-tree-id599 . -4) (undo-tree-id600 . -4) (undo-tree-id601 . -4) (undo-tree-id602 . -4) (undo-tree-id603 . -4) (undo-tree-id604 . -4) (undo-tree-id605 . -4) (undo-tree-id606 . -4) (undo-tree-id607 . -4) (undo-tree-id608 . -4) (undo-tree-id609 . -4) (undo-tree-id610 . -4) (undo-tree-id611 . -4) (undo-tree-id612 . -4) (undo-tree-id613 . -4) (undo-tree-id614 . -4) (undo-tree-id615 . -4) (undo-tree-id616 . -4) (undo-tree-id617 . -4) (undo-tree-id618 . -4) (undo-tree-id619 . -4) (undo-tree-id620 . -4) (undo-tree-id621 . -4) (undo-tree-id622 . -4) (undo-tree-id623 . -4) (undo-tree-id624 . -4) (undo-tree-id625 . -4) (undo-tree-id626 . -4) (undo-tree-id627 . -4) (undo-tree-id628 . -4) (undo-tree-id629 . -4) (undo-tree-id630 . -4) (undo-tree-id631 . -4) (undo-tree-id632 . -4) (undo-tree-id633 . -4) (undo-tree-id634 . -4) (undo-tree-id635 . -4) (undo-tree-id636 . -4) (undo-tree-id637 . -4) (undo-tree-id638 . -4) (undo-tree-id639 . -4) (undo-tree-id640 . -4) (undo-tree-id641 . -4) (undo-tree-id642 . -4) (undo-tree-id643 . -4) (undo-tree-id644 . -4) (undo-tree-id645 . -4) (undo-tree-id646 . -4) (undo-tree-id647 . -4) (undo-tree-id648 . -4) (undo-tree-id649 . -4) (undo-tree-id650 . -4) 22548 (t 24258 23784 53091 217000)) nil (24258 23971 409306 250000) 0 nil]) nil nil (24258 23971 409342 685000) 0 nil] #1# 35826 11 nil) \ No newline at end of file diff --git a/configs/spacemacs-develop/.spacemacs.env b/configs/spacemacs-develop/.spacemacs.env new file mode 100644 index 0000000000000000000000000000000000000000..8815c60f14fd7f434f951aab448482528ea990ee --- /dev/null +++ b/configs/spacemacs-develop/.spacemacs.env @@ -0,0 +1,103 @@ +# --------------------------------------------------------------------------- +# Spacemacs environment variables +# --------------------------------------------------------------------------- +# This file has been generated by Spacemacs. It contains all environment +# variables defined in your default shell except those with names matching +# regexps in `spacemacs-ignored-environment-variables'. If you add any +# duplicate settings for a variable, only the first setting is effective. +# PATH is a special case: all PATH settings are read, each non-duplicate +# directory entry is appended to the `exec-path' variable, and then PATH is +# set to the final value of `exec-path'. +# +# You can safely edit this file to change values or add or remove entries. +# Spacemacs won't overwrite the file unless you call the function +# `spacemacs/force-init-spacemacs-env'. +# +# If you don't want to use this file but would rather manage your environment +# variables yourself, remove the call to `spacemacs/load-spacemacs-env' from +# the `dotspacemacs/user-env' function in your dotfile and replace it with +# your own initialization code. You can use `exec-path-from-shell' if you add +# it to your additional packages, or simply use `setenv' and +# `(add-to-list 'exec-path ...)', which are built-in. +# +# It is recommended to use this file as it unambiguously and explicitly sets +# the values of your environment variables. +# --------------------------------------------------------------------------- + +# Environment variables: +# ---------------------- +BASH_FUNC_mefs_indent_message%%=() { echo -e "\033[1;32m#-> $1\033[0m" +BASH_FUNC_mefs_message%%=() { echo -e "$1\033[0m" +} +CINNAMON_VERSION=4.4.8 +} +CINNAMON_VERSION=4.4.8 +COLORTERM=truecolor +DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path +DESKTOP_SESSION=cinnamon +DISPLAY=:0 +GDMSESSION=cinnamon +GDM_LANG=en_US +GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/terminator.desktop +GIO_LAUNCHED_DESKTOP_FILE_PID=31221 +GJS_DEBUG_OUTPUT=stderr +GJS_DEBUG_TOPICS=JS ERROR;JS LOG +GNOME_DESKTOP_SESSION_ID=this-is-deprecated +GTK_MODULES=gail:atk-bridge +GTK_OVERLAY_SCROLLING=1 +HOME=/home/ulys +LANG=en_US.UTF-8 +LANGUAGE=en_US +LC_ADDRESS=fr_FR.UTF-8 +LC_IDENTIFICATION=fr_FR.UTF-8 +LC_MEASUREMENT=fr_FR.UTF-8 +LC_MONETARY=fr_FR.UTF-8 +LC_NAME=fr_FR.UTF-8 +LC_NUMERIC=fr_FR.UTF-8 +LC_PAPER=fr_FR.UTF-8 +LC_TELEPHONE=fr_FR.UTF-8 +LESS=-R +LOGNAME=ulys +LSCOLORS=Gxfxcxdxbxegedabagacad +LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36: +MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path +OLDPWD=/home/ulys/emacs/flavors/spacemacs-develop +PAGER=less +PATH=~/bin:/home/ulys/bin:/usr/local/bin:~/bin:/home/ulys/bin:/usr/local/bin:/home/ulys/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin +PATH=~/bin:/home/ulys/bin:/usr/local/bin:/home/ulys/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin +PWD=/home/ulys/emacs/flavors/spacemacs-develop +} +QT_ACCESSIBILITY=1 +} +QT_ACCESSIBILITY=1 +QT_QPA_PLATFORMTHEME=qt5ct +SESSION_MANAGER=local/ITAK:@/tmp/.ICE-unix/1242,unix/ITAK:/tmp/.ICE-unix/1242 +SHELL=/bin/zsh +SHLVL=3 +SPACEMACSDIR=~/emacs/configs/spacemacs-develop +TERM=xterm-256color +TERMINATOR_DBUS_NAME=net.tenshu.Terminator20x1a6021154d881c +TERMINATOR_DBUS_PATH=/net/tenshu/Terminator2 +TERMINATOR_UUID=urn:uuid:78c1e8a7-bd39-42ed-8556-50f58abe6636 +USER=ulys +VTE_VERSION=5202 +XAUTHORITY=/home/ulys/.Xauthority +XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg +XDG_CURRENT_DESKTOP=X-Cinnamon +XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/home/ulys/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop +XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ulys +XDG_RUNTIME_DIR=/run/user/1000 +XDG_SEAT=seat0 +XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 +XDG_SESSION_DESKTOP=cinnamon +XDG_SESSION_ID=c2 +XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 +XDG_SESSION_TYPE=x11 +XDG_VTNR=7 +ZSH=/home/ulys/.oh-my-zsh +_=/usr/bin/env +mefs_CHEMACSDIR=/home/ulys/emacs/chemacs +mefs_CONFIGDIR=/home/ulys/emacs/configs +mefs_EMACSDIR=/home/ulys/emacs +mefs_FLAVORDIR=/home/ulys/emacs/flavors +mefs_THISREPODIR=/home/ulys/emacs/multiple-emacs-flavor-setup diff --git a/configs/spacemacs-develop/dot-init.el b/configs/spacemacs-develop/dot-init.el new file mode 100644 index 0000000000000000000000000000000000000000..d45cfa98e9160da27bb834409640952db04b14ff --- /dev/null +++ b/configs/spacemacs-develop/dot-init.el @@ -0,0 +1,2 @@ +(defun dotspacemacs/init-specific () + ) diff --git a/configs/spacemacs-develop/dot-layers.el b/configs/spacemacs-develop/dot-layers.el new file mode 100644 index 0000000000000000000000000000000000000000..050ee678955d23a56a6161ab387ac435cd37fa3b --- /dev/null +++ b/configs/spacemacs-develop/dot-layers.el @@ -0,0 +1,53 @@ +(defun dotspacemacs/layers-specific () + + (setq-default + dotspacemacs-configuration-layers + (append dotspacemacs-configuration-layers + '( + ;; -------- Languages + ;; ess + ;; html + ;; latex + ;; markdown + ;; python + ;; julia + ;; javascript + ;; sql + ;; go + + + ;; -------- Others + ;; systemd + ;; csv + + ;; -------- Applications + ;; org + ;; gnus + ;; fasd + + ;; -------- Project management + ;; git + ;; (treemacs :variables + ;; treemacs-use-follow-mode t + ;; treemacs-use-filewatch-mode t) + + ;; -------- Tools + ;; pdf + ;; (shell :variables + ;; shell-default-term-shell "/bin/zsh" + ;; shell-default-height 30 + ;; shell-default-position 'bottom) + ;; (spell-checking :variables spell-checking-enable-by-default nil) + ;; (auto-completion :variables + ;; auto-completion-enable-snippets-in-popup t + ;; auto-completion-enable-help-tooltip t + ;; auto-completion-enable-sort-by-usage t + ;; ) + ;; syntax-checking + ;; spacemacs-purpose + + ;; ------- + ;; theming + )) + ) + ) diff --git a/configs/spacemacs-develop/dot-user-config.el b/configs/spacemacs-develop/dot-user-config.el new file mode 100644 index 0000000000000000000000000000000000000000..55e5b5b4b29ec605c56b6a88aa9e6341572905ee --- /dev/null +++ b/configs/spacemacs-develop/dot-user-config.el @@ -0,0 +1,2 @@ +(defun dotspacemacs/user-config-specific () + ) diff --git a/configs/spacemacs-develop/dot-user-env.el b/configs/spacemacs-develop/dot-user-env.el new file mode 100644 index 0000000000000000000000000000000000000000..32a5fe2288775c517db6d5468f521fa7fd70f68d --- /dev/null +++ b/configs/spacemacs-develop/dot-user-env.el @@ -0,0 +1 @@ +(defun dotspacemacs/user-env-specific ()) diff --git a/configs/spacemacs-develop/dot-user-init.el b/configs/spacemacs-develop/dot-user-init.el new file mode 100644 index 0000000000000000000000000000000000000000..64a0308deb9aec32fa61b027084e967b077d2c6a --- /dev/null +++ b/configs/spacemacs-develop/dot-user-init.el @@ -0,0 +1 @@ +(defun dotspacemacs/user-init-specific ()) diff --git a/configs/spacemacs-develop/dot-user-load.el b/configs/spacemacs-develop/dot-user-load.el new file mode 100644 index 0000000000000000000000000000000000000000..827ace5e90f0214528032c815b74c5676bd08076 --- /dev/null +++ b/configs/spacemacs-develop/dot-user-load.el @@ -0,0 +1,3 @@ + +(defun dotspacemacs/user-load-specific () + ) diff --git a/configs/spacemacs-develop/init.el b/configs/spacemacs-develop/init.el new file mode 100644 index 0000000000000000000000000000000000000000..841ecd15de20c0e0b0ecfb6385faf9757063dd3e --- /dev/null +++ b/configs/spacemacs-develop/init.el @@ -0,0 +1,554 @@ +;; -*- mode: emacs-lisp; lexical-binding: t -*- +;; This file is loaded by Spacemacs at startup. +;; It must be stored in your home directory. + +;; determine config directory +(setq config-emacs-directory (replace-regexp-in-string "flavors" "configs" user-emacs-directory)) + +(defun load-config-file (filename) + (load (concat config-emacs-directory filename))) + +(defun dotspacemacs/layers () + "Layer configuration: +This function should only modify configuration layer settings." + + ;; -------------------------------------------------- + ;; ------ Configuration common to all versions ------ + ;; -------------------------------------------------- + + ;; Settings + (setq-default + ;; Base distribution to use. This is a layer contained in the directory + ;; `+distribution'. For now available distributions are `spacemacs-base' + ;; or `spacemacs'. (default 'spacemacs) + dotspacemacs-distribution 'spacemacs + + ;; Lazy installation of layers (i.e. layers are installed only when a file + ;; with a supported type is opened). Possible values are `all', `unused' + ;; and `nil'. `unused' will lazy install only unused layers (i.e. layers + ;; not listed in variable `dotspacemacs-configuration-layers'), `all' will + ;; lazy install any layer that support lazy installation even the layers + ;; listed in `dotspacemacs-configuration-layers'. `nil' disable the lazy + ;; installation feature and you have to explicitly list a layer in the + ;; variable `dotspacemacs-configuration-layers' to install it. + ;; (default 'unused) + dotspacemacs-enable-lazy-installation 'unused + + ;; If non-nil then Spacemacs will ask for confirmation before installing + ;; a layer lazily. (default t) + dotspacemacs-ask-for-lazy-installation t + + ;; List of additional paths where to look for configuration layers. + ;; Paths must have a trailing slash (i.e. `~/.mycontribs/') + dotspacemacs-configuration-layer-path '() + ;; List of additional packages that will be installed without being + ;; wrapped in a layer. If you need some configuration for these + ;; packages, then consider creating a layer. You can also put the + ;; configuration in `dotspacemacs/user-config'. + ;; To use a local version of a package, use the `:location' property: + ;; '(your-package :location "~/path/to/your-package/") + ;; Also include the dependencies as they will not be resolved automatically. + dotspacemacs-additional-packages '() + + ;; A list of packages that cannot be updated. + dotspacemacs-frozen-packages '() + + ;; A list of packages that will not be installed and loaded. + dotspacemacs-excluded-packages '() + + ;; Defines the behaviour of Spacemacs when installing packages. + ;; Possible values are `used-only', `used-but-keep-unused' and `all'. + ;; `used-only' installs only explicitly used packages and deletes any unused + ;; packages as well as their unused dependencies. `used-but-keep-unused' + ;; installs only the used packages but won't delete unused ones. `all' + ;; installs *all* packages supported by Spacemacs and never uninstalls them. + ;; (default is `used-only') + dotspacemacs-install-packages 'used-only) + + ;; Layers +(setq-default + ;; List of configuration layers to load. + dotspacemacs-configuration-layers + '( + helm + ;; (helm :variables + ;; helm-position 'bottom + ;; helm-no-header t) + + emacs-lisp +) + ) + ;; -------------------------------------------------- + ;; ----- Configuration specific to this version ----- + ;; -------------------------------------------------- + + (load-config-file "dot-layers.el") + (dotspacemacs/layers-specific) + ) + +(defun dotspacemacs/init () + "Initialization: +This function is called at the very beginning of Spacemacs startup, +before layer configuration. +It should only modify the values of Spacemacs settings." + + ;; -------------------------------------------------- + ;; ------ Configuration common to all versions ------ + ;; -------------------------------------------------- + + ;; This setq-default sexp is an exhaustive list of all the supported + ;; spacemacs settings. + (setq-default + ;; If non-nil then enable support for the portable dumper. You'll need + ;; to compile Emacs 27 from source following the instructions in file + ;; EXPERIMENTAL.org at to root of the git repository. + ;; (default nil) + dotspacemacs-enable-emacs-pdumper nil + + ;; Name of executable file pointing to emacs 27+. This executable must be + ;; in your PATH. + ;; (default "emacs") + dotspacemacs-emacs-pdumper-executable-file "emacs" + + ;; Name of the Spacemacs dump file. This is the file will be created by the + ;; portable dumper in the cache directory under dumps sub-directory. + ;; To load it when starting Emacs add the parameter `--dump-file' + ;; when invoking Emacs 27.1 executable on the command line, for instance: + ;; ./emacs --dump-file=~/.emacs.d/.cache/dumps/spacemacs.pdmp + ;; (default spacemacs.pdmp) + dotspacemacs-emacs-dumper-dump-file "spacemacs.pdmp" + + ;; If non-nil ELPA repositories are contacted via HTTPS whenever it's + ;; possible. Set it to nil if you have no way to use HTTPS in your + ;; environment, otherwise it is strongly recommended to let it set to t. + ;; This variable has no effect if Emacs is launched with the parameter + ;; `--insecure' which forces the value of this variable to nil. + ;; (default t) + dotspacemacs-elpa-https t + + ;; Maximum allowed time in seconds to contact an ELPA repository. + ;; (default 5) + dotspacemacs-elpa-timeout 5 + + ;; Set `gc-cons-threshold' and `gc-cons-percentage' when startup finishes. + ;; This is an advanced option and should not be changed unless you suspect + ;; performance issues due to garbage collection operations. + ;; (default '(100000000 0.1)) + dotspacemacs-gc-cons '(100000000 0.1) + + ;; Set `read-process-output-max' when startup finishes. + ;; This defines how much data is read from a foreign process. + ;; Setting this >= 1 MB should increase performance for lsp servers + ;; in emacs 27. + ;; (default (* 1024 1024)) + dotspacemacs-read-process-output-max (* 1024 1024) + + ;; If non-nil then Spacelpa repository is the primary source to install + ;; a locked version of packages. If nil then Spacemacs will install the + ;; latest version of packages from MELPA. (default nil) + dotspacemacs-use-spacelpa nil + + ;; If non-nil then verify the signature for downloaded Spacelpa archives. + ;; (default t) + dotspacemacs-verify-spacelpa-archives t + + ;; If non-nil then spacemacs will check for updates at startup + ;; when the current branch is not `develop'. Note that checking for + ;; new versions works via git commands, thus it calls GitHub services + ;; whenever you start Emacs. (default nil) + dotspacemacs-check-for-update nil + + ;; If non-nil, a form that evaluates to a package directory. For example, to + ;; use different package directories for different Emacs versions, set this + ;; to `emacs-version'. (default 'emacs-version) + dotspacemacs-elpa-subdirectory 'emacs-version + + ;; One of `vim', `emacs' or `hybrid'. + ;; `hybrid' is like `vim' except that `insert state' is replaced by the + ;; `hybrid state' with `emacs' key bindings. The value can also be a list + ;; with `:variables' keyword (similar to layers). Check the editing styles + ;; section of the documentation for details on available variables. + ;; (default 'vim) + dotspacemacs-editing-style 'hybrid + + ;; If non-nil show the version string in the Spacemacs buffer. It will + ;; appear as (spacemacs version)@(emacs version) + ;; (default t) + dotspacemacs-startup-buffer-show-version t + + ;; Specify the startup banner. Default value is `official', it displays + ;; the official spacemacs logo. An integer value is the index of text + ;; banner, `random' chooses a random text banner in `core/banners' + ;; directory. A string value must be a path to an image format supported + ;; by your Emacs build. + ;; If the value is nil then no banner is displayed. (default 'official) + dotspacemacs-startup-banner 'official + + ;; List of items to show in startup buffer or an association list of + ;; the form `(list-type . list-size)`. If nil then it is disabled. + ;; Possible values for list-type are: + ;; `recents' `bookmarks' `projects' `agenda' `todos'. + ;; List sizes may be nil, in which case + ;; `spacemacs-buffer-startup-lists-length' takes effect. + dotspacemacs-startup-lists '((recents . 5) + (projects . 7)) + + ;; True if the home buffer should respond to resize events. (default t) + dotspacemacs-startup-buffer-responsive t + + ;; Default major mode for a new empty buffer. Possible values are mode + ;; names such as `text-mode'; and `nil' to use Fundamental mode. + ;; (default `text-mode') + dotspacemacs-new-empty-buffer-major-mode 'text-mode + + ;; Default major mode of the scratch buffer (default `text-mode') + dotspacemacs-scratch-mode 'text-mode + + ;; Initial message in the scratch buffer, such as "Welcome to Spacemacs!" + ;; (default nil) + dotspacemacs-initial-scratch-message nil + + ;; List of themes, the first of the list is loaded when spacemacs starts. + ;; Press `SPC T n' to cycle to the next theme in the list (works great + ;; with 2 themes variants, one dark and one light) + dotspacemacs-themes '(spacemacs-dark + spacemacs-light) + + ;; Set the theme for the Spaceline. Supported themes are `spacemacs', + ;; `all-the-icons', `custom', `doom', `vim-powerline' and `vanilla'. The + ;; first three are spaceline themes. `doom' is the doom-emacs mode-line. + ;; `vanilla' is default Emacs mode-line. `custom' is a user defined themes, + ;; refer to the DOCUMENTATION.org for more info on how to create your own + ;; spaceline theme. Value can be a symbol or list with additional properties. + ;; (default '(spacemacs :separator wave :separator-scale 1.5)) + dotspacemacs-mode-line-theme '(spacemacs :separator wave :separator-scale 1.5) + + ;; If non-nil the cursor color matches the state color in GUI Emacs. + ;; (default t) + dotspacemacs-colorize-cursor-according-to-state t + + ;; Default font or prioritized list of fonts. + dotspacemacs-default-font '("Source Code Pro" + :size 13.0 + :weight normal + :width normal) + + ;; The leader key (default "SPC") + dotspacemacs-leader-key "SPC" + + ;; The key used for Emacs commands `M-x' (after pressing on the leader key). + ;; (default "SPC") + dotspacemacs-emacs-command-key "SPC" + + ;; The key used for Vim Ex commands (default ":") + dotspacemacs-ex-command-key ":" + + ;; The leader key accessible in `emacs state' and `insert state' + ;; (default "M-m") + dotspacemacs-emacs-leader-key "M-m" + + ;; Major mode leader key is a shortcut key which is the equivalent of + ;; pressing `<leader> m`. Set it to `nil` to disable it. (default ",") + dotspacemacs-major-mode-leader-key "," + + ;; Major mode leader key accessible in `emacs state' and `insert state'. + ;; (default "C-M-m" for terminal mode, "<M-return>" for GUI mode). + ;; Thus M-RET should work as leader key in both GUI and terminal modes. + ;; C-M-m also should work in terminal mode, but not in GUI mode. + dotspacemacs-major-mode-emacs-leader-key (if window-system "<M-return>" "C-M-m") + + ;; These variables control whether separate commands are bound in the GUI to + ;; the key pairs `C-i', `TAB' and `C-m', `RET'. + ;; Setting it to a non-nil value, allows for separate commands under `C-i' + ;; and TAB or `C-m' and `RET'. + ;; In the terminal, these pairs are generally indistinguishable, so this only + ;; works in the GUI. (default nil) + dotspacemacs-distinguish-gui-tab nil + + ;; Name of the default layout (default "Default") + dotspacemacs-default-layout-name "TODO" + + ;; If non-nil the default layout name is displayed in the mode-line. + ;; (default nil) + dotspacemacs-display-default-layout t + + ;; If non-nil then the last auto saved layouts are resumed automatically upon + ;; start. (default nil) + dotspacemacs-auto-resume-layouts nil + + ;; If non-nil, auto-generate layout name when creating new layouts. Only has + ;; effect when using the "jump to layout by number" commands. (default nil) + dotspacemacs-auto-generate-layout-names nil + + ;; Size (in MB) above which spacemacs will prompt to open the large file + ;; literally to avoid performance issues. Opening a file literally means that + ;; no major mode or minor modes are active. (default is 1) + dotspacemacs-large-file-size 1 + + ;; Location where to auto-save files. Possible values are `original' to + ;; auto-save the file in-place, `cache' to auto-save the file to another + ;; file stored in the cache directory and `nil' to disable auto-saving. + ;; (default 'cache) + dotspacemacs-auto-save-file-location 'original + + ;; Maximum number of rollback slots to keep in the cache. (default 5) + dotspacemacs-max-rollback-slots 5 + + ;; If non-nil, the paste transient-state is enabled. While enabled, after you + ;; paste something, pressing `C-j' and `C-k' several times cycles through the + ;; elements in the `kill-ring'. (default nil) + dotspacemacs-enable-paste-transient-state t + + ;; Which-key delay in seconds. The which-key buffer is the popup listing + ;; the commands bound to the current keystroke sequence. (default 0.4) + dotspacemacs-which-key-delay 0.4 + + ;; Which-key frame position. Possible values are `right', `bottom' and + ;; `right-then-bottom'. right-then-bottom tries to display the frame to the + ;; right; if there is insufficient space it displays it at the bottom. + ;; (default 'bottom) + dotspacemacs-which-key-position 'bottom + + ;; Control where `switch-to-buffer' displays the buffer. If nil, + ;; `switch-to-buffer' displays the buffer in the current window even if + ;; another same-purpose window is available. If non-nil, `switch-to-buffer' + ;; displays the buffer in a same-purpose window even if the buffer can be + ;; displayed in the current window. (default nil) + dotspacemacs-switch-to-buffer-prefers-purpose nil + + ;; If non-nil a progress bar is displayed when spacemacs is loading. This + ;; may increase the boot time on some systems and emacs builds, set it to + ;; nil to boost the loading time. (default t) + dotspacemacs-loading-progress-bar t + + ;; If non-nil the frame is fullscreen when Emacs starts up. (default nil) + ;; (Emacs 24.4+ only) + dotspacemacs-fullscreen-at-startup t + + ;; If non-nil `spacemacs/toggle-fullscreen' will not use native fullscreen. + ;; Use to disable fullscreen animations in OSX. (default nil) + dotspacemacs-fullscreen-use-non-native nil + + ;; If non-nil the frame is maximized when Emacs starts up. + ;; Takes effect only if `dotspacemacs-fullscreen-at-startup' is nil. + ;; (default nil) (Emacs 24.4+ only) + dotspacemacs-maximized-at-startup nil + + ;; If non-nil the frame is undecorated when Emacs starts up. Combine this + ;; variable with `dotspacemacs-maximized-at-startup' in OSX to obtain + ;; borderless fullscreen. (default nil) + dotspacemacs-undecorated-at-startup nil + + ;; A value from the range (0..100), in increasing opacity, which describes + ;; the transparency level of a frame when it's active or selected. + ;; Transparency can be toggled through `toggle-transparency'. (default 90) + dotspacemacs-active-transparency 90 + + ;; A value from the range (0..100), in increasing opacity, which describes + ;; the transparency level of a frame when it's inactive or deselected. + ;; Transparency can be toggled through `toggle-transparency'. (default 90) + dotspacemacs-inactive-transparency 90 + + ;; If non-nil show the titles of transient states. (default t) + dotspacemacs-show-transient-state-title t + + ;; If non-nil show the color guide hint for transient state keys. (default t) + dotspacemacs-show-transient-state-color-guide t + + ;; If non-nil unicode symbols are displayed in the mode line. + ;; If you use Emacs as a daemon and wants unicode characters only in GUI set + ;; the value to quoted `display-graphic-p'. (default t) + dotspacemacs-mode-line-unicode-symbols nil + + ;; If non-nil smooth scrolling (native-scrolling) is enabled. Smooth + ;; scrolling overrides the default behavior of Emacs which recenters point + ;; when it reaches the top or bottom of the screen. (default t) + dotspacemacs-smooth-scrolling t + + ;; Control line numbers activation. + ;; If set to `t', `relative' or `visual' then line numbers are enabled in all + ;; `prog-mode' and `text-mode' derivatives. If set to `relative', line + ;; numbers are relative. If set to `visual', line numbers are also relative, + ;; but lines are only visual lines are counted. For example, folded lines + ;; will not be counted and wrapped lines are counted as multiple lines. + ;; This variable can also be set to a property list for finer control: + ;; '(:relative nil + ;; :visual nil + ;; :disabled-for-modes dired-mode + ;; doc-view-mode + ;; markdown-mode + ;; org-mode + ;; pdf-view-mode + ;; text-mode + ;; :size-limit-kb 1000) + ;; When used in a plist, `visual' takes precedence over `relative'. + ;; (default nil) + dotspacemacs-line-numbers 'visual + + ;; Code folding method. Possible values are `evil' and `origami'. + ;; (default 'evil) + dotspacemacs-folding-method 'evil + + ;; If non-nil `smartparens-strict-mode' will be enabled in programming modes. + ;; (default nil) + dotspacemacs-smartparens-strict-mode nil + + ;; If non-nil pressing the closing parenthesis `)' key in insert mode passes + ;; over any automatically added closing parenthesis, bracket, quote, etc... + ;; This can be temporary disabled by pressing `C-q' before `)'. (default nil) + dotspacemacs-smart-closing-parenthesis nil + + ;; Select a scope to highlight delimiters. Possible values are `any', + ;; `current', `all' or `nil'. Default is `all' (highlight any scope and + ;; emphasis the current one). (default 'all) + dotspacemacs-highlight-delimiters 'all + + ;; If non-nil, start an Emacs server if one is not already running. + ;; (default nil) + dotspacemacs-enable-server nil + + ;; Set the emacs server socket location. + ;; If nil, uses whatever the Emacs default is, otherwise a directory path + ;; like \"~/.emacs.d/server\". It has no effect if + ;; `dotspacemacs-enable-server' is nil. + ;; (default nil) + dotspacemacs-server-socket-dir nil + + ;; If non-nil, advise quit functions to keep server open when quitting. + ;; (default nil) + dotspacemacs-persistent-server nil + + ;; List of search tool executable names. Spacemacs uses the first installed + ;; tool of the list. Supported tools are `rg', `ag', `pt', `ack' and `grep'. + ;; (default '("rg" "ag" "pt" "ack" "grep")) + dotspacemacs-search-tools '("rg" "ag" "pt" "ack" "grep") + + ;; Format specification for setting the frame title. + ;; %a - the `abbreviated-file-name', or `buffer-name' + ;; %t - `projectile-project-name' + ;; %I - `invocation-name' + ;; %S - `system-name' + ;; %U - contents of $USER + ;; %b - buffer name + ;; %f - visited file name + ;; %F - frame name + ;; %s - process status + ;; %p - percent of buffer above top of window, or Top, Bot or All + ;; %P - percent of buffer above bottom of window, perhaps plus Top, or Bot or All + ;; %m - mode name + ;; %n - Narrow if appropriate + ;; %z - mnemonics of buffer, terminal, and keyboard coding systems + ;; %Z - like %z, but including the end-of-line format + ;; (default "%I@%S") + dotspacemacs-frame-title-format "%I@%S" + + ;; Format specification for setting the icon title format + ;; (default nil - same as frame-title-format) + dotspacemacs-icon-title-format nil + + ;; Delete whitespace while saving buffer. Possible values are `all' + ;; to aggressively delete empty line and long sequences of whitespace, + ;; `trailing' to delete only the whitespace at end of lines, `changed' to + ;; delete only whitespace for changed lines or `nil' to disable cleanup. + ;; (default nil) + dotspacemacs-whitespace-cleanup t + + ;; If non nil activate `clean-aindent-mode' which tries to correct + ;; virtual indentation of simple modes. This can interfer with mode specific + ;; indent handling like has been reported for `go-mode'. + ;; If it does deactivate it here. + ;; (default t) + dotspacemacs-use-clean-aindent-mode t + + ;; Either nil or a number of seconds. If non-nil zone out after the specified + ;; number of seconds. (default nil) + dotspacemacs-zone-out-when-idle nil + + ;; Run `spacemacs/prettify-org-buffer' when + ;; visiting README.org files of Spacemacs. + ;; (default nil) + dotspacemacs-pretty-docs nil) + + ;; -------------------------------------------------- + ;; ----- Configuration specific to this version ----- + ;; -------------------------------------------------- + (load-config-file "dot-init.el") + (dotspacemacs/init-specific) + ) + +(defun dotspacemacs/user-env () + "Environment variables setup. +This function defines the environment variables for your Emacs session. By +default it calls `spacemacs/load-spacemacs-env' which loads the environment +variables declared in `~/.spacemacs.env' or `~/.spacemacs.d/.spacemacs.env'. +See the header of this file for more information." + + ;; -------------------------------------------------- + ;; ------ Configuration common to all versions ------ + ;; -------------------------------------------------- + + + ;; -------------------------------------------------- + ;; ----- Configuration specific to this version ----- + ;; -------------------------------------------------- + (load-config-file "dot-user-env.el") + (dotspacemacs/user-env-specific) + ) + +(defun dotspacemacs/user-init () + "Initialization for user code: +This function is called immediately after `dotspacemacs/init', before layer +configuration. +It is mostly for variables that should be set before packages are loaded. +If you are unsure, try setting them in `dotspacemacs/user-config' first." + + ;; -------------------------------------------------- + ;; ------ Configuration common to all versions ------ + ;; -------------------------------------------------- + + + ;; -------------------------------------------------- + ;; ----- Configuration specific to this version ----- + ;; -------------------------------------------------- + (load-config-file "dot-user-init.el") + (dotspacemacs/user-init-specific) + ) + +(defun dotspacemacs/user-load () + "Library to load while dumping. +This function is called only while dumping Spacemacs configuration. You can +`require' or `load' the libraries of your choice that will be included in the +dump." + ;; -------------------------------------------------- + ;; ------ Configuration common to all versions ------ + ;; -------------------------------------------------- + + + ;; -------------------------------------------------- + ;; ----- Configuration specific to this version ----- + ;; -------------------------------------------------- + (load-config-file "dot-user-load.el") + (dotspacemacs/user-load-specific) + ) + +(defun dotspacemacs/user-config () + "Configuration for user code: +This function is called at the very end of Spacemacs startup, after layer +configuration. +Put your configuration code here, except for variables that should be set +before packages are loaded." + + ;; -------------------------------------------------- + ;; ------ Configuration common to all versions ------ + ;; -------------------------------------------------- + (setq undo-tree-auto-save-history t) + + ;; -------------------------------------------------- + ;; ----- Configuration specific to this version ----- + ;; -------------------------------------------------- + (load-config-file "dot-user-config.el") + (dotspacemacs/user-config-specific) + ) + +;; Do not write anything past this comment. This is where Emacs will +;; auto-generate custom variable definitions. diff --git a/configs/spacemacs-minimal/.spacemacs.env b/configs/spacemacs-minimal/.spacemacs.env new file mode 100644 index 0000000000000000000000000000000000000000..629243a612c6dd1da043bbe5c84f4897d6a196bf --- /dev/null +++ b/configs/spacemacs-minimal/.spacemacs.env @@ -0,0 +1,90 @@ +# --------------------------------------------------------------------------- +# Spacemacs environment variables +# --------------------------------------------------------------------------- +# This file has been generated by Spacemacs. It contains all environment +# variables defined in your default shell except those with names matching +# regexps in `spacemacs-ignored-environment-variables'. If you add any +# duplicate settings for a variable, only the first setting is effective. +# PATH is a special case: all PATH settings are read, each non-duplicate +# directory entry is appended to the `exec-path' variable, and then PATH is +# set to the final value of `exec-path'. +# +# You can safely edit this file to change values or add or remove entries. +# Spacemacs won't overwrite the file unless you call the function +# `spacemacs/force-init-spacemacs-env'. +# +# If you don't want to use this file but would rather manage your environment +# variables yourself, remove the call to `spacemacs/load-spacemacs-env' from +# the `dotspacemacs/user-env' function in your dotfile and replace it with +# your own initialization code. You can use `exec-path-from-shell' if you add +# it to your additional packages, or simply use `setenv' and +# `(add-to-list 'exec-path ...)', which are built-in. +# +# It is recommended to use this file as it unambiguously and explicitly sets +# the values of your environment variables. +# --------------------------------------------------------------------------- + +# Environment variables: +# ---------------------- +CINNAMON_VERSION=4.4.8 +COLORTERM=truecolor +DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path +DESKTOP_SESSION=cinnamon +DISPLAY=:0 +GDMSESSION=cinnamon +GDM_LANG=en_US +GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/terminator.desktop +GIO_LAUNCHED_DESKTOP_FILE_PID=7951 +GJS_DEBUG_OUTPUT=stderr +GJS_DEBUG_TOPICS=JS ERROR;JS LOG +GNOME_DESKTOP_SESSION_ID=this-is-deprecated +GTK_MODULES=gail:atk-bridge +GTK_OVERLAY_SCROLLING=1 +HOME=/home/ulys +LANG=en_US.UTF-8 +LANGUAGE=en_US +LC_ADDRESS=fr_FR.UTF-8 +LC_IDENTIFICATION=fr_FR.UTF-8 +LC_MEASUREMENT=fr_FR.UTF-8 +LC_MONETARY=fr_FR.UTF-8 +LC_NAME=fr_FR.UTF-8 +LC_NUMERIC=fr_FR.UTF-8 +LC_PAPER=fr_FR.UTF-8 +LC_TELEPHONE=fr_FR.UTF-8 +LESS=-R +LOGNAME=ulys +LSCOLORS=Gxfxcxdxbxegedabagacad +LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36: +MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path +OLDPWD=/home/ulys/emacs/configs +PAGER=less +PATH=~/bin:/home/ulys/bin:/usr/local/bin:~/bin:/home/ulys/bin:/usr/local/bin:/home/ulys/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin +PATH=~/bin:/home/ulys/bin:/usr/local/bin:/home/ulys/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin +PWD=/home/ulys/emacs/configs +QT_ACCESSIBILITY=1 +QT_QPA_PLATFORMTHEME=qt5ct +SESSION_MANAGER=local/ITAK:@/tmp/.ICE-unix/1242,unix/ITAK:/tmp/.ICE-unix/1242 +SHELL=/bin/zsh +SHLVL=1 +SPACEMACSDIR=~/emacs/configs/spacemacs-default +TERM=xterm-256color +TERMINATOR_DBUS_NAME=net.tenshu.Terminator20x1a6021154d881c +TERMINATOR_DBUS_PATH=/net/tenshu/Terminator2 +TERMINATOR_UUID=urn:uuid:512badb6-eb7e-4b2b-8411-db08e29353b3 +USER=ulys +VTE_VERSION=5202 +XAUTHORITY=/home/ulys/.Xauthority +XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg +XDG_CURRENT_DESKTOP=X-Cinnamon +XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/home/ulys/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop +XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ulys +XDG_RUNTIME_DIR=/run/user/1000 +XDG_SEAT=seat0 +XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 +XDG_SESSION_DESKTOP=cinnamon +XDG_SESSION_ID=c2 +XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 +XDG_SESSION_TYPE=x11 +XDG_VTNR=7 +ZSH=/home/ulys/.oh-my-zsh +_=/usr/bin/env diff --git a/configs/spacemacs-minimal/dot-init.el b/configs/spacemacs-minimal/dot-init.el new file mode 120000 index 0000000000000000000000000000000000000000..d7d7c665738ec4713c359389a5286a8bfce8e60d --- /dev/null +++ b/configs/spacemacs-minimal/dot-init.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-init.el \ No newline at end of file diff --git a/configs/spacemacs-minimal/dot-layers-setup.el b/configs/spacemacs-minimal/dot-layers-setup.el new file mode 120000 index 0000000000000000000000000000000000000000..3a2281ffaead06d5e6d5a8b68b486fc0c15d0de7 --- /dev/null +++ b/configs/spacemacs-minimal/dot-layers-setup.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-layers-setup.el \ No newline at end of file diff --git a/configs/spacemacs-minimal/dot-layers-which-ones.el b/configs/spacemacs-minimal/dot-layers-which-ones.el new file mode 120000 index 0000000000000000000000000000000000000000..d98b956db6d1c4d0be8dbb546e211a079f3f5e09 --- /dev/null +++ b/configs/spacemacs-minimal/dot-layers-which-ones.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-layers-which-ones.el \ No newline at end of file diff --git a/configs/spacemacs-minimal/dot-layers.el b/configs/spacemacs-minimal/dot-layers.el new file mode 120000 index 0000000000000000000000000000000000000000..e696bbbce8e9a363c6a388941b860248287b9a88 --- /dev/null +++ b/configs/spacemacs-minimal/dot-layers.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-layers.el \ No newline at end of file diff --git a/configs/spacemacs-minimal/dot-user-config.el b/configs/spacemacs-minimal/dot-user-config.el new file mode 120000 index 0000000000000000000000000000000000000000..cc9b87313f0ab08ce35f3a88164f2ae0e1fb91db --- /dev/null +++ b/configs/spacemacs-minimal/dot-user-config.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-user-config.el \ No newline at end of file diff --git a/configs/spacemacs-minimal/dot-user-env.el b/configs/spacemacs-minimal/dot-user-env.el new file mode 120000 index 0000000000000000000000000000000000000000..35bad71ecd8bf2ed7fd0f7b650c402a6f64a1fb2 --- /dev/null +++ b/configs/spacemacs-minimal/dot-user-env.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-user-env.el \ No newline at end of file diff --git a/configs/spacemacs-minimal/dot-user-init.el b/configs/spacemacs-minimal/dot-user-init.el new file mode 120000 index 0000000000000000000000000000000000000000..87839890c4b0c081dcf2184cb5983069c9567735 --- /dev/null +++ b/configs/spacemacs-minimal/dot-user-init.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-user-init.el \ No newline at end of file diff --git a/configs/spacemacs-minimal/dot-user-load.el b/configs/spacemacs-minimal/dot-user-load.el new file mode 120000 index 0000000000000000000000000000000000000000..ec44471e27ce7bd91e1afe989c10d452418dab87 --- /dev/null +++ b/configs/spacemacs-minimal/dot-user-load.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-user-load.el \ No newline at end of file diff --git a/configs/spacemacs-minimal/init.el b/configs/spacemacs-minimal/init.el new file mode 120000 index 0000000000000000000000000000000000000000..3103b4d5087fcf00a6831e21ca18fdfa66d51a59 --- /dev/null +++ b/configs/spacemacs-minimal/init.el @@ -0,0 +1 @@ +../spacemacs-develop/init.el \ No newline at end of file diff --git a/configs/spacemacs-test/.spacemacs.env b/configs/spacemacs-test/.spacemacs.env new file mode 100644 index 0000000000000000000000000000000000000000..629243a612c6dd1da043bbe5c84f4897d6a196bf --- /dev/null +++ b/configs/spacemacs-test/.spacemacs.env @@ -0,0 +1,90 @@ +# --------------------------------------------------------------------------- +# Spacemacs environment variables +# --------------------------------------------------------------------------- +# This file has been generated by Spacemacs. It contains all environment +# variables defined in your default shell except those with names matching +# regexps in `spacemacs-ignored-environment-variables'. If you add any +# duplicate settings for a variable, only the first setting is effective. +# PATH is a special case: all PATH settings are read, each non-duplicate +# directory entry is appended to the `exec-path' variable, and then PATH is +# set to the final value of `exec-path'. +# +# You can safely edit this file to change values or add or remove entries. +# Spacemacs won't overwrite the file unless you call the function +# `spacemacs/force-init-spacemacs-env'. +# +# If you don't want to use this file but would rather manage your environment +# variables yourself, remove the call to `spacemacs/load-spacemacs-env' from +# the `dotspacemacs/user-env' function in your dotfile and replace it with +# your own initialization code. You can use `exec-path-from-shell' if you add +# it to your additional packages, or simply use `setenv' and +# `(add-to-list 'exec-path ...)', which are built-in. +# +# It is recommended to use this file as it unambiguously and explicitly sets +# the values of your environment variables. +# --------------------------------------------------------------------------- + +# Environment variables: +# ---------------------- +CINNAMON_VERSION=4.4.8 +COLORTERM=truecolor +DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path +DESKTOP_SESSION=cinnamon +DISPLAY=:0 +GDMSESSION=cinnamon +GDM_LANG=en_US +GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/terminator.desktop +GIO_LAUNCHED_DESKTOP_FILE_PID=7951 +GJS_DEBUG_OUTPUT=stderr +GJS_DEBUG_TOPICS=JS ERROR;JS LOG +GNOME_DESKTOP_SESSION_ID=this-is-deprecated +GTK_MODULES=gail:atk-bridge +GTK_OVERLAY_SCROLLING=1 +HOME=/home/ulys +LANG=en_US.UTF-8 +LANGUAGE=en_US +LC_ADDRESS=fr_FR.UTF-8 +LC_IDENTIFICATION=fr_FR.UTF-8 +LC_MEASUREMENT=fr_FR.UTF-8 +LC_MONETARY=fr_FR.UTF-8 +LC_NAME=fr_FR.UTF-8 +LC_NUMERIC=fr_FR.UTF-8 +LC_PAPER=fr_FR.UTF-8 +LC_TELEPHONE=fr_FR.UTF-8 +LESS=-R +LOGNAME=ulys +LSCOLORS=Gxfxcxdxbxegedabagacad +LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36: +MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path +OLDPWD=/home/ulys/emacs/configs +PAGER=less +PATH=~/bin:/home/ulys/bin:/usr/local/bin:~/bin:/home/ulys/bin:/usr/local/bin:/home/ulys/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin +PATH=~/bin:/home/ulys/bin:/usr/local/bin:/home/ulys/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin +PWD=/home/ulys/emacs/configs +QT_ACCESSIBILITY=1 +QT_QPA_PLATFORMTHEME=qt5ct +SESSION_MANAGER=local/ITAK:@/tmp/.ICE-unix/1242,unix/ITAK:/tmp/.ICE-unix/1242 +SHELL=/bin/zsh +SHLVL=1 +SPACEMACSDIR=~/emacs/configs/spacemacs-default +TERM=xterm-256color +TERMINATOR_DBUS_NAME=net.tenshu.Terminator20x1a6021154d881c +TERMINATOR_DBUS_PATH=/net/tenshu/Terminator2 +TERMINATOR_UUID=urn:uuid:512badb6-eb7e-4b2b-8411-db08e29353b3 +USER=ulys +VTE_VERSION=5202 +XAUTHORITY=/home/ulys/.Xauthority +XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg +XDG_CURRENT_DESKTOP=X-Cinnamon +XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/home/ulys/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop +XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ulys +XDG_RUNTIME_DIR=/run/user/1000 +XDG_SEAT=seat0 +XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 +XDG_SESSION_DESKTOP=cinnamon +XDG_SESSION_ID=c2 +XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 +XDG_SESSION_TYPE=x11 +XDG_VTNR=7 +ZSH=/home/ulys/.oh-my-zsh +_=/usr/bin/env diff --git a/configs/spacemacs-test/dot-init.el b/configs/spacemacs-test/dot-init.el new file mode 120000 index 0000000000000000000000000000000000000000..d7d7c665738ec4713c359389a5286a8bfce8e60d --- /dev/null +++ b/configs/spacemacs-test/dot-init.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-init.el \ No newline at end of file diff --git a/configs/spacemacs-test/dot-layers-setup.el b/configs/spacemacs-test/dot-layers-setup.el new file mode 120000 index 0000000000000000000000000000000000000000..3a2281ffaead06d5e6d5a8b68b486fc0c15d0de7 --- /dev/null +++ b/configs/spacemacs-test/dot-layers-setup.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-layers-setup.el \ No newline at end of file diff --git a/configs/spacemacs-test/dot-layers-which-ones.el b/configs/spacemacs-test/dot-layers-which-ones.el new file mode 120000 index 0000000000000000000000000000000000000000..d98b956db6d1c4d0be8dbb546e211a079f3f5e09 --- /dev/null +++ b/configs/spacemacs-test/dot-layers-which-ones.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-layers-which-ones.el \ No newline at end of file diff --git a/configs/spacemacs-test/dot-layers.el b/configs/spacemacs-test/dot-layers.el new file mode 120000 index 0000000000000000000000000000000000000000..e696bbbce8e9a363c6a388941b860248287b9a88 --- /dev/null +++ b/configs/spacemacs-test/dot-layers.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-layers.el \ No newline at end of file diff --git a/configs/spacemacs-test/dot-user-config.el b/configs/spacemacs-test/dot-user-config.el new file mode 120000 index 0000000000000000000000000000000000000000..cc9b87313f0ab08ce35f3a88164f2ae0e1fb91db --- /dev/null +++ b/configs/spacemacs-test/dot-user-config.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-user-config.el \ No newline at end of file diff --git a/configs/spacemacs-test/dot-user-env.el b/configs/spacemacs-test/dot-user-env.el new file mode 120000 index 0000000000000000000000000000000000000000..35bad71ecd8bf2ed7fd0f7b650c402a6f64a1fb2 --- /dev/null +++ b/configs/spacemacs-test/dot-user-env.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-user-env.el \ No newline at end of file diff --git a/configs/spacemacs-test/dot-user-init.el b/configs/spacemacs-test/dot-user-init.el new file mode 120000 index 0000000000000000000000000000000000000000..87839890c4b0c081dcf2184cb5983069c9567735 --- /dev/null +++ b/configs/spacemacs-test/dot-user-init.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-user-init.el \ No newline at end of file diff --git a/configs/spacemacs-test/dot-user-load.el b/configs/spacemacs-test/dot-user-load.el new file mode 120000 index 0000000000000000000000000000000000000000..ec44471e27ce7bd91e1afe989c10d452418dab87 --- /dev/null +++ b/configs/spacemacs-test/dot-user-load.el @@ -0,0 +1 @@ +../spacemacs-develop/dot-user-load.el \ No newline at end of file diff --git a/configs/spacemacs-test/init.el b/configs/spacemacs-test/init.el new file mode 120000 index 0000000000000000000000000000000000000000..3103b4d5087fcf00a6831e21ca18fdfa66d51a59 --- /dev/null +++ b/configs/spacemacs-test/init.el @@ -0,0 +1 @@ +../spacemacs-develop/init.el \ No newline at end of file diff --git a/dot.emacs-profiles.el b/dot.emacs-profiles.el index 6ea578961b7a6f5e356eadff063eda83706eb127..8dbe60a82b5aa95d55578cc91f3700f4cbf003ab 100644 --- a/dot.emacs-profiles.el +++ b/dot.emacs-profiles.el @@ -2,11 +2,19 @@ ("vanilla" . ((user-emacs-directory . "~/emacs/configs/vanilla"))) ("doom" . ((user-emacs-directory . "~/emacs/flavors/doom") (env . (("DOOMDIR" . "~/emacs/configs/doom"))))) +("default" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-default") + (env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-default"))))) +("develop" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-develop") + (env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-develop"))))) ;; SPACEMACS MULTIPLE CONFIGURATIONS STARTS HERE ("spacemacs-test" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-test") (env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-test"))))) +("spacemacs-minimal-copy" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-minimal-copy") +(env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-minimal-copy"))))) ("spacemacs-minimal" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-minimal") (env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-minimal"))))) +("spacemacs-develop" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-develop") +(env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-develop"))))) ("spacemacs-default" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-default") (env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-default"))))) ;; SPACEMACS MULTIPLE CONFIGURATIONS ENDS HERE