about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-editor.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index c1581ee..60e7c8b 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -85,11 +85,8 @@ and file 'filename' will be opened and cursor set on line 'linenumber'"
 
 (use-package move-text
   :bind
-  ;; TODO don't need all of these?
   ("M-S-<up>" . move-text-up)
-  ("C-S-<up>" . move-text-up)
-  ("M-S-<down>" . move-text-down)
-  ("C-S-<down>" . move-text-down))
+  ("M-S-<down>" . move-text-down))
 
 (use-package zop-to-char
   :bind
'>
897ae8c1 ^
77d5b5d6 ^
4a48bedc ^
897ae8c1 ^
b7830945 ^
b96af395 ^
d1c12218 ^
1ead3562 ^
77d5b5d6 ^
b96af395 ^
e5e3640c ^
b96af395 ^
e5e3640c ^
b96af395 ^
ce87c19e ^
192d59d3 ^

b96af395 ^
1ead3562 ^
50685c29 ^
b96af395 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29