Function: sesman-context

sesman-context is a byte-compiled function defined in sesman.el.

Signature

(sesman-context CXT-TYPE SYSTEM)

Documentation

Given SYSTEM and context type CXT-TYPE return the context.

Implementations

((cxt-type (eql project)) system) in `sesman.el'.

Return current project.

((cxt-type (eql directory)) system) in `sesman.el'.

Return current directory.

((cxt-type (eql buffer)) system) in `sesman.el'.

Return current buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/sesman-20240417.1723/sesman.el
;;; Contexts

(cl-defgeneric sesman-context (_cxt-type _system)
  "Given SYSTEM and context type CXT-TYPE return the context.")