Update org config

This commit is contained in:
Henrik Lissner 2016-02-13 00:46:58 -05:00
parent 3cc18ac674
commit a670dad95f
8 changed files with 474 additions and 332 deletions

View file

@ -93,8 +93,7 @@ buffers."
(interactive)
(in! org-directory
(let ((helm-ff-skip-boring-files t))
(helm-find-files-1 org-directory))))
(helm-find-files-1 (concat org-directory "/")))))
(provide 'defuns-helm)
;;; defuns-helm.el ends here