diff options
author | Case Duckworth | 2021-02-08 07:40:30 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-08 07:40:30 -0600 |
commit | 805cf7027a29afd2796589ba78c423577327b602 (patch) | |
tree | b2c1d3c6b28a84698f2a327eb7a9ffcbf0e77a36 | |
parent | Add feeds (diff) | |
parent | Fri, Feb 5, 2021 05.49.58p (diff) | |
download | emacs-805cf7027a29afd2796589ba78c423577327b602.tar.gz emacs-805cf7027a29afd2796589ba78c423577327b602.zip |
Merge branch 'main' of tildegit.org:acdw/emacs
-rw-r--r-- | config.org | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.org b/config.org index d3b5741..bdbc1e0 100644 --- a/config.org +++ b/config.org | |||
@@ -2506,7 +2506,9 @@ Inspo: | |||
2506 | org-log-into-drawer "LOGBOOK" | 2506 | org-log-into-drawer "LOGBOOK" |
2507 | org-log-done t | 2507 | org-log-done t |
2508 | ;; archive | 2508 | ;; archive |
2509 | org-archive-location "archive.org::") | 2509 | org-archive-location (concat (expand-file-name ".archive.org" |
2510 | org-directory) | ||
2511 | "::")) | ||
2510 | #+end_src | 2512 | #+end_src |
2511 | 2513 | ||
2512 | #+begin_src emacs-lisp :noweb-ref bindings | 2514 | #+begin_src emacs-lisp :noweb-ref bindings |
@@ -2640,11 +2642,13 @@ any data loss. Here's what all that looks like. | |||
2640 | (dolist (path (list | 2642 | (dolist (path (list |
2641 | ;; Windows | 2643 | ;; Windows |
2642 | (expand-file-name "exe" win-app-dir) | 2644 | (expand-file-name "exe" win-app-dir) |
2645 | (expand-file-name "exe/bin" win-app-dir) | ||
2643 | (expand-file-name "Git/bin" win-app-dir) | 2646 | (expand-file-name "Git/bin" win-app-dir) |
2644 | (expand-file-name "Git/usr/bin" win-app-dir) | 2647 | (expand-file-name "Git/usr/bin" win-app-dir) |
2645 | (expand-file-name "Git/mingw64/bin" win-app-dir) | 2648 | (expand-file-name "Git/mingw64/bin" win-app-dir) |
2646 | (expand-file-name "Everything" win-app-dir) | 2649 | (expand-file-name "Everything" win-app-dir) |
2647 | (expand-file-name "Win-builds/bin" win-app-dir) | 2650 | (expand-file-name "Win-builds/bin" win-app-dir) |
2651 | (expand-file-name "Z/bin" win-app-dir) | ||
2648 | ;; Linux | 2652 | ;; Linux |
2649 | (expand-file-name "bin" user-emacs-directory) | 2653 | (expand-file-name "bin" user-emacs-directory) |
2650 | (expand-file-name "~/bin") | 2654 | (expand-file-name "~/bin") |