lang/org: remove unnecessary alias

This commit is contained in:
Henrik Lissner 2019-04-04 19:00:43 -04:00
parent 348ba8f7d0
commit 31ca94f5b0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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.")