Snapshot fixes improvements after new macbook at work.
This commit is contained in:
parent
5bd3e0a89c
commit
eded1cf1d9
@ -1,3 +1,2 @@
|
||||
alias edit="emacsclient -t"
|
||||
alias e="emacsclient -n"
|
||||
alias ijulia="ipython console --profile=julia"
|
||||
|
@ -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)
|
||||
|
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user