summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index f07cd4f..a128832 100644 --- a/init.el +++ b/init.el
@@ -39,6 +39,7 @@
39 "C-x o" (lambda () (interactive) (switch-to-buffer nil)) 39 "C-x o" (lambda () (interactive) (switch-to-buffer nil))
40 "C-x C-o" #'+open-paragraph 40 "C-x C-o" #'+open-paragraph
41 "C-w" #'+kill-word-backward-or-region 41 "C-w" #'+kill-word-backward-or-region
42 "C-x C-m" #'execute-extended-command ; original: coding systems
42 ;; "C-x C-1" #'delete-other-windows 43 ;; "C-x C-1" #'delete-other-windows
43 ;; "C-x 2" #'+split-window-below-then 44 ;; "C-x 2" #'+split-window-below-then
44 ;; "C-x C-2" #'+split-window-below-then 45 ;; "C-x C-2" #'+split-window-below-then