Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-24 | guix: add rottlog, thermald, tlp, and powertop to chaman | Amin Bandali | 1 | -2/+15 | |
2020-01-23 | emacs: improve compat for (version< "27" emacs-version0 | Amin Bandali | 1 | -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 | |||||
2020-01-23 | emacs: add back my znc fork | Amin Bandali | 2 | -16/+16 | |
emacs-znc-git is from my guix-mab channel | |||||
2020-01-23 | xdg: use singular form folder names | Amin Bandali | 1 | -6/+6 | |
2020-01-23 | update some more bandali references to mab | Amin Bandali | 5 | -15/+16 | |
2020-01-23 | guix: add local dovecot mail server to chaman | Amin Bandali | 1 | -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. | |||||
2020-01-23 | guix: updates to chaman's system configuration | Amin Bandali | 1 | -9/+9 | |
- update device uuids - change username from bandali to mab - use cons* instead of append∘list once again | |||||
2020-01-21 | emacs: gnus: update csc signature | Amin Bandali | 1 | -1/+1 | |
i'm sysadmin this term | |||||
2020-01-21 | emacs: magit: looks for repos in direct subdirs of ~/src/git/ too | Amin Bandali | 1 | -1/+1 | |
e.g. ~/src/git/emacs/emacs-27 will now be discovered | |||||
2020-01-21 | emacs: use custom function for killing current buffer | Amin Bandali | 1 | -1/+7 | |
2020-01-21 | emacs: erc: enable smiley module | Amin Bandali | 1 | -0/+1 | |
2020-01-21 | emacs: gnus: add Organization: GNU when sending from gnu address | Amin Bandali | 1 | -0/+2 | |
2020-01-21 | update gnu address | Amin Bandali | 5 | -18/+18 | |
2020-01-21 | update url | Amin Bandali | 2 | -2/+2 | |
2020-01-08 | bash,guix: "fix" completion | Amin Bandali | 2 | -1/+15 | |
2020-01-08 | emacs,gnupg: use emacs for pinentry again | Amin Bandali | 2 | -1/+17 | |
2020-01-08 | emacs,guix: port init.el over to guix | Amin Bandali | 3 | -273/+190 | |
TODO: consider writing guix package definitions for these: - alloy-mode - george-mode - org-pdftools - oddmuse-curl - znc.el (my fork) | |||||
2020-01-05 | guix: reinstall chaman, from scratch | Amin Bandali | 1 | -87/+54 | |
2020-01-05 | emacs: typo: disable for git-commit-mode | Amin Bandali | 1 | -1/+1 | |
2020-01-05 | emacs: display-time-mode: show gnus’s icon instead of "Mail" | Amin Bandali | 1 | -1/+3 | |
2020-01-04 | emacs: add binding for debbugs-gnu-bugs to jump to a bug given its # | Amin Bandali | 1 | -0/+1 | |
2020-01-04 | emacs: update packages, disable orgalist again temporarily | Amin Bandali | 3 | -21/+23 | |
2020-01-04 | urxvt: fix copy & paste | Amin Bandali | 1 | -4/+8 | |
2020-01-01 | emacs: update custom.el | Amin Bandali | 1 | -59/+116 | |
2020-01-01 | update site url | Amin Bandali | 2 | -2/+2 | |
2019-12-31 | emacs: update packages, add back orgalist | Amin Bandali | 2 | -12/+11 | |
finally fixed: https://lists.gnu.org/archive/html/emacs-orgmode/2019-12/msg00439.html | |||||
2019-12-29 | emacs: update packages and add back typo.el | Amin Bandali | 2 | -7/+6 | |
2019-12-28 | emacs: use alloy-mode for dsh (DASH) files as well | Amin Bandali | 1 | -1/+1 | |
2019-12-28 | emacs: update packages | Amin Bandali | 1 | -21/+21 | |
emacs: update packages | |||||
2019-12-25 | emacs: gnus: set :extend t for the mm-uu-extract face | Amin Bandali | 1 | -0/+2 | |
used by message-mark-inserted-region | |||||
2019-12-25 | emacs: minor updates | Amin Bandali | 2 | -9/+8 | |
2019-12-25 | emacs: gnus: add libreplanet.org list regexp | Amin Bandali | 1 | -0/+2 | |
2019-12-18 | emacs: alloy-mode: rebind TAB to indent-for-tab-command | Amin Bandali | 1 | -1/+15 | |
2019-12-18 | emacs: update packages | Amin Bandali | 1 | -13/+13 | |
2019-12-12 | emacs: message-mode: use the default fill (of 72) for now | Amin Bandali | 1 | -5/+5 | |
2019-12-12 | msmtp: update fp's fingerprint | Amin Bandali | 1 | -1/+1 | |
2019-12-12 | emacs: update straight.el and packages | Amin Bandali | 1 | -17/+14 | |
https://github.com/raxod502/straight.el/commit/b71ca1725428e0be8c5735f7646715a0bc270aea | |||||
2019-12-08 | emacs: update packages, disable web-mode's auto indentation | Amin Bandali | 2 | -15/+17 | |
2019-12-03 | emacs: gnus: always sign messages | Amin Bandali | 1 | -2/+3 | |
2019-12-03 | emacs: debbugs: add C-c D G binding for guix bugs | Amin Bandali | 1 | -1/+6 | |
2019-12-03 | bash: add t function | Amin Bandali | 1 | -0/+4 | |
2019-12-03 | msmtp: update mail.shemshak.org's tls fingerprint | Amin Bandali | 1 | -1/+1 | |
2019-12-03 | emacs: update packages | Amin Bandali | 2 | -19/+17 | |
2019-11-26 | emacs: update packages, briefly try scpaste | Amin Bandali | 2 | -19/+25 | |
2019-11-22 | emacs: gnus: fix Mail-Followup-To header not being added for lists | Amin Bandali | 1 | -1/+1 | |
had forgotten to update this a few months ago after changing my folder naming scheme | |||||
2019-11-22 | emacs: update packages, switch from bbdb back to ebdb for now | Amin Bandali | 2 | -44/+43 | |
2019-11-20 | emacs: enable flyspell-mode in text-mode | Amin Bandali | 1 | -1/+2 | |
2019-11-20 | emacs: update packages, add convenience bindings for debbugs | Amin Bandali | 2 | -11/+21 | |
2019-11-20 | emacs: disable typo for now | Amin Bandali | 2 | -5/+11 | |
2019-11-20 | emacs: yasnippet: use p instead of pkg for latex-mode usepackage | Amin Bandali | 1 | -1/+1 | |