Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-05-19 | * .emacs.d/init.el: Scroll conservatively and don't recenter point. | Amin Bandali | 1 | -0/+1 | |
2022-05-19 | * .emacs.d/lisp/bandali-message.el (message-dont-reply-to-names): Add ↵ | Amin Bandali | 1 | -1/+1 | |
@kelar.org address. | |||||
2022-05-19 | Import cmake-mode.el and add cmake-font-lock submodule | Amin Bandali | 4 | -0/+504 | |
* .emacs.d/init.el: require cmake-mode and cmake-font-lock. * .emacs.d/lisp/cmake-mode.el: Import from upstream cmake repo as of https://gitlab.kitware.com/cmake/cmake/-/blob/9daa244e9904e3d80afa149c927a01413e2a6cd0/Auxiliary/cmake-mode.el into .emacs.d/lisp/ under the 3-clause BSD license. | |||||
2022-05-19 | Add ffs (form feed slides) mode for GNU Emacs | Amin Bandali | 4 | -0/+729 | |
This is what I used for preparing and presenting my LibrePlanet 2022 talk, 'The Net beyond the web' back in March. :) | |||||
2022-05-19 | * .emacs.d/init.el: Small cleanups. | Amin Bandali | 1 | -24/+7 | |
2022-05-19 | Rewrite `b/*scratch*' function in init file | Amin Bandali | 1 | -5/+4 | |
* .emacs.d/init.el (b/*scratch*): Rewrite to use the new `get-scratch-buffer-create' function in emacs.git master branch if available, otherwise use the old `startup--get-buffer-create-scratch'. | |||||
2022-05-19 | Drop `csetq' macro and use good old `setq' and `setq-default'. | Amin Bandali | 9 | -345/+326 | |
2022-05-19 | * .Xresources.d/emacs: Clean up old commented entries. | Amin Bandali | 1 | -22/+6 | |
2022-05-19 | Customize my tridactyl theme, and add and use light variant | Amin Bandali | 3 | -10/+188 | |