Major update to org-mode config

This commit is contained in:
Henrik Lissner 2015-11-19 05:49:05 -05:00
parent 2811fcf997
commit af7f73e7d3
2 changed files with 183 additions and 319 deletions

View file

@ -76,5 +76,12 @@
(narf:tmux-chdir nil t)
(narf-switch-to-iterm))
;;;
(defun narf-org-init-for-osx ()
;; Reveal files in finder
(defvar org-file-apps '(("\\.org$" . emacs)
(t . "open `dirname \"%s\"`"))))
(provide 'core-os-osx)
;;; core-os-osx.el ends here