mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix +default/newline indenting after newline
This was intended to be newline minus indent, since newline itself is remapped to newline-and-indent.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
;;; config/default/autoload/text.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defalias '+default/newline #'newline)
|
||||
(defalias '+default/newline #'electric-indent-just-newline)
|
||||
|
||||
;;;###autoload
|
||||
(defun +default/newline-above ()
|
||||
|
Reference in New Issue
Block a user