From b859805d637d07cc95dcbfc4cdbb1a8ab243759e Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Fri, 5 Jun 2015 11:46:35 +0200 Subject: [PATCH] Fix typo --- eyebrowse.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eyebrowse.el b/eyebrowse.el index 6bc7fac..1398f3e 100644 --- a/eyebrowse.el +++ b/eyebrowse.el @@ -358,11 +358,11 @@ another appropriate window config." (eyebrowse-next-window-config nil)) (eyebrowse--delete-window-config (eyebrowse--get 'last-slot))))) -;; NOTE: I've tried out generating the respective commands dynamically +;; NOTE I've tried out generating the respective commands dynamically ;; with a macro, but this ended in unreadable code and Emacs not being ;; able to locate the generated commands, using lexical binding and a ;; loop resulted in very fun looking key bindings with closures in the -;; command description. That's why I I gave up and just wrote out the +;; command description. That's why I gave up and just wrote out the ;; first ten commands instead. (defun eyebrowse-switch-to-window-config-0 ()