Next: , Previous: , Up: API  


1.2 (heks-linux bridges)

1.2.1 Parameters

Parameter: bash-bridge-dir

Default value:

"/root"
Parameter: bash-bridge-filename

Default value:

".bash-heks-linux-bridge.bash"
Parameter: emacs-bridge-dir

Default value:

"/root/.emacs.d"
Parameter: emacs-bridge-filename

Default value:

"heks-linux-bridge.el"

1.2.2 Procedures

Procedure: heks-linux-to-bash-bridge

Generate a Bash script string containing exported environment variables derived from the current Heks Linux settings.

(heks-linux-to-bash-bridge)
⇒ "#!/usr/bin/env bash
HEKS_BASH_HIGHLIGHT_TEXT=..."
Procedure: heks-linux-to-emacs-bridge

Generate an Emacs Lisp s-expression configuration payload derived from the current Heks Linux settings.

(heks-linux-to-emacs-bridge)
⇒ (progn (setopt heks-emacs-font-mono ...) ...)
Procedure: install-heks-linux-to-bash-bridge-config

Serialize and install the generated Heks Linux environment variables into the target Bash bridge file destination.

Procedure: install-heks-linux-to-emacs-bridge-config

Serialize and install the generated Heks Linux configuration settings to the target Emacs environment file destination.