remove compiled lisp from repo
This commit is contained in:
parent
a07997778f
commit
3e92db9b34
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,49 +1,60 @@
|
|||
;; -*- mode: emacs-lisp; eval: (progn (pp-buffer) (indent-buffer)) -*-
|
||||
((def-persp nil
|
||||
((def-buffer "slideshow.go" "c:/Users/mcros/src/piframe-go/ui/slideshow.go" go-mode)
|
||||
(def-buffer "CONTRIBUTING.md" "c:/Users/mcros/src/zmk-docs/CONTRIBUTING.md" markdown-mode)
|
||||
(def-buffer "config.go" "c:/Users/mcros/src/piframe-go/ui/config.go" go-mode)
|
||||
(def-buffer "layer-3---other.json" "c:/Users/mcros/Nextcloud/org/keyboards/pockettype/layer-3---other.json" json-mode)
|
||||
(def-buffer "watchdog.go" "c:/Users/mcros/src/piframe-go/watchdog/watchdog.go" go-mode)
|
||||
(def-buffer "Readme.md" "c:/Users/mcros/Nextcloud/org/Readme.md" markdown-mode)
|
||||
(def-buffer "blog_posts.org" "c:/Users/mcros/Nextcloud/org/blog_posts.org" org-mode)
|
||||
(def-buffer ".owncloudsync.log" "c:/Users/mcros/Nextcloud/.owncloudsync.log" fundamental-mode)
|
||||
(def-buffer "links.md" "c:/Users/mcros/Nextcloud/links.md" markdown-mode))
|
||||
((def-persp nil nil
|
||||
(def-wconf
|
||||
(((min-height . 4)
|
||||
(((min-height . 8)
|
||||
(min-width . 10)
|
||||
(min-height-ignore . 3)
|
||||
(min-height-ignore . 6)
|
||||
(min-width-ignore . 6)
|
||||
(min-height-safe . 1)
|
||||
(min-height-safe . 2)
|
||||
(min-width-safe . 2)
|
||||
(min-pixel-height . 80)
|
||||
(min-pixel-height . 160)
|
||||
(min-pixel-width . 100)
|
||||
(min-pixel-height-ignore . 60)
|
||||
(min-pixel-height-ignore . 120)
|
||||
(min-pixel-width-ignore . 60)
|
||||
(min-pixel-height-safe . 20)
|
||||
(min-pixel-height-safe . 40)
|
||||
(min-pixel-width-safe . 20))
|
||||
leaf
|
||||
vc
|
||||
(pixel-width . 837)
|
||||
(pixel-height . 698)
|
||||
(total-width . 84)
|
||||
(pixel-height . 700)
|
||||
(total-width . 83)
|
||||
(total-height . 35)
|
||||
(normal-height . 1.0)
|
||||
(normal-width . 1.0)
|
||||
(buffer "slideshow.go"
|
||||
(selected . t)
|
||||
(hscroll . 0)
|
||||
(fringes 8 8 nil nil)
|
||||
(margins nil)
|
||||
(scroll-bars nil 3 t nil 0 t nil)
|
||||
(vscroll . 0)
|
||||
(dedicated)
|
||||
(point . 853)
|
||||
(start . 1))
|
||||
(prev-buffers
|
||||
("CONTRIBUTING.md" 1 825)
|
||||
("slideshow.go" 6407 7490)
|
||||
("config.go" 2780 2780)
|
||||
("layer-3---other.json" 469 820)
|
||||
("*scratch*" 1 1))))
|
||||
(combination-limit)
|
||||
(leaf
|
||||
(pixel-width . 837)
|
||||
(pixel-height . 340)
|
||||
(total-width . 83)
|
||||
(total-height . 17)
|
||||
(normal-height . 0.5)
|
||||
(normal-width . 1.0)
|
||||
(buffer "*scratch*"
|
||||
(selected . t)
|
||||
(hscroll . 0)
|
||||
(fringes 8 8 nil nil)
|
||||
(margins nil)
|
||||
(scroll-bars nil 3 t nil 0 t nil)
|
||||
(vscroll . 0)
|
||||
(dedicated)
|
||||
(point . 146)
|
||||
(start . 1)))
|
||||
(leaf
|
||||
(last . t)
|
||||
(pixel-width . 837)
|
||||
(pixel-height . 360)
|
||||
(total-width . 83)
|
||||
(total-height . 18)
|
||||
(normal-height . 0.5)
|
||||
(normal-width . 1.0)
|
||||
(buffer "*Warnings*"
|
||||
(selected)
|
||||
(hscroll . 0)
|
||||
(fringes 8 8 nil nil)
|
||||
(margins nil)
|
||||
(scroll-bars nil 3 t nil 0 t nil)
|
||||
(vscroll . 0)
|
||||
(dedicated)
|
||||
(point . 106)
|
||||
(start . 1)))))
|
||||
(def-params nil)
|
||||
t nil nil))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;; -*- mode: emacs-lisp; eval: (progn (pp-buffer) (indent-buffer)) -*-
|
||||
((def-persp nil
|
||||
((def-buffer "CONTRIBUTING.md" "c:/Users/mcros/src/zmk-docs/CONTRIBUTING.md" markdown-mode)
|
||||
(def-buffer "slideshow.go" "c:/Users/mcros/src/piframe-go/ui/slideshow.go" go-mode)
|
||||
((def-buffer "slideshow.go" "c:/Users/mcros/src/piframe-go/ui/slideshow.go" go-mode)
|
||||
(def-buffer "CONTRIBUTING.md" "c:/Users/mcros/src/zmk-docs/CONTRIBUTING.md" markdown-mode)
|
||||
(def-buffer "config.go" "c:/Users/mcros/src/piframe-go/ui/config.go" go-mode)
|
||||
(def-buffer "layer-3---other.json" "c:/Users/mcros/Nextcloud/org/keyboards/pockettype/layer-3---other.json" json-mode)
|
||||
(def-buffer "watchdog.go" "c:/Users/mcros/src/piframe-go/watchdog/watchdog.go" go-mode)
|
||||
|
@ -24,12 +24,12 @@
|
|||
(min-pixel-width-safe . 20))
|
||||
leaf
|
||||
(pixel-width . 837)
|
||||
(pixel-height . 700)
|
||||
(pixel-height . 698)
|
||||
(total-width . 84)
|
||||
(total-height . 35)
|
||||
(normal-height . 1.0)
|
||||
(normal-width . 1.0)
|
||||
(buffer "CONTRIBUTING.md"
|
||||
(buffer "slideshow.go"
|
||||
(selected . t)
|
||||
(hscroll . 0)
|
||||
(fringes 8 8 nil nil)
|
||||
|
@ -37,9 +37,10 @@
|
|||
(scroll-bars nil 3 t nil 0 t nil)
|
||||
(vscroll . 0)
|
||||
(dedicated)
|
||||
(point . 757)
|
||||
(point . 853)
|
||||
(start . 1))
|
||||
(prev-buffers
|
||||
("CONTRIBUTING.md" 1 825)
|
||||
("slideshow.go" 6407 7490)
|
||||
("config.go" 2780 2780)
|
||||
("layer-3---other.json" 469 820)
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
(min-pixel-height-safe . 20)
|
||||
(min-pixel-width-safe . 20))
|
||||
leaf
|
||||
(pixel-width . 1262)
|
||||
(pixel-height . 1262)
|
||||
(total-width . 126)
|
||||
(total-height . 63)
|
||||
(pixel-width . 837)
|
||||
(pixel-height . 700)
|
||||
(total-width . 84)
|
||||
(total-height . 35)
|
||||
(normal-height . 1.0)
|
||||
(normal-width . 1.0)
|
||||
(buffer "CONTRIBUTING.md"
|
||||
|
@ -42,7 +42,7 @@
|
|||
(prev-buffers
|
||||
("slideshow.go" 6407 7490)
|
||||
("config.go" 2780 2780)
|
||||
("layer-3---other.json" 469 838)
|
||||
("layer-3---other.json" 469 820)
|
||||
("*scratch*" 1 1))))
|
||||
(def-params nil)
|
||||
t nil nil))
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
;; -*- mode: emacs-lisp; eval: (progn (pp-buffer) (indent-buffer)) -*-
|
||||
((def-persp nil
|
||||
((def-buffer "config.go" "c:/Users/mcros/src/piframe-go/ui/config.go" go-mode)
|
||||
(def-buffer "watchdog.go" "c:/Users/mcros/src/piframe-go/watchdog/watchdog.go" go-mode)
|
||||
((def-buffer "CONTRIBUTING.md" "c:/Users/mcros/src/zmk-docs/CONTRIBUTING.md" markdown-mode)
|
||||
(def-buffer "slideshow.go" "c:/Users/mcros/src/piframe-go/ui/slideshow.go" go-mode)
|
||||
(def-buffer "config.go" "c:/Users/mcros/src/piframe-go/ui/config.go" go-mode)
|
||||
(def-buffer "layer-3---other.json" "c:/Users/mcros/Nextcloud/org/keyboards/pockettype/layer-3---other.json" json-mode)
|
||||
(def-buffer "watchdog.go" "c:/Users/mcros/src/piframe-go/watchdog/watchdog.go" go-mode)
|
||||
(def-buffer "Readme.md" "c:/Users/mcros/Nextcloud/org/Readme.md" markdown-mode)
|
||||
(def-buffer "blog_posts.org" "c:/Users/mcros/Nextcloud/org/blog_posts.org" org-mode)
|
||||
(def-buffer ".owncloudsync.log" "c:/Users/mcros/Nextcloud/.owncloudsync.log" fundamental-mode)
|
||||
|
@ -21,13 +23,13 @@
|
|||
(min-pixel-height-safe . 20)
|
||||
(min-pixel-width-safe . 20))
|
||||
leaf
|
||||
(pixel-width . 837)
|
||||
(pixel-height . 700)
|
||||
(total-width . 83)
|
||||
(total-height . 35)
|
||||
(pixel-width . 1262)
|
||||
(pixel-height . 1262)
|
||||
(total-width . 126)
|
||||
(total-height . 63)
|
||||
(normal-height . 1.0)
|
||||
(normal-width . 1.0)
|
||||
(buffer "*scratch*"
|
||||
(buffer "CONTRIBUTING.md"
|
||||
(selected . t)
|
||||
(hscroll . 0)
|
||||
(fringes 8 8 nil nil)
|
||||
|
@ -35,7 +37,12 @@
|
|||
(scroll-bars nil 3 t nil 0 t nil)
|
||||
(vscroll . 0)
|
||||
(dedicated)
|
||||
(point . 1)
|
||||
(start . 1))))
|
||||
(point . 757)
|
||||
(start . 1))
|
||||
(prev-buffers
|
||||
("slideshow.go" 6407 7490)
|
||||
("config.go" 2780 2780)
|
||||
("layer-3---other.json" 469 838)
|
||||
("*scratch*" 1 1))))
|
||||
(def-params nil)
|
||||
t nil nil))
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in a new issue