Remove cmake layer from spacemacs
This commit is contained in:
@@ -1,16 +1,22 @@
|
||||
;; -*- mode: emacs-lisp; eval: (progn (pp-buffer) (indent-buffer)) -*-
|
||||
((def-persp "AIML"
|
||||
((def-buffer "utilidades.aiml" "/home/coolneng/Documents/Uni/IA/Code/P1/programAB/bots/mybot/aiml/utilidades.aiml" web-mode)
|
||||
(def-buffer "AIML" "/home/coolneng/.dotfiles/emacs/.emacs.d/.cache/layouts/AIML" emacs-lisp-mode)
|
||||
(def-buffer "la casa de papel.txt" "/home/coolneng/Documents/Uni/IA/Code/P1/programAB/bots/mybot/maps/la casa de papel.txt" text-mode)
|
||||
(def-buffer "series.txt" "/home/coolneng/Documents/Uni/IA/Code/P1/programAB/bots/mybot/maps/series.txt" text-mode)
|
||||
(def-buffer "magit: programAB<P1>" nil magit-status-mode)
|
||||
(def-buffer "streaming.aiml" "/home/coolneng/Documents/Uni/IA/Code/P1/examples/streaming.aiml" web-mode)
|
||||
(def-buffer "Descripcion_Series_Practica.txt" "/home/coolneng/Documents/Uni/IA/Code/P1/programAB/Descripcion_Series_Practica.txt" text-mode)
|
||||
(def-buffer "seriesnetflix.txt" nil text-mode)
|
||||
(def-buffer "plataforma.txt" "/home/coolneng/Documents/Uni/IA/Code/P1/programAB/bots/mybot/sets/plataforma.txt" text-mode)
|
||||
((def-buffer "magit-diff: programAB" nil magit-diff-mode)
|
||||
(def-buffer "magit-process: programAB" nil magit-process-mode)
|
||||
(def-buffer "usuarios.txt" "/home/coolneng/Documents/Uni/IA/Code/P1/programAB/bots/mybot/sets/usuarios.txt" text-mode)
|
||||
(def-buffer "sets" "~/Documents/Uni/IA/Code/P1/programAB/bots/mybot/sets/" dired-mode)
|
||||
(def-buffer "simulatiempo.aiml" "/home/coolneng/Documents/Uni/IA/Code/P1/programAB/bots/mybot/aiml/simulatiempo.aiml" web-mode)
|
||||
(def-buffer "magit: programAB<Code/P1>" nil magit-status-mode)
|
||||
(def-buffer "magit: programAB" nil fundamental-mode)
|
||||
(def-buffer "agente.aiml" "/home/coolneng/Documents/Uni/IA/Code/P1/programAB/bots/mybot/aiml/agente.aiml" web-mode)
|
||||
(def-buffer "magit: programAB" nil fundamental-mode))
|
||||
(def-buffer "plataforma.txt" "/home/coolneng/Documents/Uni/IA/Code/P1/programAB/bots/mybot/sets/plataforma.txt" text-mode)
|
||||
(def-buffer "seriesnetflix.txt" nil text-mode)
|
||||
(def-buffer "Descripcion_Series_Practica.txt" "/home/coolneng/Documents/Uni/IA/Code/P1/programAB/Descripcion_Series_Practica.txt" text-mode)
|
||||
(def-buffer "streaming.aiml" "/home/coolneng/Documents/Uni/IA/Code/P1/examples/streaming.aiml" web-mode)
|
||||
(def-buffer "magit: programAB<P1>" nil fundamental-mode)
|
||||
(def-buffer "series.txt" "/home/coolneng/Documents/Uni/IA/Code/P1/programAB/bots/mybot/maps/series.txt" text-mode)
|
||||
(def-buffer "la casa de papel.txt" nil text-mode)
|
||||
(def-buffer "AIML" "/home/coolneng/.dotfiles/emacs/.emacs.d/.cache/layouts/AIML" emacs-lisp-mode)
|
||||
(def-buffer "utilidades.aiml" "/home/coolneng/Documents/Uni/IA/Code/P1/programAB/bots/mybot/aiml/utilidades.aiml" web-mode))
|
||||
(def-wconf
|
||||
(((min-height . 4)
|
||||
(min-width . 10)
|
||||
@@ -39,13 +45,10 @@
|
||||
(scroll-bars nil 0 t nil 0 t)
|
||||
(vscroll . 0)
|
||||
(dedicated)
|
||||
(point . 5984)
|
||||
(start . 4971))))
|
||||
(point . 13725)
|
||||
(start . 12728))))
|
||||
(def-params
|
||||
((persp-file . "/home/coolneng/.emacs.d/.cache/layouts/AIML")
|
||||
(gui-eyebrowse-last-slot . 1)
|
||||
(gui-eyebrowse-current-slot . 1)
|
||||
(gui-eyebrowse-window-configs
|
||||
((gui-eyebrowse-window-configs
|
||||
(1
|
||||
(((min-height . 4)
|
||||
(min-width . 10)
|
||||
@@ -74,7 +77,10 @@
|
||||
(scroll-bars nil 0 t nil 0 t)
|
||||
(vscroll . 0)
|
||||
(dedicated)
|
||||
(point . 2700)
|
||||
(start . 1888)))
|
||||
""))))
|
||||
(point . 13725)
|
||||
(start . 12728)))
|
||||
""))
|
||||
(gui-eyebrowse-current-slot . 1)
|
||||
(gui-eyebrowse-last-slot . 1)
|
||||
(persp-file . "/home/coolneng/.emacs.d/.cache/layouts/AIML")))
|
||||
nil nil nil))
|
||||
|
||||
Reference in New Issue
Block a user