emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ergoemacs-mode 7df49a1 123/325: Remove redundant tab-in


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 7df49a1 123/325: Remove redundant tab-indents-region
Date: Sat, 23 Oct 2021 18:48:35 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 7df49a143b76bc633c11aac8f66444dad207fd0c
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    Remove redundant tab-indents-region
---
 ergoemacs-themes.el | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index c33c261..78c3348 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -311,11 +311,6 @@
   (define-key isearch-mode-map (kbd "M-v") 'ergoemacs-paste)
   (define-key isearch-mode-map (kbd "C-v") 'ergoemacs-paste))
 
-(ergoemacs-component tab-indents-region ()
-  "Tab indents selected region"
-  (when mark-active
-    (global-set-key (kbd "TAB") 'indent-region)))
-
 (ergoemacs-component fixed-bold-italic ()
   "Fixed keys for bold and italic"
   (define-key org-mode-map (kbd "C-b") 'ergoemacs-org-bold)
@@ -1250,8 +1245,7 @@
                 switch
                 text-transform
                 ergoemacs-remaps)
-  :optional-on '(tab-indents-region
-                 backspace-del-seq
+  :optional-on '(backspace-del-seq
                  fixed-bold-italic
                  standard-fixed
                  ido-remaps



reply via email to

[Prev in Thread] Current Thread [Next in Thread]