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

(sesman-context (CXT-TYPE (eql project)) SYSTEM) in `sesman.el'.

Return current project.

(sesman-context (CXT-TYPE (eql directory)) SYSTEM) in `sesman.el'.

Return current directory.

(sesman-context (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.")