Skip to content

Commit

Permalink
feat: update emacs sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Aug 11, 2023
1 parent b583286 commit d62380c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 51 deletions.
55 changes: 5 additions & 50 deletions emacs/sessions/main
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
;; -*- mode: emacs-lisp; eval: (progn (pp-buffer) (indent-buffer)) -*-
((def-persp "tasks"
((def-buffer "plan.org" "/home/parham/tasks/plan.org" org-mode))
(
(def-persp "tasks"
((def-buffer "plan.org" "/home/parham/tasks/readme.org" org-mode))
(def-wconf
(((min-height . 4)
(min-width . 10)
Expand All @@ -24,7 +25,7 @@
(parameters
(better-jumper-struct . #s(better-jumper-jump-list-struct
(0 1 .
[("/home/parham/tasks/plan.org" 6304 "50btiz")
[("/home/parham/tasks/readme.org" 6304 "50btiz")
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil])
-1)))
(buffer "plan.org"
Expand All @@ -44,50 +45,4 @@
(def-params
((last-project-root . "/home/parham/tasks/")))
nil nil nil)
(def-persp "org"
((def-buffer "remember-me.md" "/home/parham/org/remember-me.md" markdown-mode))
(def-wconf
(((min-height . 4)
(min-width . 10)
(min-height-ignore . 4)
(min-width-ignore . 5)
(min-height-safe . 1)
(min-width-safe . 2)
(min-pixel-height . 56)
(min-pixel-width . 60)
(min-pixel-height-ignore . 56)
(min-pixel-width-ignore . 30)
(min-pixel-height-safe . 14)
(min-pixel-width-safe . 12))
leaf
(pixel-width . 2560)
(pixel-height . 1520)
(total-width . 426)
(total-height . 109)
(normal-height . 1.0)
(normal-width . 1.0)
(parameters
(better-jumper-struct . #s(better-jumper-jump-list-struct
(0 1 .
[("/home/parham/org/remember-me.md" 1518 "bnw9wx")
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil])
-1)))
(buffer "remember-me.md"
(selected . t)
(hscroll . 0)
(fringes 8 8 t nil)
(margins nil)
(scroll-bars nil 0 t nil 0 t nil)
(vscroll . 0)
(dedicated)
(point . 955)
(start . 1))
(prev-buffers
("*doom*" 1 1567)
("keys.tex" 1 1200)
("hello-world.tex" 1 566)
("plan.org" 1 6304)
("*scratch*" 1 1))))
(def-params
((last-project-root . "/home/parham/Documents/Git/parham/parham-alvani/howto/")))
nil nil nil))
)
7 changes: 6 additions & 1 deletion emacs/sessions/projectile.projects
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
("~/Documents/Git/parham/parham-alvani/gym/" "~/tasks/" "~/org/" "~/Documents/Git/parham/parham-alvani/howto/" "~/Documents/Git/parham/1995parham-learning/english101/" "~/Documents/Git/parham/parham-alvani/military/" "~/Documents/Git/parham/aut-cic/howto/")
(
"~/Documents/Git/parham/parham-alvani/gym/"
"~/tasks/"
"~/org/"
"~/Documents/Git/parham/1995parham-learning/english101/"
)

0 comments on commit d62380c

Please sign in to comment.