summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* emacs: gnus: subscribe to guile-user & disable gnus-registry for nowAmin Bandali2019-06-061-3/+7
|
* Revert "emacs: remove slack"Amin Bandali2019-06-051-0/+45
| | | | | | | This reverts commit 216b87f104cb38dea4c71f2e5890f665a4c37820. Well, sadly I do have to drop by slack every now and again this summer. So let’s keep this installed for now.
* emacs: shorten company’s :delightAmin Bandali2019-05-281-1/+1
|
* emacs: erc: put customizations into their own sub-packagesAmin Bandali2019-05-281-7/+20
|
* emacs: gnus: add some more splitting rules for se463-s19Amin Bandali2019-05-281-2/+2
|
* emacs: open read-only buffers in view-modeAmin Bandali2019-05-281-0/+4
|
* emacs: add a few global mouse-based bindings for convenienceAmin Bandali2019-05-281-0/+9
|
* emacs: remove ivy-xref, it doesn’t seem to work with latest masterAmin Bandali2019-05-281-4/+0
| | | | | | | | | | | | | | | recent commits containing “xref” in their subject: - 49a363c875c66f3d937a7d33e1a1451227a1887d - 1cadab78e242834adab0fae3cb1feb691d52f8c5 - 62349fe82ad42d7d2a7fb19e40860ee5d6ebd017 - e309818ecee190727d85c6f3f878c99445d06cfe - 157d506dd73df15b6a80d06f3c15e4a899c4ef81 - 0597c1b94e5206e980865c6513e923280a3c3ce1 - cd7a0bd00802b9331229dfe4a70ea9690d2d70fc - d0df779224f56eef777f6e75063e49bfb434f9e0 - 5ce082d636a6e321994cc807d3dea9374e17d34b - 2843945c5fb7179b96bdab71528f57b2e4a30517
* emacs: update packages, add emojify-mode for erc-modeAmin Bandali2019-05-281-0/+3
|
* emacs: update packages, subscribe to savannah-{users,hackers-public}Amin Bandali2019-05-281-0/+8
|
* emacs: customize ercAmin Bandali2019-05-251-1/+45
| | | | with this, it fully eliminates my need/use for weechat :)
* emacs: gnus: add fancy splitting rules for uw accountAmin Bandali2019-05-251-1/+10
|
* emacs: gnus: add rules for emacs-tangent listAmin Bandali2019-05-251-0/+4
|
* emacs: enable yasnippet globally and add a couple of snippetsAmin Bandali2019-05-251-3/+2
|
* emacs: limit maximum width of page-break-linesAmin Bandali2019-05-251-0/+4
| | | | | also, might be cool to enable fill-column-indicator or whitespace-mode (after toning down its distractions, that is)
* emacs: enable electric-pair-modeAmin Bandali2019-05-251-0/+4
|
* emacs: update packages, add delight, and :delight some modesAmin Bandali2019-05-251-10/+39
| | | | for more cleanliness and consistency in mode-line
* emacs: update straight.el, transactions are now transparent to usersAmin Bandali2019-05-251-5/+3
| | | | see https://github.com/raxod502/straight.el/commit/3453f364fde3272f81bde28791ac2028a9cf156f
* emacs: gnus: add splitting rule for webmasters{,-comment}@gnu.orgAmin Bandali2019-05-191-0/+2
|
* emacs: add go-mode and update packagesAmin Bandali2019-05-191-0/+3
|
* emacs: use conf-mode .*rc files, but use sh-mode for .bashrcAmin Bandali2019-05-191-0/+6
|
* emacs: gnus: add fancy mail splitting, tweak some posting-stylesAmin Bandali2019-05-191-6/+40
|
* emacs: add local gnu accountAmin Bandali2019-05-191-0/+6
|
* emacs: revamp mail hierarchyAmin Bandali2019-05-191-34/+49
|
* emacs: add list-identifier for a few mailing list groupsAmin Bandali2019-05-181-7/+14
| | | | … that insist on being annoying and prefix message subjects
* emacs: add signatures for my gnu, uw, and csc addressesAmin Bandali2019-05-181-1/+13
|
* emacs: fix alert-default-style to use emacs’s notifications libraryAmin Bandali2019-05-181-2/+1
|
* emacs: remove slackAmin Bandali2019-05-181-45/+0
| | | | it’s not needed afterall: the URA cancelled her project for this term
* emacs: fix nil file-name-handler-alist after reloading initAmin Bandali2019-05-141-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 displayAmin Bandali2019-05-141-0/+1
|
* emacs: add ivy-xrefAmin Bandali2019-05-141-0/+4
|
* 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
|