all repos — nixfiles @ 692c8fdc954ebe282f96ca63dcfe04e8fc651116

System and user configuration, managed by nix and home-manager

Emacs: add register for zshrc
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Oct 2013 17:09:23 +0100
commit

692c8fdc954ebe282f96ca63dcfe04e8fc651116

parent

b8fa55df0cee0d976d69dd188fcc64e179d04c97

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -524,6 +524,7 @@ (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)