summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* emacs: yasnippet: add some more convenience snippets for latex-modeAmin Bandali2020-01-295-0/+25
|
* dunst: ignore low urgency notifications from history for nowAmin Bandali2020-01-281-0/+1
| | | | | otherwise, recalling notifications from history seems to only display those with low urgency, in v1.4.1
* dunst: various tweaks to the configurationAmin Bandali2020-01-281-9/+9
| | | | | | | | | - font - history length - dmenu - browser - mouse click actions - no timeouts
* emacs: smart-mode-line: don't make fixed-width fillsAmin Bandali2020-01-271-0/+2
| | | | | | | this bothered me forever. it's *super* annoying on low-resolution screens, especially with horizontal splits (side by side) where the effective width of the mode-line for each window is considerably smaller than the display's width
* emacs: tweak some bindingsAmin Bandali2020-01-271-4/+4
|
* emacs: set eww-download-directory to $XDG_DOWNLOAD_DIRAmin Bandali2020-01-271-1/+7
|
* xdg: export various XDG_*_DIR variablesAmin Bandali2020-01-271-0/+6
|
* guix: add (sudo-less) lightAmin Bandali2020-01-272-0/+2
| | | | | landed fcb510c541e83291ea6682cba87020a913c64914 in guix.git so one can set brightness using light without sudo
* emacs: exwm: i use icecat nowAmin Bandali2020-01-261-1/+1
|
* emacs: make my theme change functions more robustAmin Bandali2020-01-261-2/+4
| | | | only call sml/apply-theme if smart-mode-line is available
* exwm: swap out amixer for pamixer, at least for the time beingAmin Bandali2020-01-261-3/+3
|
* dunst: add default config for v1.4.1Amin Bandali2020-01-261-0/+414
|
* x: launch exwm as a subprocess of ssh-agentAmin Bandali2020-01-251-1/+1
|
* guix: use local channels for finer controlAmin Bandali2020-01-251-5/+3
|
* switch to exwm on chamanAmin Bandali2020-01-259-43/+51
|
* git: update smtpuser, set transfer.fsckObjectsAmin Bandali2020-01-251-2/+5
|
* guix: add rottlog, thermald, tlp, and powertop to chamanAmin Bandali2020-01-241-2/+15
|
* emacs: improve compat for (version< "27" emacs-version0Amin Bandali2020-01-231-3/+8
| | | | | | - eshell: it seems that eshell-hist-mode-map is new in 27 - mm-uu: :extend is new in 27. trying to use it pre 27 causes severe breakage of ERC among other things
* emacs: add back my znc forkAmin Bandali2020-01-232-16/+16
| | | | emacs-znc-git is from my guix-mab channel
* xdg: use singular form folder namesAmin Bandali2020-01-231-6/+6
|
* update some more bandali references to mabAmin Bandali2020-01-235-15/+16
|
* guix: add local dovecot mail server to chamanAmin Bandali2020-01-231-1/+19
| | | | | | | note: the dovecot/auth process runs as a non-root `dovecot' user, which needs to be able to read the passwd file. therefore, the file itself needs to have the read bit set accordingly, and its parent directories need the executable bit.
* guix: updates to chaman's system configurationAmin Bandali2020-01-231-9/+9
| | | | | | - update device uuids - change username from bandali to mab - use cons* instead of append∘list once again
* emacs: gnus: update csc signatureAmin Bandali2020-01-211-1/+1
| | | | i'm sysadmin this term
* emacs: magit: looks for repos in direct subdirs of ~/src/git/ tooAmin Bandali2020-01-211-1/+1
| | | | e.g. ~/src/git/emacs/emacs-27 will now be discovered
* emacs: use custom function for killing current bufferAmin Bandali2020-01-211-1/+7
|
* emacs: erc: enable smiley moduleAmin Bandali2020-01-211-0/+1
|
* emacs: gnus: add Organization: GNU when sending from gnu addressAmin Bandali2020-01-211-0/+2
|
* update gnu addressAmin Bandali2020-01-215-18/+18
|
* update urlAmin Bandali2020-01-212-2/+2
|
* bash,guix: "fix" completionAmin Bandali2020-01-082-1/+15
|
* emacs,gnupg: use emacs for pinentry againAmin Bandali2020-01-082-1/+17
|
* emacs,guix: port init.el over to guixAmin Bandali2020-01-083-273/+190
| | | | | | | | | TODO: consider writing guix package definitions for these: - alloy-mode - george-mode - org-pdftools - oddmuse-curl - znc.el (my fork)
* guix: reinstall chaman, from scratchAmin Bandali2020-01-051-87/+54
|
* emacs: typo: disable for git-commit-modeAmin Bandali2020-01-051-1/+1
|
* emacs: display-time-mode: show gnus’s icon instead of "Mail"Amin Bandali2020-01-051-1/+3
|
* emacs: add binding for debbugs-gnu-bugs to jump to a bug given its #Amin Bandali2020-01-041-0/+1
|
* emacs: update packages, disable orgalist again temporarilyAmin Bandali2020-01-043-21/+23
|
* urxvt: fix copy & pasteAmin Bandali2020-01-041-4/+8
|
* emacs: update custom.elAmin Bandali2020-01-011-59/+116
|
* update site urlAmin Bandali2020-01-012-2/+2
|
* emacs: update packages, add back orgalistAmin Bandali2019-12-312-12/+11
| | | | | finally fixed: https://lists.gnu.org/archive/html/emacs-orgmode/2019-12/msg00439.html
* emacs: update packages and add back typo.elAmin Bandali2019-12-292-7/+6
|
* emacs: use alloy-mode for dsh (DASH) files as wellAmin Bandali2019-12-281-1/+1
|
* emacs: update packagesAmin Bandali2019-12-281-21/+21
| | | | emacs: update packages
* emacs: gnus: set :extend t for the mm-uu-extract faceAmin Bandali2019-12-251-0/+2
| | | | used by message-mark-inserted-region
* emacs: minor updatesAmin Bandali2019-12-252-9/+8
|
* emacs: gnus: add libreplanet.org list regexpAmin Bandali2019-12-251-0/+2
|
* emacs: alloy-mode: rebind TAB to indent-for-tab-commandAmin Bandali2019-12-181-1/+15
|
* emacs: update packagesAmin Bandali2019-12-181-13/+13
|