summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * .bashrc: Only source completions if available.Amin Bandali2022-11-271-2/+12
| | | | For both quilt and now pass-otp as well.
* A few small but useful additions from a newly set up envAmin Bandali2022-11-252-10/+28
| | | | | | | | | | - Show name of current Debian chroot in prompt if we're in one. - More friendly less for non-textual files. - More useful ls aliases. - An alert alias to show notification after a long-running task, along with its exist status. Example usage: sleep 3; alert - Update egrep and fgrep aliases to use grep -E and grep -F directly respectively, since standalone egrep and fgrep have been deprecated.
* * .config/git/config: Small tweaks.Amin Bandali2022-11-251-2/+3
| | | | Mainly, don't sign new commits by default, but rather sign new tags.
* Various deb packaging settings/conveniencesAmin Bandali2022-11-259-1/+40
|
* * .config/user-dirs.dirs: Use ~/u/ as the prefix.Amin Bandali2022-11-251-8/+15
|
* Various mail-related updates and cleanupsAmin Bandali2022-11-254-111/+87
|
* * .local/bin/startup-progs: Add host-specific X resources.Amin Bandali2022-11-231-1/+2
|
* Revert "* .emacs.d/init.el: Enable electric-pair-mode."Amin Bandali2022-11-231-3/+3
| | | | This reverts commit a1dd64c723e64f367e18f8f8768b6106687d6671.
* * .emacs.d/init.el: Enable electric-pair-mode.Amin Bandali2022-11-221-3/+3
|
* * .emacs.d/init.el: Use the default C-a behaviour.Amin Bandali2022-11-221-11/+11
|
* Set font to Source Code Pro Medium 10.5 across the boardAmin Bandali2022-11-226-24/+17
|
* * .config/git/config: Add f alias for fetch.Amin Bandali2022-11-191-0/+1
|
* * .config/git/config: Add l alias for log.Amin Bandali2022-11-191-0/+1
|
* * .config/dunst/dunstrc: Update according to v1.5.0.Amin Bandali2022-11-191-8/+25
|
* * .config/git/config: Set defaultBranch to main.Amin Bandali2022-11-192-2/+1
| | | | | | | Supported as of git 2.28. The previous approach of using a template directory would work on a wider range of older git versions, but it would result in git not creating any files/directories (like hooks/) in a repo's .git directory e.g. after clones or initializations.
* * .config/git/config: Default to my gnu.org address.Amin Bandali2022-11-191-11/+11
| | | | | | | | - Default to my gnu.org address (and use fencepost for smtp). - GPG-sign commits by default again. - Rename work alias to sfl, add canonical, and simplify gnu and kelar to only set the email now. - Update github handle.
* * .local/bin/my-i3status: Switch to Python 3.Amin Bandali2022-11-191-1/+1
|
* Drop rofi in favour of dmenuAmin Bandali2022-11-194-13/+12
|
* * .local/bin/passmenu: Import from password-store.Amin Bandali2022-11-191-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 YASnippetAmin Bandali2022-11-1924-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 filesAmin Bandali2022-11-192-18/+0
|
* * .config/profiles/chaman: Rename from jirud.Amin Bandali2022-11-191-0/+0
|
* * .emacs.d/lisp/bandali-gnus.el: Move spam out earlier.Amin Bandali2022-11-141-2/+2
|
* * .emacs.d/lisp/boxquote: Remove submodule (now installed from NonGNU ELPA).Amin Bandali2022-08-273-4/+0
|
* * .signature: Update.Amin Bandali2022-08-201-1/+1
|
* * .emacs.d/lisp/bandali-message.el: Set `message-fill-column'Amin Bandali2022-08-031-0/+2
| | | | ...to 70, and `message-forward-as-mime' to t.
* * .signature: Update.Amin Bandali2022-08-031-1/+1
|
* A few small misc updatesAmin Bandali2022-08-033-1/+4
|
* * .config/git/config: Add alias instead of global email/signing preferences.Amin Bandali2022-08-031-5/+10
|
* * .emacs.d/init.el: Drop most `startup' customizations.Amin Bandali2022-08-031-15/+1
|
* Update/shorten various custom Emacs bindingsAmin Bandali2022-08-034-11/+11
|
* * .emacs.d/lisp/bandali-org.el: Disable org-indent-mode for now.Amin Bandali2022-05-291-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 Bandali2022-05-231-3/+2
| | | | (selected-frame).
* * .emacs.d/init.el: Fix logic for loading display-fill-column-indicator.Amin Bandali2022-05-221-5/+4
|
* * .local/bin/rofi-light: Increase width by one character.Amin Bandali2022-05-221-1/+1
|
* * .config/mpv/mpv.conf: Add, containing the emacsconf-talks profile.Amin Bandali2022-05-221-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 Bandali2022-05-201-311/+236
|
* * .emacs.d/init.el (b/*scratch*): Invert `mode-line' when `display-graphic-p'.Amin Bandali2022-05-191-1/+3
|
* Improve usability of rofi-light and rofi-pamixer wrappersAmin Bandali2022-05-192-2/+2
|
* Small keyboard-related profile updates/fixesAmin Bandali2022-05-193-17/+18
|
* Add Gnus and mbsync configurations for @kelar.org emailAmin Bandali2022-05-195-11/+59
|
* * .emacs.d/init.el: Scroll conservatively and don't recenter point.Amin Bandali2022-05-191-0/+1
|
* * .emacs.d/lisp/bandali-message.el (message-dont-reply-to-names): Add ↵Amin Bandali2022-05-191-1/+1
| | | | @kelar.org address.
* Import cmake-mode.el and add cmake-font-lock submoduleAmin Bandali2022-05-194-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 EmacsAmin Bandali2022-05-194-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 Bandali2022-05-191-24/+7
|
* Rewrite `b/*scratch*' function in init fileAmin Bandali2022-05-191-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 Bandali2022-05-199-345/+326
|
* * .Xresources.d/emacs: Clean up old commented entries.Amin Bandali2022-05-191-22/+6
|
* Customize my tridactyl theme, and add and use light variantAmin Bandali2022-05-193-10/+188
|