Skip to content

Instantly share code, notes, and snippets.

@sirn
Created May 29, 2018 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirn/814ecd732deadfa44feb5b6d1b3efa32 to your computer and use it in GitHub Desktop.
Save sirn/814ecd732deadfa44feb5b6d1b3efa32 to your computer and use it in GitHub Desktop.
(defun custom/winum-select-treemacs-or-window-0 ()
(interactive)
(-pcase (treemacs--current-visibility)
[`visible (treemacs-select-window)]
[`exists (treemacs-select-window)]
[`none (winum-select-window-0-or-10)]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment