Changeset - 43a487b5b163
[Not reviewed]
0 2 0
Sergey Pashinin - 11 years ago 2014-07-26 15:23:41
sergey@pashinin.com
Removed rest echo commands
2 files changed with 0 insertions and 25 deletions:
0 comments (0 inline, 0 general)
src/workgroups-commands.el
Show inline comments
 
@@ -808,24 +808,6 @@ http://stackoverflow.com/questions/21151992/why-emacs-as-daemon-gives-1-more-fra
 
  (wg-toggle-and-message 'wg-mode-line-display-on))
 

	
 

	
 

	
 
;;; echo commands
 

	
 
(defun wg-echo-current-workgroup ()
 
  "Display the name of the current workgroup in the echo area."
 
  (interactive)
 
  (wg-fontified-message
 
    (:cmd "Current: ")
 
    (:cur (wg-workgroup-name (wg-current-workgroup)))))
 

	
 
(defun wg-echo-all-workgroups ()
 
  "Display the names of all workgroups in the echo area."
 
  (interactive)
 
  (wg-fontified-message
 
    (:cmd "Workgroups: ")
 
    (wg-workgroup-list-display)))
 

	
 

	
 
;;; help commands
 

	
 
(defun wg-help ()
src/workgroups-keys.el
Show inline comments
 
@@ -130,13 +130,6 @@
 
   (kbd "C-t C-d")    'wg-toggle-window-dedicated-p
 

	
 

	
 
   ;; echoing
 

	
 
   (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
 

	
 
   ;; misc
 

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