Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |