From 43a487b5b1636b4f57fd8aa3076e7e0c5dd609b9 2014-07-26 15:23:41 From: Sergey Pashinin Date: 2014-07-26 15:23:41 Subject: [PATCH] Removed rest echo commands --- diff --git a/src/workgroups-commands.el b/src/workgroups-commands.el index 3c5c8d067c861314ba1d793405250e5a29b865c8..a0f7a11447af53e50e094951cd791e31821afb95 100644 --- a/src/workgroups-commands.el +++ b/src/workgroups-commands.el @@ -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 () diff --git a/src/workgroups-keys.el b/src/workgroups-keys.el index 47ee0f007b7c288a9c0fe9f38c4b062698132707..fb25c133d07a9c43e4739070f35eed06598f67e7 100644 --- a/src/workgroups-keys.el +++ b/src/workgroups-keys.el @@ -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