diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.org b/config.org index d621972..8064c76 100644 --- a/config.org +++ b/config.org | |||
@@ -1106,7 +1106,7 @@ Notepad can handle UNIX line endings, so I don't want to hear it. | |||
1106 | (add-hook 'before-save-hook #'ewiki/no-junk-please-were-unixish) | 1106 | (add-hook 'before-save-hook #'ewiki/no-junk-please-were-unixish) |
1107 | #+end_src | 1107 | #+end_src |
1108 | 1108 | ||
1109 | ** Keep =~/.emacs.d= clean :package: | 1109 | ** Keep =~/.emacs.d= clean :package: |
1110 | 1110 | ||
1111 | #+begin_src emacs-lisp :noweb-ref packages :noweb yes | 1111 | #+begin_src emacs-lisp :noweb-ref packages :noweb yes |
1112 | (straight-use-package 'no-littering) | 1112 | (straight-use-package 'no-littering) |
@@ -2164,8 +2164,8 @@ any data loss. Here's what all that looks like. | |||
2164 | 2164 | ||
2165 | - [[https://emacs.stackexchange.com/questions/550/exec-path-and-path][exec-path and $PATH (StackExchange)]] | 2165 | - [[https://emacs.stackexchange.com/questions/550/exec-path-and-path][exec-path and $PATH (StackExchange)]] |
2166 | - [[https://utoi.tistory.com/entry/Difference-Between-Emacss-%E2%80%9Cgetenv-PATH%E2%80%9D-and-%E2%80%9Cexec-path%E2%80%9D][Difference between Emacs's "(getenv PATH)" and "exec-path" (U&I)]] | 2166 | - [[https://utoi.tistory.com/entry/Difference-Between-Emacss-%E2%80%9Cgetenv-PATH%E2%80%9D-and-%E2%80%9Cexec-path%E2%80%9D][Difference between Emacs's "(getenv PATH)" and "exec-path" (U&I)]] |
2167 | - [[https://emacs.stackexchange.com/questions/27326/gui-emacs-sets-the-exec-path-only-from-windows-environment-variable-but-not-from][GUI Emacs sets the exec-path only from Windows environment variable | 2167 | - GUI Emacs sets the exec-path only from Windows environment variable |
2168 | but not from .emacs file (StackExchange)]] | 2168 | but not from .emacs file [[https://emacs.stackexchange.com/questions/27326/gui-emacs-sets-the-exec-path-only-from-windows-environment-variable-but-not-from][(StackExchange)]] |
2169 | 2169 | ||
2170 | ** Disable =package.el= | 2170 | ** Disable =package.el= |
2171 | 2171 | ||
@@ -2241,7 +2241,7 @@ Emacs (or the [[https://chrome.google.com/webstore/detail/edit-with-emacs/ljobjl | |||
2241 | (add-hook 'after-init-hook #'edit-server-start) | 2241 | (add-hook 'after-init-hook #'edit-server-start) |
2242 | #+end_src | 2242 | #+end_src |
2243 | 2243 | ||
2244 | ** Linux (home) | 2244 | ** Linux (home) |
2245 | :PROPERTIES: | 2245 | :PROPERTIES: |
2246 | :header-args: :noweb-ref linux-specific | 2246 | :header-args: :noweb-ref linux-specific |
2247 | :END: | 2247 | :END: |
@@ -2293,7 +2293,7 @@ files and things in Emacs. From [[https://www.taingram.org/blog/emacs-client.ht | |||
2293 | :END: | 2293 | :END: |
2294 | 2294 | ||
2295 | I use Windows at work, where I /also/ don't have Admin rights. So I | 2295 | I use Windows at work, where I /also/ don't have Admin rights. So I |
2296 | kind of fly-by-night there. Much of the ideas and scripts in this | 2296 | kind of fly-by-night there. Many of the ideas and scripts in this |
2297 | section come from [[https://github.com/termitereform/JunkPile/blob/master/emacs-on-windows.md][termitereform]] on Github. | 2297 | section come from [[https://github.com/termitereform/JunkPile/blob/master/emacs-on-windows.md][termitereform]] on Github. |
2298 | 2298 | ||
2299 | *** Settings | 2299 | *** Settings |