summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* emacs: gnus: uw: only put INBOX-originated replies into Sent ItemsAmin Bandali2019-05-131-2/+5
|
* emacs: add dired-x and set dired-guess-shell-alist-userAmin Bandali2019-05-121-0/+11
|
* emacs: let Gnus use full windowAmin Bandali2019-05-121-3/+5
| | | | currently problematic with *EBDB-Gnus* being left around
* emacs: fix multi-term C-c C-j bindingAmin Bandali2019-05-121-3/+2
|
* emacs: add vc-ediff binding, winner-undo on ediff quit, horiz splitAmin Bandali2019-05-121-0/+8
|
* emacs: add convenient binding for saving and closing frameAmin Bandali2019-05-121-1/+1
| | | | useful when editing a textarea in emacs (from tridactyl)
* emacs: open up magit-status in full-screenAmin Bandali2019-05-121-0/+1
|
* emacs: uncomment and rewrite no-package-initialize thingyAmin Bandali2019-05-121-1/+3
| | | | haven’t tested it on <27 though
* emacs: automatically load diff-hlAmin Bandali2019-05-121-0/+1
| | | | for git change indication in the fringe
* emacs: multi-term: add some bindings, send more raw keysAmin Bandali2019-05-121-3/+22
| | | | in particular makes using weechat more pleasant
* emacs: gnus: fix up posting stylesAmin Bandali2019-05-121-4/+4
|
* emacs: add gnus-diredAmin Bandali2019-05-121-0/+5
|
* emacs: gnus: don’t destroy other windowsAmin Bandali2019-05-121-0/+4
|
* emacs: set screen’s config file explicitly for multi-termAmin Bandali2019-05-111-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 clarityAmin Bandali2019-05-101-5/+5
| | | | also use shorter machine names for uwaterloo and csclub accounts
* emacs: add a few useful counsel-related keybindingsAmin Bandali2019-05-101-0/+3
|
* emacs: divide init.el up into sections and add commentaryAmin Bandali2019-05-101-52/+383
|
* emacs: add comment macroAmin Bandali2019-05-101-0/+6
|
* emacs: remove everything related to byte-compiling init fileAmin Bandali2019-05-101-33/+8
|
* emacs: slight init.el tweaksAmin Bandali2019-05-101-1/+3
|
* emacs: add {early-,}init.el, as exported from init.orgAmin Bandali2019-05-101-0/+1557
in preparation for moving to a regular non-literate config