Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | emacs: add convenient binding for saving and closing frame | 2019-05-12 | 1 | -1/+1 | ||
| | | | | useful when editing a textarea in emacs (from tridactyl) | |||||
* | emacs: open up magit-status in full-screen | 2019-05-12 | 1 | -0/+1 | ||
| | ||||||
* | emacs: uncomment and rewrite no-package-initialize thingy | 2019-05-12 | 1 | -1/+3 | ||
| | | | | haven’t tested it on <27 though | |||||
* | emacs: automatically load diff-hl | 2019-05-12 | 1 | -0/+1 | ||
| | | | | for git change indication in the fringe | |||||
* | emacs: multi-term: add some bindings, send more raw keys | 2019-05-12 | 1 | -3/+22 | ||
| | | | | in particular makes using weechat more pleasant | |||||
* | emacs: gnus: fix up posting styles | 2019-05-12 | 1 | -4/+4 | ||
| | ||||||
* | emacs: add gnus-dired | 2019-05-12 | 1 | -0/+5 | ||
| | ||||||
* | emacs: gnus: don’t destroy other windows | 2019-05-12 | 1 | -0/+4 | ||
| | ||||||
* | emacs: set screen’s config file explicitly for multi-term | 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 | 2019-05-10 | 1 | -5/+5 | ||
| | | | | also use shorter machine names for uwaterloo and csclub accounts | |||||
* | emacs: add a few useful counsel-related keybindings | 2019-05-10 | 1 | -0/+3 | ||
| | ||||||
* | emacs: divide init.el up into sections and add commentary | 2019-05-10 | 1 | -52/+383 | ||
| | ||||||
* | emacs: add comment macro | 2019-05-10 | 1 | -0/+6 | ||
| | ||||||
* | emacs: remove everything related to byte-compiling init file | 2019-05-10 | 1 | -33/+8 | ||
| | ||||||
* | emacs: slight init.el tweaks | 2019-05-10 | 1 | -1/+3 | ||
| | ||||||
* | emacs: add {early-,}init.el, as exported from init.org | 2019-05-10 | 1 | -0/+1557 | ||
in preparation for moving to a regular non-literate config |