add missing package to list

This commit is contained in:
KemoNine 2022-04-21 23:11:54 -04:00
parent 3a314a9d2b
commit f4ef5c5fd6
5 changed files with 36 additions and 19 deletions

View File

@ -27,7 +27,7 @@
(total-height . 35)
(normal-height . 1.0)
(normal-width . 1.0)
(buffer "config.go"
(buffer "*Messages*"
(selected . t)
(hscroll . 0)
(fringes 8 8 nil nil)
@ -35,9 +35,10 @@
(scroll-bars nil 3 t nil 0 t nil)
(vscroll . 0)
(dedicated)
(point . 568)
(start . 432))
(point . 172)
(start . 1))
(prev-buffers
("config.go" 432 568)
("watchdog.go" 1 587)
("layer-3---other.json" 1 528)
("Readme.md" 1 1)

View File

@ -21,10 +21,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 . 83)
(total-height . 35)
(normal-height . 1.0)
(normal-width . 1.0)
(buffer "config.go"

View File

@ -1,6 +1,8 @@
;; -*- mode: emacs-lisp; eval: (progn (pp-buffer) (indent-buffer)) -*-
((def-persp nil
((def-buffer "layer-3---other.json" "c:/Users/mcros/Nextcloud/org/keyboards/pockettype/layer-3---other.json" json-mode)
((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 "layer-3---other.json" "c:/Users/mcros/Nextcloud/org/keyboards/pockettype/layer-3---other.json" json-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)
@ -25,7 +27,7 @@
(total-height . 63)
(normal-height . 1.0)
(normal-width . 1.0)
(buffer "layer-3---other.json"
(buffer "config.go"
(selected . t)
(hscroll . 0)
(fringes 8 8 nil nil)
@ -33,9 +35,11 @@
(scroll-bars nil 3 t nil 0 t nil)
(vscroll . 0)
(dedicated)
(point . 528)
(start . 1))
(point . 568)
(start . 432))
(prev-buffers
("watchdog.go" 1 587)
("layer-3---other.json" 1 528)
("Readme.md" 1 1)
("blog_posts.org" 8764 8764)
(".owncloudsync.log" 1 1)

View File

@ -1,5 +1,10 @@
;; -*- mode: emacs-lisp; eval: (progn (pp-buffer) (indent-buffer)) -*-
((def-persp nil nil
((def-persp nil
((def-buffer "layer-3---other.json" "c:/Users/mcros/Nextcloud/org/keyboards/pockettype/layer-3---other.json" json-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-wconf
(((min-height . 4)
(min-width . 10)
@ -14,13 +19,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 "layer-3---other.json"
(selected . t)
(hscroll . 0)
(fringes 8 8 nil nil)
@ -28,7 +33,13 @@
(scroll-bars nil 3 t nil 0 t nil)
(vscroll . 0)
(dedicated)
(point . 146)
(start . 1))))
(point . 528)
(start . 1))
(prev-buffers
("Readme.md" 1 1)
("blog_posts.org" 8764 8764)
(".owncloudsync.log" 1 1)
("links.md" 1 3418)
("*scratch*" 1 1))))
(def-params nil)
t nil nil))

View File

@ -66,6 +66,7 @@ open scratch buffer. paste below into it as the contents then do `M-x ev-b RET`
; code
(defvar packages-code '(markdown-mode
rainbow-mode
rainbow-delimiters-mode
lua-mode
dockerfile-mode
yaml-mode