all repos — nixfiles @ 692c8fdc954ebe282f96ca63dcfe04e8fc651116

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

Emacs: add register for zshrc

Alan Pearce
commit

692c8fdc954ebe282f96ca63dcfe04e8fc651116

parent

b8fa55df0cee0d976d69dd188fcc64e179d04c97

1 file changed, 1 insertion(+), 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)