3 (push "/home/rsp/Documents" load-path
)
5 (load-file "prelim.el")
6 (load-file "honey-redux.el")
7 (load-file "simple-ui.el")
9 (global-set-key (kbd "C-c i") 'simple-ui-init
)
10 (global-set-key (kbd "C-c l") 'simple-ui-load
)
11 (global-set-key (kbd "C-c n") 'simple-ui-new
)
12 (global-set-key (kbd "C-c s") 'simple-ui-save
)
14 (set-current-plexus (add-plexus))
16 (add-nema 0 0 "walrus")
17 (add-nema 0 0 "mammal")
19 (label-nema 2 "walrus")
20 (label-nema 3 "mammal")
26 (uid2label (get-sink 4))
27 (get-content (label2uid "walrus"))