all repos — nixfiles @ fda9ef704333fa80dfc082ea58ef3fe6041cec16

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

emacs: fix format-all using tabs for emacs lisp

Alan Pearce
commit

fda9ef704333fa80dfc082ea58ef3fe6041cec16

parent

a48404b10b7fcea080e065a0f67a4919cc10a008

1 file changed, 3 insertions(+), 1 deletion(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -719,7 +719,9 @@ "C-c C-l" #'counsel-shell-history))
;;; Editing -(setq-default tab-always-indent 'complete) +(setq-default tab-always-indent 'complete + indent-tabs-mode nil + tab-width 4) (electric-pair-mode +1)