Emacs: add register for zshrc
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Oct 2013 17:09:23 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/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)