Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop rofi in favour of dmenu | Amin Bandali | 2022-11-19 | 4 | -13/+12 |
| | |||||
* | * .local/bin/passmenu: Import from password-store. | Amin Bandali | 2022-11-19 | 1 | -0/+50 |
| | | | | | | This is a copy of contrib/dmenu/passmenu from password-store's git repository as of dddca73694d1ecc2381cde6c02a9d1466cf0ab41. Addition of copyright and license header by me (upstream is under GNU GPLv2+). | ||||
* | Drop YASnippet | Amin Bandali | 2022-11-19 | 24 | -156/+2 |
| | | | | | | I don't really need these or use them nearly as much as I used to. For similar needs, I think I'll be able to get by using Emacs's own Abbrev just fine. | ||||
* | Drop vestigial gtk settings files | Amin Bandali | 2022-11-19 | 2 | -18/+0 |
| | |||||
* | * .config/profiles/chaman: Rename from jirud. | Amin Bandali | 2022-11-19 | 1 | -0/+0 |
| | |||||
* | * .emacs.d/lisp/bandali-gnus.el: Move spam out earlier. | Amin Bandali | 2022-11-14 | 1 | -2/+2 |
| | |||||
* | * .emacs.d/lisp/boxquote: Remove submodule (now installed from NonGNU ELPA). | Amin Bandali | 2022-08-27 | 3 | -4/+0 |
| | |||||
* | * .signature: Update. | Amin Bandali | 2022-08-20 | 1 | -1/+1 |
| | |||||
* | * .emacs.d/lisp/bandali-message.el: Set `message-fill-column' | Amin Bandali | 2022-08-03 | 1 | -0/+2 |
| | | | | ...to 70, and `message-forward-as-mime' to t. | ||||
* | * .signature: Update. | Amin Bandali | 2022-08-03 | 1 | -1/+1 |
| | |||||
* | A few small misc updates | Amin Bandali | 2022-08-03 | 3 | -1/+4 |
| | |||||
* | * .config/git/config: Add alias instead of global email/signing preferences. | Amin Bandali | 2022-08-03 | 1 | -5/+10 |
| | |||||
* | * .emacs.d/init.el: Drop most `startup' customizations. | Amin Bandali | 2022-08-03 | 1 | -15/+1 |
| | |||||
* | Update/shorten various custom Emacs bindings | Amin Bandali | 2022-08-03 | 4 | -11/+11 |
| | |||||
* | * .emacs.d/lisp/bandali-org.el: Disable org-indent-mode for now. | Amin Bandali | 2022-05-29 | 1 | -1/+3 |
| | | | | | | It doesn't seem to play nice with `display-fill-column-indicator'; and since I recently started using that (and very much like it), don't turn this on anymore for now. | ||||
* | * .emacs.d/init.el (b/invert-default-face): Only invert the faces for the ↵ | Amin Bandali | 2022-05-23 | 1 | -3/+2 |
| | | | | (selected-frame). | ||||
* | * .emacs.d/init.el: Fix logic for loading display-fill-column-indicator. | Amin Bandali | 2022-05-22 | 1 | -5/+4 |
| | |||||
* | * .local/bin/rofi-light: Increase width by one character. | Amin Bandali | 2022-05-22 | 1 | -1/+1 |
| | |||||
* | * .config/mpv/mpv.conf: Add, containing the emacsconf-talks profile. | Amin Bandali | 2022-05-22 | 1 | -0/+31 |
| | | | | | Thanks to Leo Vivier for the original profile (this one includes a few tweaks of my own). | ||||
* | * .emacs.d/init.el: Cleanups and fixes throughout. | Amin Bandali | 2022-05-20 | 1 | -311/+236 |
| | |||||
* | * .emacs.d/init.el (b/*scratch*): Invert `mode-line' when `display-graphic-p'. | Amin Bandali | 2022-05-19 | 1 | -1/+3 |
| | |||||
* | Improve usability of rofi-light and rofi-pamixer wrappers | Amin Bandali | 2022-05-19 | 2 | -2/+2 |
| | |||||
* | Small keyboard-related profile updates/fixes | Amin Bandali | 2022-05-19 | 3 | -17/+18 |
| | |||||
* | Add Gnus and mbsync configurations for @kelar.org email | Amin Bandali | 2022-05-19 | 5 | -11/+59 |
| | |||||
* | * .emacs.d/init.el: Scroll conservatively and don't recenter point. | Amin Bandali | 2022-05-19 | 1 | -0/+1 |
| | |||||
* | * .emacs.d/lisp/bandali-message.el (message-dont-reply-to-names): Add ↵ | Amin Bandali | 2022-05-19 | 1 | -1/+1 |
| | | | | @kelar.org address. | ||||
* | Import cmake-mode.el and add cmake-font-lock submodule | Amin Bandali | 2022-05-19 | 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. | ||||
* | Add ffs (form feed slides) mode for GNU Emacs | Amin Bandali | 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. | Amin Bandali | 2022-05-19 | 1 | -24/+7 |
| | |||||
* | Rewrite `b/*scratch*' function in init file | Amin Bandali | 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'. | Amin Bandali | 2022-05-19 | 9 | -345/+326 |
| | |||||
* | * .Xresources.d/emacs: Clean up old commented entries. | Amin Bandali | 2022-05-19 | 1 | -22/+6 |
| | |||||
* | Customize my tridactyl theme, and add and use light variant | Amin Bandali | 2022-05-19 | 3 | -10/+188 |
| | |||||
* | * .config/tridactyl/themes/bandali-dark.css: Import tridactyl's `midnight' ↵ | Amin Bandali | 2022-05-19 | 1 | -0/+136 |
| | | | | theme. | ||||
* | * .config/tridactyl/tridactylrc: Add bindings for watching videos in mpv. | Amin Bandali | 2022-05-19 | 1 | -0/+5 |
| | |||||
* | * .config/fontconfig/fonts.conf: Use FreeSans and Sahel for sans-serif. | Amin Bandali | 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 ↵ | Amin Bandali | 2022-05-19 | 1 | -0/+7 |
| | | | | toggle. | ||||
* | * .emacs.d/init.el: No, I don't want a variable-pitched non-monospaced ↵ | Amin Bandali | 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'. | Amin Bandali | 2022-05-19 | 1 | -4/+6 |
| | |||||
* | * .emacs.d/init.el: Add some i3-like windmove bindings. | Amin Bandali | 2022-05-19 | 1 | -0/+8 |
| | |||||
* | * .emacs.d/init.el: Extend zoneinfo-style-world-list. | Amin Bandali | 2022-05-19 | 1 | -1/+6 |
| | |||||
* | * .emacs.d/init.el: Disable package version pinning for now. | Amin Bandali | 2022-05-19 | 1 | -13/+13 |
| | |||||
* | * .config/jami.net/Jami.conf: Update. | Amin Bandali | 2022-05-19 | 1 | -0/+7 |
| | |||||
* | A few font-related tweaks | Amin Bandali | 2022-05-19 | 4 | -3/+20 |
| | |||||
* | Revert recent GnuPG experiments. | Amin Bandali | 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. | Amin Bandali | 2022-05-19 | 1 | -1/+3 |
| | |||||
* | * .config/rofi-pass/config: Finally switch default_user to bandali. | Amin Bandali | 2022-05-19 | 1 | -2/+2 |
| | |||||
* | * .emacs.d/lisp/bandali-erc.el: freenode -> libera.chat | Amin Bandali | 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. | Amin Bandali | 2022-05-19 | 1 | -1/+1 |
| | |||||
* | * .xinitrc: Remove unused file. | Amin Bandali | 2022-05-19 | 1 | -32/+0 |
| |