General comment updates

This commit is contained in:
Henrik Lissner 2017-04-08 01:36:11 -04:00
parent 68389d21cd
commit 673761d4d8
3 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
;;; lang/org/autoload/attach.el
(defun doom--org-attach-icon (path)
(defun +org--attach-icon (path)
(char-to-string (pcase (downcase (file-name-extension path))
("jpg" ?) ("jpeg" ?) ("png" ?) ("gif" ?)
("pdf" ?)