summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
2023-09-25create lisp library clang-formatJohn Turner
2023-09-25set license-boilerplate-copyright-author variableJohn Turner
2023-09-12add functions to toggle remote local variablesJohn Turner
2023-09-12fixupJohn Turner
2023-09-12create library "best-side-window"John Turner
2023-07-16typo in load-path variable in toggle-local-vars use-package exprJohn Turner
2023-07-16converted init code to use use-packageJohn Turner
2023-06-24create library for reloading libraries while workingJohn Turner
2023-04-01created toggle-local-vars lisp scriptJohn Turner
2022-12-22created some small functions to insert license headers into buffersJohn Turner
2022-10-21renamed man-wrapper to man-completionJohn Turner
2022-07-22removed backup-before-saveJohn Turner
2022-07-03restored man wrapper functions into the new lisp directoryJohn Turner
2022-07-03moved non-config functions into a new lisp directoryJohn 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.