Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-16 | Add 'lisp/cil-mode/' from commit 'f24d553c1c07448fee69caf405f7aa155afa883d' | John Turner | |
git-subtree-dir: lisp/cil-mode git-subtree-mainline: ac196059a5be8ca827c9908485c902d7d00f08ac git-subtree-split: f24d553c1c07448fee69caf405f7aa155afa883d | |||
2025-08-12 | add use-package for cil-mode | John Turner | |
2025-07-12 | remove code related to stderr-buffer (stderr goes to a file, not a buffer) | John Turner | |
2025-07-12 | add use-package for wgetpaste.el | John Turner | |
2024-03-10 | call-process-region outputs stderr to a file, not a buffer | John Turner | |
2024-03-10 | Merge commit 'cd9fe0a19a5fd5426f21bcc44313afbb56df9f32' as 'lisp/wgetpaste' | John Turner | |
2024-03-10 | rewrite fmt.el to use call-process-region and other changes | John Turner | |
2024-02-05 | lisp/packages: add flycheck-nasm to package list | John Turner | |
2024-02-05 | lisp/flycheck-nasm: create flycheck checker for NASM | John Turner | |
2023-10-23 | create library fmt | John Turner | |
2023-10-23 | fix whitespace insertion | John Turner | |
2023-10-23 | use user-full-name as default value for license-boilerplate-copyright-author | John Turner | |
2023-10-23 | remove clang-format library | John Turner | |
2023-09-25 | create lisp library clang-format | John Turner | |
2023-09-25 | set license-boilerplate-copyright-author variable | John Turner | |
2023-09-12 | add functions to toggle remote local variables | John Turner | |
2023-09-12 | fixup | John Turner | |
2023-09-12 | create library "best-side-window" | John Turner | |
2023-07-16 | typo in load-path variable in toggle-local-vars use-package expr | John Turner | |
2023-07-16 | converted init code to use use-package | John Turner | |
2023-06-24 | create library for reloading libraries while working | John Turner | |
2023-04-01 | created toggle-local-vars lisp script | John Turner | |
2022-12-22 | created some small functions to insert license headers into buffers | John Turner | |
2022-10-21 | renamed man-wrapper to man-completion | John Turner | |
2022-07-22 | removed backup-before-save | John Turner | |
2022-07-03 | restored man wrapper functions into the new lisp directory | John Turner | |
2022-07-03 | moved non-config functions into a new lisp directory | John Turner | |
We will now put non-config related functions (any elisp libraries or snippets that I write) into a new ".emacs.d/lisp" directory and separate them from the config code in the ".emacs.d/config" directory. During the transition I decided to move and rewrite the logic that adds all of the libraries to load-path. Now this logic is in two top level files (load-config.el load-local-lisp.el). I needed to remove the config-programming-languages module because it conflicted with the new load-path logic (it was mostly useless anyways). The man advice functions are deleted in this commit but they will be added into the new ".emacs.d/lisp" directory soon. |