Emacs: add register for zshrc
1 file changed, 1 insertion(+), 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)