diff --git a/global.org b/global.org index c491871..a7fddb9 100644 --- a/global.org +++ b/global.org @@ -461,7 +461,8 @@ #+begin_src emacs-lisp (defun open-line-and-indent () (interactive) - (save-excursion (newline-and-indent))) + (save-excursion (newline-and-indent)) + (indent-line)) (global-set-key (kbd "C-o") #'open-line-and-indent) #+end_src