From 89a46fb2dfdc11ef320099ec1080fc785f41aa17 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Tue, 2 Sep 2014 10:15:04 +0200 Subject: [PATCH] Specify format strings --- eyebrowse.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eyebrowse.el b/eyebrowse.el index 41a1ca9..82adfaa 100644 --- a/eyebrowse.el +++ b/eyebrowse.el @@ -204,6 +204,12 @@ This function keeps the sortedness intact." ;; if present, not only in the mode line, but when renaming and ;; selecting a window configuration interactively, too. This ;; obviously requires an interactive window switching command. + +;; The display of the tag should be configurable via format string and +;; that format string be able to resemble vim tabs, i3 workspaces, +;; tmux sessions, etc. Therefore it has to contain format codes for +;; slot, tag and buffer name. + (defun eyebrowse-save-window-config (slot) "Save the current window config to SLOT." (let* ((element (list slot (current-window-configuration) (point)))