Merge branch 'main' of tildegit.org:acdw/emacs

This commit is contained in:
Case Duckworth 2021-02-08 07:40:30 -06:00
commit 805cf7027a
1 changed files with 5 additions and 1 deletions

View File

@ -2506,7 +2506,9 @@ Inspo:
org-log-into-drawer "LOGBOOK"
org-log-done t
;; archive
org-archive-location "archive.org::")
org-archive-location (concat (expand-file-name ".archive.org"
org-directory)
"::"))
#+end_src
#+begin_src emacs-lisp :noweb-ref bindings
@ -2640,11 +2642,13 @@ any data loss. Here's what all that looks like.
(dolist (path (list
;; Windows
(expand-file-name "exe" win-app-dir)
(expand-file-name "exe/bin" win-app-dir)
(expand-file-name "Git/bin" win-app-dir)
(expand-file-name "Git/usr/bin" win-app-dir)
(expand-file-name "Git/mingw64/bin" win-app-dir)
(expand-file-name "Everything" win-app-dir)
(expand-file-name "Win-builds/bin" win-app-dir)
(expand-file-name "Z/bin" win-app-dir)
;; Linux
(expand-file-name "bin" user-emacs-directory)
(expand-file-name "~/bin")