From 692c8fdc954ebe282f96ca63dcfe04e8fc651116 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 10 Oct 2013 17:09:23 +0100 Subject: Emacs: add register for zshrc --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 60a35fd..96a2cf6 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -524,6 +524,7 @@ Values: `desktop', `server', `laptop'") (bind-key "s-x" (define-prefix-command 'super-x-map)) (set-register ?e `(file . ,*init-file*)) +(set-register ?z `(file . ,(expand-file-name ".zshrc" "~"))) ;; Enable narrowing functions C-x n (put 'narrow-to-defun 'disabled nil) -- cgit 1.4.1