Changeset - f6d9fe492a83
[Not reviewed]
0 2 0
Sergey Pashinin - 11 years ago 2014-07-26 15:17:36
sergey@pashinin.com
Removed wg-echo-last-message
2 files changed with 0 insertions and 9 deletions:
0 comments (0 inline, 0 general)
src/workgroups-commands.el
Show inline comments
 
@@ -824,15 +824,8 @@ http://stackoverflow.com/questions/21151992/why-emacs-as-daemon-gives-1-more-fra
 
  (wg-fontified-message
 
    (:cmd "Workgroups: ")
 
    (wg-workgroup-list-display)))
 

	
 
(defun wg-echo-last-message ()
 
  "Echo the last message Workgroups sent to the echo area.
 
The string is passed through a format arg to escape %'s."
 
  (interactive)
 
  (message "%s" wg-last-message))
 

	
 

	
 

	
 
;;; help commands
 

	
 
(defun wg-help ()
src/workgroups-keys.el
Show inline comments
 
@@ -135,10 +135,8 @@
 
   (kbd "S-C-e")      'wg-echo-current-workgroup
 
   (kbd "E")          'wg-echo-current-workgroup
 
   (kbd "C-e")        'wg-echo-all-workgroups
 
   (kbd "e")          'wg-echo-all-workgroups
 
   (kbd "C-m")        'wg-echo-last-message
 
   (kbd "m")          'wg-echo-last-message
 

	
 
   ;; misc
 

	
 
   (kbd "A")          'wg-rename-workgroup
0 comments (0 inline, 0 general)