Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add ffs (form feed slides) mode for GNU Emacs | 2022-05-19 | 4 | -0/+729 | ||
| | | | | | This is what I used for preparing and presenting my LibrePlanet 2022 talk, 'The Net beyond the web' back in March. :) | |||||
* | * .emacs.d/init.el: Small cleanups. | 2022-05-19 | 1 | -24/+7 | ||
| | ||||||
* | Rewrite `b/*scratch*' function in init file | 2022-05-19 | 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'. | |||||
* | Drop `csetq' macro and use good old `setq' and `setq-default'. | 2022-05-19 | 9 | -345/+326 | ||
| | ||||||
* | * .Xresources.d/emacs: Clean up old commented entries. | 2022-05-19 | 1 | -22/+6 | ||
| | ||||||
* | Customize my tridactyl theme, and add and use light variant | 2022-05-19 | 3 | -10/+188 | ||
| | ||||||
* | * .config/tridactyl/themes/bandali-dark.css: Import tridactyl's `midnight' ↵ | 2022-05-19 | 1 | -0/+136 | ||
| | | | | theme. | |||||
* | * .config/tridactyl/tridactylrc: Add bindings for watching videos in mpv. | 2022-05-19 | 1 | -0/+5 | ||
| | ||||||
* | * .config/fontconfig/fonts.conf: Use FreeSans and Sahel for sans-serif. | 2022-05-19 | 1 | -1/+29 | ||
| | | | | GNU FreeSans for English and Sahel for Persian. | |||||
* | * .emacs.d/init.el: Add 'b/invert-default-face' as a simple light/dark theme ↵ | 2022-05-19 | 1 | -0/+7 | ||
| | | | | toggle. | |||||
* | * .emacs.d/init.el: No, I don't want a variable-pitched non-monospaced ↵ | 2022-05-19 | 1 | -1/+3 | ||
| | | | | | | | | mode-line. Though this seems to have thankfully been reversed again upstream in 2001ae5898a1e48cae5b138828190ac2cba39b40, I'm keeping this in my init file for now. | |||||
* | * .emacs.d/init.el: Add "/usr/share/info/" to 'Info-directory-list'. | 2022-05-19 | 1 | -4/+6 | ||
| | ||||||
* | * .emacs.d/init.el: Add some i3-like windmove bindings. | 2022-05-19 | 1 | -0/+8 | ||
| | ||||||
* | * .emacs.d/init.el: Extend zoneinfo-style-world-list. | 2022-05-19 | 1 | -1/+6 | ||
| | ||||||
* | * .emacs.d/init.el: Disable package version pinning for now. | 2022-05-19 | 1 | -13/+13 | ||
| | ||||||
* | * .config/jami.net/Jami.conf: Update. | 2022-05-19 | 1 | -0/+7 | ||
| | ||||||
* | A few font-related tweaks | 2022-05-19 | 4 | -3/+20 | ||
| | ||||||
* | Revert recent GnuPG experiments. | 2022-05-19 | 2 | -3/+3 | ||
| | | | | | Needs some more work, ideally also in Emacs itself, for this to be nicely usable. | |||||
* | * .local/bin/change-theme: Only call emacsclient there is an emacs process. | 2022-05-19 | 1 | -1/+3 | ||
| | ||||||
* | * .config/rofi-pass/config: Finally switch default_user to bandali. | 2022-05-19 | 1 | -2/+2 | ||
| | ||||||
* | * .emacs.d/lisp/bandali-erc.el: freenode -> libera.chat | 2022-05-19 | 1 | -2/+2 | ||
| | | | | I'd somehow not yet committed this since last year. | |||||
* | * .config/screen/screenrc: Increase idle lock from 5 to 10 minutes. | 2022-05-19 | 1 | -1/+1 | ||
| | ||||||
* | * .xinitrc: Remove unused file. | 2022-05-19 | 1 | -32/+0 | ||
| | ||||||
* | * .signature: Use new site address. | 2022-05-19 | 1 | -1/+1 | ||
| | ||||||
* | * .profile: export GPG_TTY=$(tty) | 2022-05-19 | 1 | -0/+1 | ||
| | ||||||
* | * .bashrc: reorganize, and update prompt | 2022-05-19 | 1 | -53/+60 | ||
| | ||||||
* | git: use 'main' for default branch name for new repos | 2022-05-19 | 2 | -0/+3 | ||
| | ||||||
* | git: use my @kelar.org address (and its smtp server) by default | 2022-05-19 | 1 | -2/+2 | ||
| | ||||||
* | add change-theme script | 2021-10-19 | 3 | -1/+45 | ||
| | | | | | | allows changing themes for future application instances as well as currently-running ones on the fly. xterm and emacs have been tested and are known to work so far. | |||||
* | move some machine-specific keyboard settings to their respective profile | 2021-10-18 | 4 | -14/+15 | ||
| | ||||||
* | gpg: set pinentry-mode to loopback | 2021-10-18 | 2 | -4/+5 | ||
| | | | | | | | | | | this is the missing piece for getting pinentry in minibuffer in emacs, for example in eshell, instead of a 'pop up' pinentry that completely messes everything up. with this in place, don't greatly extend the key cache ttls, since we don't have to worry about our tty emacs being interrupted if we mindlessly stumble into a gpg pinentry. | |||||
* | getmail: delete mail from server immediately | 2021-10-18 | 1 | -2/+2 | ||
| | ||||||
* | mbsync: increase timeout for gnu account sync | 2021-10-18 | 1 | -1/+1 | ||
| | ||||||
* | signature: simplify | 2021-10-18 | 1 | -3/+1 | ||
| | ||||||
* | emacs: update package versions, ditch orgalist, remove deprecated commented ↵ | 2021-10-18 | 2 | -34/+16 | ||
| | | | | pinentry bits | |||||
* | remove some vestigial configs | 2021-10-18 | 8 | -574/+0 | ||
| | ||||||
* | xterm: specify the configs more generally so that it would work for floating ↵ | 2021-10-18 | 1 | -4/+4 | ||
| | | | | variant as well | |||||
* | i3: switch from urxvt to xterm | 2021-10-18 | 1 | -3/+3 | ||
| | ||||||
* | user-dirs: rename XDG_TEMPLATES_DIR from temp to tmpl | 2021-10-18 | 1 | -1/+1 | ||
| | ||||||
* | xterm: set scrollTtyOutput: false and saveLines: 100000 | 2021-10-18 | 1 | -0/+2 | ||
| | ||||||
* | x: add xterm config | 2021-10-18 | 2 | -0/+5 | ||
| | | | | for now mainly to set metaSendsEscape to true | |||||
* | several uncommitted changes | 2021-10-17 | 9 | -38/+38 | ||
| | ||||||
* | gnus: conditional mail setup based on hostname | 2021-05-18 | 1 | -94/+107 | ||
| | ||||||
* | emacs: tweak mode-line look | 2021-05-18 | 1 | -4/+5 | ||
| | ||||||
* | i3: add two new key bindings for convenience | 2021-05-18 | 1 | -0/+2 | ||
| | ||||||
* | add rofi-pamixer convenience scripts for changing volume | 2021-05-18 | 2 | -0/+5 | ||
| | ||||||
* | xdg: switch back to the ~/usr/ prefix | 2021-05-18 | 1 | -8/+8 | ||
| | ||||||
* | xresources: tweak urxvt colours | 2021-05-18 | 1 | -119/+13 | ||
| | ||||||
* | small mail-related tweaks | 2021-05-16 | 2 | -2/+5 | ||
| | ||||||
* | add lisp/bandali-po.el with customizations for po-mode | 2021-05-15 | 2 | -0/+64 | ||
| |