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

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

[elpa] externals/ergoemacs-mode c973446 124/325: Remove redundant fixed-


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode c973446 124/325: Remove redundant fixed-newline
Date: Sat, 23 Oct 2021 18:48:35 -0400 (EDT)

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

    Remove redundant fixed-newline
---
 ergoemacs-themes.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 78c3348..7f5c45d 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -319,10 +319,6 @@
   (define-key org-mode-map (kbd "<tab>") 'org-cycle)
   (define-key org-mode-map (kbd "<kp-tab>") 'org-cycle))
 
-(ergoemacs-component fixed-newline ()
-  "Newline and indent"
-  (global-set-key (kbd "M-RET") 'electric-newline-and-maybe-indent))
-
 (ergoemacs-component backspace-del-seq ()
   "Backspace deletes last key entered in command sequence"
   (define-key ergoemacs-translate--parent-map (kbd "DEL") 
'ergoemacs-command-loop--force-undo-last))
@@ -1229,7 +1225,6 @@
                 dired-tab
                 dired-to-wdired
                 execute
-                fixed-newline
                 help
                 kill-line
                 misc



reply via email to

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