mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
lang/org: remove unnecessary alias
This commit is contained in:
@@ -39,7 +39,3 @@ re-align the table if necessary. (Necessary because org-mode has a
|
||||
"Insert a new row below the current row."
|
||||
(interactive)
|
||||
(org-table-insert-row 'below))
|
||||
|
||||
;;;###autoload
|
||||
(defalias '+org/table-insert-row-above #'org-table-insert-row
|
||||
"Insert a new row above the current row.")
|
||||
|
Reference in New Issue
Block a user