diff --git a/emacs/.emacs.d/modules/jg-core.el b/emacs/.emacs.d/modules/jg-core.el index 81b9f51..5568ac4 100644 --- a/emacs/.emacs.d/modules/jg-core.el +++ b/emacs/.emacs.d/modules/jg-core.el @@ -1,15 +1,19 @@ ; -*- 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)) -(setq inhibit-startup-message t) +(setq inhibit-startup-message t) (setq initial-scratch-message nil) ;; Disable menu, tool and scroll bars