cleanup notes a little

This commit is contained in:
KemoNine 2022-04-21 23:20:00 -04:00
parent 2e121b4ed9
commit 6c7f66c5bf
5 changed files with 27 additions and 44 deletions

View File

@ -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))

View File

@ -27,7 +27,7 @@
(total-height . 35)
(normal-height . 1.0)
(normal-width . 1.0)
(buffer "*Messages*"
(buffer "*scratch*"
(selected . t)
(hscroll . 0)
(fringes 8 8 nil nil)
@ -35,16 +35,7 @@
(scroll-bars nil 3 t nil 0 t nil)
(vscroll . 0)
(dedicated)
(point . 172)
(start . 1))
(prev-buffers
("config.go" 432 568)
("watchdog.go" 1 587)
("layer-3---other.json" 1 528)
("Readme.md" 1 1)
("blog_posts.org" 8764 8764)
(".owncloudsync.log" 1 1)
("links.md" 1 3418)
("*scratch*" 1 1))))
(point . 1)
(start . 1))))
(def-params nil)
t nil nil))

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,19 +1,3 @@
https://github.com/Bad-ptr/persp-mode.el
https://github.com/minad/vertico
capture template for week in review?
ido-ubiquitous
ido-vertical-mode
verify rainbow delimineters
verify rainbow mode
add keyboard shortcuts for origami code folding (on/off/fold/unfold)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
git clone https://github.com/plexus/chemacs2.git ~/.emacs.d (%appdata% on windows)
M-x describe-variable RET user-init-file RET