Override find-file due to fat fingers.
This commit is contained in:
parent
beb8869692
commit
0118c251d9
1 changed files with 6 additions and 2 deletions
|
@ -1,10 +1,14 @@
|
|||
; -*- lexical-binding: t; -*-
|
||||
|
||||
;; Make it easer to do 'alt-x'
|
||||
;;; Code:
|
||||
|
||||
;; Make it easer to do 'alt-x'
|
||||
(global-set-key "\C-x\C-m" 'execute-extended-command)
|
||||
(global-set-key "\C-c\C-m" 'execute-extended-command)
|
||||
|
||||
;; I keep mising Cx-Cf, so make it easier
|
||||
(global-set-key "\C-x\f" 'find-file)
|
||||
|
||||
;; For UK/IRL don't use right Alt key in Emacs, so we
|
||||
;; can still use hash symbol etc.
|
||||
(setq ns-right-alternate-modifier (quote none))
|
||||
|
|
Loading…
Reference in a new issue