diff options
author | Case Duckworth | 2021-02-05 17:49:59 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-05 17:49:59 -0600 |
commit | cd25f7967bd8b54ae9701b463229b5c79a92aefd (patch) | |
tree | 2aa8377f506dc1446d8b0b5ec95d5a30d53592bd | |
parent | Add text-scale-adjust to elfeed show (diff) | |
download | emacs-cd25f7967bd8b54ae9701b463229b5c79a92aefd.tar.gz emacs-cd25f7967bd8b54ae9701b463229b5c79a92aefd.zip |
Fri, Feb 5, 2021 05.49.58p
-rw-r--r-- | config.org | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.org b/config.org index 0511321..8d1faaa 100644 --- a/config.org +++ b/config.org | |||
@@ -2469,7 +2469,9 @@ Inspo: | |||
2469 | org-log-into-drawer "LOGBOOK" | 2469 | org-log-into-drawer "LOGBOOK" |
2470 | org-log-done t | 2470 | org-log-done t |
2471 | ;; archive | 2471 | ;; archive |
2472 | org-archive-location "archive.org::") | 2472 | org-archive-location (concat (expand-file-name ".archive.org" |
2473 | org-directory) | ||
2474 | "::")) | ||
2473 | #+end_src | 2475 | #+end_src |
2474 | 2476 | ||
2475 | #+begin_src emacs-lisp :noweb-ref bindings | 2477 | #+begin_src emacs-lisp :noweb-ref bindings |
@@ -2603,11 +2605,13 @@ any data loss. Here's what all that looks like. | |||
2603 | (dolist (path (list | 2605 | (dolist (path (list |
2604 | ;; Windows | 2606 | ;; Windows |
2605 | (expand-file-name "exe" win-app-dir) | 2607 | (expand-file-name "exe" win-app-dir) |
2608 | (expand-file-name "exe/bin" win-app-dir) | ||
2606 | (expand-file-name "Git/bin" win-app-dir) | 2609 | (expand-file-name "Git/bin" win-app-dir) |
2607 | (expand-file-name "Git/usr/bin" win-app-dir) | 2610 | (expand-file-name "Git/usr/bin" win-app-dir) |
2608 | (expand-file-name "Git/mingw64/bin" win-app-dir) | 2611 | (expand-file-name "Git/mingw64/bin" win-app-dir) |
2609 | (expand-file-name "Everything" win-app-dir) | 2612 | (expand-file-name "Everything" win-app-dir) |
2610 | (expand-file-name "Win-builds/bin" win-app-dir) | 2613 | (expand-file-name "Win-builds/bin" win-app-dir) |
2614 | (expand-file-name "Z/bin" win-app-dir) | ||
2611 | ;; Linux | 2615 | ;; Linux |
2612 | (expand-file-name "bin" user-emacs-directory) | 2616 | (expand-file-name "bin" user-emacs-directory) |
2613 | (expand-file-name "~/bin") | 2617 | (expand-file-name "~/bin") |