diff --git a/.bash_rc.d/00.alias.sh b/.bash_rc.d/00.alias.sh index 18a0eca..ecedade 100644 --- a/.bash_rc.d/00.alias.sh +++ b/.bash_rc.d/00.alias.sh @@ -1,3 +1,2 @@ alias edit="emacsclient -t" alias e="emacsclient -n" -alias ijulia="ipython console --profile=julia" diff --git a/.emacs.d/conf.d/004-org-mode.el b/.emacs.d/conf.d/004-org-mode.el index 38cd60a..22a9e68 100644 --- a/.emacs.d/conf.d/004-org-mode.el +++ b/.emacs.d/conf.d/004-org-mode.el @@ -18,14 +18,10 @@ (add-hook 'org-mode-hook 'jwall:org-mode-hooks) - -(setq org-directory (expand-file-name "~/Dropbox/Notes")) -(setq org-mobile-directory "~/Dropbox/Apps/MobileOrg/") - -(setq org-mobile-inbox-for-pull "~/Dropbox/Notes/inbox.org") +(when (version<= "9.2" (org-version)) + (require 'org-tempo)) (setq org-mobile-files nil) -(setq org-mobile-files '(org-agenda-files, "~/Dropbox/Notes")) (walk-down-dirs org-directory (lambda (file-or-dir) (if (string-match-p "\\.org$" file-or-dir) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 2e98e81..e3279e3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -150,7 +150,9 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(org-agenda-files (quote ("~/Dropbox/Notes/personal.org"))) + '(org-agenda-files + (quote + ("/Volumes/Keybase/private/zaphar/GoHealth/Notes.org"))) '(package-selected-packages (quote (lua-mode lsp-rust lsp-mode hcl-mode typescript javap-mode tex-math-preview swank-clojure melpa json highlight-80+ flymake clojure-test-mode yaml-mode unfill slime-repl scad-mode racer paredit paradox org-bullets omnisharp nix-mode neotree multi-web-mode monky markdown-mode+ magit log4j-mode jtags js2-mode helm go-rename go-eldoc flycheck-rust evil ess company-go color-theme clojure-mode-extra-font-locking cl-lib-highlight cl-generic)))