Skip to content

Instantly share code, notes, and snippets.

@jmalonzo
Created October 30, 2010 10:36
Show Gist options
  • Save jmalonzo/655180 to your computer and use it in GitHub Desktop.
Save jmalonzo/655180 to your computer and use it in GitHub Desktop.
(color-theme-taylor)
;; we don't have imaxima installed on the Mac
(if (string-match "linux" system-configuration)
(require 'imaxima))
;; Set to the location of your Org files on your local system
(setq org-directory "~/Dropbox/Emacs/data")
;; Set to the name of the file where new notes will be stored
(setq org-mobile-inbox-for-pull "~/Dropbox/Emacs/data/default.org")
;; Set to <your Dropbox root directory>/MobileOrg.
(setq org-mobile-directory "~/Dropbox/MobileOrg")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment