lang/org: remove unnecessary alias

This commit is contained in:
Henrik Lissner
2019-04-04 19:00:43 -04:00
parent 348ba8f7d0
commit 31ca94f5b0
2 changed files with 2 additions and 6 deletions

View File

@@ -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.")