Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | emacs: add list-identifier for a few mailing list groups | Amin Bandali | 2019-05-18 | 1 | -7/+14 | |
| | | | | … that insist on being annoying and prefix message subjects | |||||
* | emacs: add signatures for my gnu, uw, and csc addresses | Amin Bandali | 2019-05-18 | 1 | -1/+13 | |
| | ||||||
* | emacs: fix alert-default-style to use emacs’s notifications library | Amin Bandali | 2019-05-18 | 1 | -2/+1 | |
| | ||||||
* | emacs: remove slack | Amin Bandali | 2019-05-18 | 1 | -45/+0 | |
| | | | | it’s not needed afterall: the URA cancelled her project for this term | |||||
* | emacs: fix nil file-name-handler-alist after reloading init | Amin Bandali | 2019-05-14 | 1 | -7/+8 | |
| | | | | | | | | | This problem would cause emacs to not treat files like *.gpg or *.el.gz especially before displaying them, as it normally does. So now, I update a/file-name-handler-alist with the latest contents of file-name-handler-alist before loading the init file, and afterwards I restore things back to normal (done in a/post-init). | |||||
* | emacs: add M-O binding to toggle org link display | Amin Bandali | 2019-05-14 | 1 | -0/+1 | |
| | ||||||
* | emacs: add ivy-xref | Amin Bandali | 2019-05-14 | 1 | -0/+4 | |
| | ||||||
* | emacs: gnus: uw: only put INBOX-originated replies into Sent Items | Amin Bandali | 2019-05-13 | 1 | -2/+5 | |
| | ||||||
* | emacs: add dired-x and set dired-guess-shell-alist-user | Amin Bandali | 2019-05-12 | 1 | -0/+11 | |
| | ||||||
* | emacs: let Gnus use full window | Amin Bandali | 2019-05-12 | 1 | -3/+5 | |
| | | | | currently problematic with *EBDB-Gnus* being left around | |||||
* | emacs: fix multi-term C-c C-j binding | Amin Bandali | 2019-05-12 | 1 | -3/+2 | |
| | ||||||
* | emacs: add vc-ediff binding, winner-undo on ediff quit, horiz split | Amin Bandali | 2019-05-12 | 1 | -0/+8 | |
| | ||||||
* | emacs: add convenient binding for saving and closing frame | Amin Bandali | 2019-05-12 | 1 | -1/+1 | |
| | | | | useful when editing a textarea in emacs (from tridactyl) | |||||
* | emacs: open up magit-status in full-screen | Amin Bandali | 2019-05-12 | 1 | -0/+1 | |
| | ||||||
* | emacs: uncomment and rewrite no-package-initialize thingy | Amin Bandali | 2019-05-12 | 1 | -1/+3 | |
| | | | | haven’t tested it on <27 though | |||||
* | emacs: automatically load diff-hl | Amin Bandali | 2019-05-12 | 1 | -0/+1 | |
| | | | | for git change indication in the fringe | |||||
* | emacs: multi-term: add some bindings, send more raw keys | Amin Bandali | 2019-05-12 | 1 | -3/+22 | |
| | | | | in particular makes using weechat more pleasant | |||||
* | emacs: gnus: fix up posting styles | Amin Bandali | 2019-05-12 | 1 | -4/+4 | |
| | ||||||
* | emacs: add gnus-dired | Amin Bandali | 2019-05-12 | 1 | -0/+5 | |
| | ||||||
* | emacs: gnus: don’t destroy other windows | Amin Bandali | 2019-05-12 | 1 | -0/+4 | |
| | ||||||
* | emacs: set screen’s config file explicitly for multi-term | Amin Bandali | 2019-05-11 | 1 | -2/+4 | |
| | | | | | | Not sure why (getenv "SCREENRC") evaluates to "/screen/screenrc" only and the $XDG_CONFIG_HOME prefix of it is missing. Don’t have time to investigate. | |||||
* | emacs: use .local tld for dovecot usernames for more clarity | Amin Bandali | 2019-05-10 | 1 | -5/+5 | |
| | | | | also use shorter machine names for uwaterloo and csclub accounts | |||||
* | emacs: add a few useful counsel-related keybindings | Amin Bandali | 2019-05-10 | 1 | -0/+3 | |
| | ||||||
* | emacs: divide init.el up into sections and add commentary | Amin Bandali | 2019-05-10 | 1 | -52/+383 | |
| | ||||||
* | emacs: add comment macro | Amin Bandali | 2019-05-10 | 1 | -0/+6 | |
| | ||||||
* | emacs: remove everything related to byte-compiling init file | Amin Bandali | 2019-05-10 | 1 | -33/+8 | |
| | ||||||
* | emacs: slight init.el tweaks | Amin Bandali | 2019-05-10 | 1 | -1/+3 | |
| | ||||||
* | emacs: add {early-,}init.el, as exported from init.org | Amin Bandali | 2019-05-10 | 1 | -0/+1557 | |
in preparation for moving to a regular non-literate config |