mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
disabled open-line-below
This commit is contained in:
9
.emacs
9
.emacs
@@ -47,6 +47,7 @@
|
|||||||
;; - fixed tabs
|
;; - fixed tabs
|
||||||
;; - reorganized keys
|
;; - reorganized keys
|
||||||
;; - added new goto line func
|
;; - added new goto line func
|
||||||
|
;; - rm open-line-below
|
||||||
|
|
||||||
;; 20160421.01:
|
;; 20160421.01:
|
||||||
;; - added smex
|
;; - added smex
|
||||||
@@ -1521,8 +1522,11 @@ might be bad."
|
|||||||
(forward-line -1)
|
(forward-line -1)
|
||||||
(indent-for-tab-command))
|
(indent-for-tab-command))
|
||||||
|
|
||||||
(global-set-key (kbd "<C-return>") 'open-line-below)
|
;; disabled, interferes with modes.
|
||||||
(global-set-key (kbd "<C-S-return>") 'open-line-above)
|
|
||||||
|
;; (global-set-key (kbd "<C-return>") 'open-line-below)
|
||||||
|
|
||||||
|
;; (global-set-key (kbd "<C-S-return>") 'open-line-above)
|
||||||
|
|
||||||
;; --------------------------------------------------------------------------------
|
;; --------------------------------------------------------------------------------
|
||||||
;; ** Mouse Rectangle
|
;; ** Mouse Rectangle
|
||||||
@@ -2139,7 +2143,6 @@ col1, col2"
|
|||||||
(local-unset-key (kbd "C-c :"))
|
(local-unset-key (kbd "C-c :"))
|
||||||
(local-set-key (kbd "<tab>") 'config-general-tab-or-expand)))
|
(local-set-key (kbd "<tab>") 'config-general-tab-or-expand)))
|
||||||
|
|
||||||
|
|
||||||
;; --------------------------------------------------------------------------------
|
;; --------------------------------------------------------------------------------
|
||||||
;; *** Xmodmap Mode
|
;; *** Xmodmap Mode
|
||||||
|
|
||||||
|
|||||||
849
emacs.html
849
emacs.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user