Org-mode config is back baby! With a vengeance!

This commit is contained in:
Henrik Lissner 2016-03-01 01:59:36 -05:00
parent 6851951aaf
commit 477ef168d4
19 changed files with 1227 additions and 309 deletions

View file

@ -98,10 +98,10 @@
(narf:send-to-tmux (format "cd %s" (shell-quote-argument default-directory)))
(narf-switch-to-iterm))
(defun narf-org-init-for-osx ()
;; Reveal files in finder
(setq org-file-apps '(("\\.org$" . emacs)
(t . "open -R \"%s\""))))
;; Open with external programs
(require 'openwith)
(openwith-mode t)
(setq openwith-associations '(("\\.\\(pdf\\|jpe?g\\|gif\\|docx?\\|pptx?\\|xlsx?\\|zip\\|tar\\(\\.gz\\)?\\|rar\\)$" "open" (file))))
(provide 'core-os-osx)
;;; core-os-osx.el ends here