General refactor & cleanup
This commit is contained in:
parent
9f6b90cf13
commit
91783e0695
7 changed files with 11 additions and 14 deletions
|
@ -91,7 +91,7 @@ the cursor."
|
|||
(or ext (file-name-extension filename))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +org-attach*insert-link (link filename)
|
||||
(defun +org-attach*insert-link (_link filename)
|
||||
"TODO"
|
||||
(if (looking-back "^[ \t]+" (line-beginning-position))
|
||||
(delete-region (match-beginning 0) (match-end 0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue