mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
Bytecompiler bytecompiler, won't you shut up
This commit is contained in:
@@ -68,8 +68,7 @@
|
||||
1)))
|
||||
(pcase direction
|
||||
(`below
|
||||
(let ((at-eol (>= (point) (1- (line-end-position))))
|
||||
org-insert-heading-respect-content)
|
||||
(let (org-insert-heading-respect-content)
|
||||
(goto-char (line-end-position))
|
||||
(org-end-of-subtree)
|
||||
(insert "\n" (make-string level ?*) " ")))
|
||||
|
Reference in New Issue
Block a user