Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-25 | conditionally configure treesitter modes if their parsers are avail | John Turner | |
2023-09-25 | typo | John Turner | |
2023-09-12 | fix syntax | John Turner | |
2023-09-12 | create package sh-script | John Turner | |
2023-09-12 | create package ebuild-mode | John Turner | |
2023-09-12 | update eglot-rust-dir-locals.el | John Turner | |
2023-09-12 | fixup | John Turner | |
2023-09-12 | add functions to toggle remote local variables | John Turner | |
2023-09-12 | add /root/bin to tramp-remote-path | John Turner | |
2023-09-12 | increase tramp-timeout to one hour | John Turner | |
2023-09-12 | fixup | John Turner | |
2023-09-12 | disable emacs lockfiles | John Turner | |
2023-09-12 | require 'site-gentoo first | John Turner | |
2023-09-12 | use best-side-window for flymake diagnostics buffers | 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 | setup ts modes in the treesit use-package expression | John Turner | |
python-ts-mode and bash-ts-mode are not packages or features, so we can't use them in a use-package expression. Since we can't create use-package expressions for them, just set up the requires variables in the treesit use-package expression. | |||
2023-07-16 | activate pixel-scoll-mode regardless of display-graphic-p | John Turner | |
2023-07-16 | set default font in init.el | John Turner | |
2023-07-16 | don't use custom.el | John Turner | |
2023-07-16 | require site-gentoo | John Turner | |
2023-07-16 | fixup | John Turner | |
2023-07-16 | converted init code to use use-package | John Turner | |
2023-06-24 | update eglot-rust-dir-locals.el | John Turner | |
2023-06-24 | create library for reloading libraries while working | John Turner | |
2023-06-24 | add require for reload-library | John Turner | |
2023-06-24 | try to visit symlink for initial-buffer | John Turner | |
2023-04-27 | readded eglot init module | John Turner | |
2023-04-01 | use "env" to set env vars in rust-cargo-bin | John Turner | |
2023-04-01 | created toggle-local-vars lisp script | John Turner | |
2023-03-26 | created check-init.el script | John Turner | |
2023-03-26 | don't track custom.el | John Turner | |
2023-03-26 | rm'd some pattern from ibuffer-never-show-list | John Turner | |
2023-03-26 | never forgot command history | John Turner | |
2023-03-26 | show server socket name in modeline | John Turner | |
2023-03-26 | use early-init.el to allow setting native comp cache dir | John Turner | |
Some of the init.el setup code moved to early-init.el to allow loading our init modules in early init. Loading the native comp init module in init.el set the cache directory variable too late and resulted in the original directory still being populated with eln files. | |||
2023-03-26 | rm'd early-init.el from gitignore (it ignores everything by default) | John Turner | |
2023-03-26 | rm'd eglot config, it has all the servers I use setup by default now | John Turner | |
2023-03-25 | dir-locals.el configured to use rust-mode features in rust-ts-mode | John Turner | |
2023-01-24 | cleaned up treesitter setup script | John Turner | |
2023-01-24 | added some treesitter setup stuff | John Turner | |
2022-12-22 | enabled safe directory variables! useful for peeking into git repos! | John Turner | |
2022-12-22 | defined lisp and scheme program names | John Turner | |
2022-12-22 | set the elisp debugger to edebug | John Turner | |
2022-12-22 | added require? macro for requring optional libraries | John Turner | |
2022-12-22 | created some small functions to insert license headers into buffers | John Turner | |
2022-12-22 | created init-pixel-scroll.el | John Turner | |
2022-12-22 | added visual-line-mode to compile-mode-hook | John Turner | |
2022-12-22 | added visual-line-mode to ielm-mode-hook | John Turner | |
2022-12-22 | deleted old themes, created new badgar theme | John Turner | |
Themes in Emacs can be loaded on top of each other, allowing to easily customize or override aspects of other themes, which I did not realize at the time of creating the custom-wombat theme! Badgar adds a few small tweaks, like setting highlight-indentation colors, making the fringe match the background, and highlighting the current line when using line-number-mode. |