summaryrefslogtreecommitdiffstats
path: root/.emacs.d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emacs: set up org-habitAmin Bandali2019-07-121-0/+4
|
* emacs: update packagesAmin Bandali2019-07-121-10/+10
|
* emacs: tweak site url in signaturesAmin Bandali2019-07-091-3/+3
|
* emacs: update packagesAmin Bandali2019-07-091-16/+16
|
* emacs: add po-mode, with a hack to exit view-modeAmin Bandali2019-07-042-0/+5
| | | | | | | (entered because po-mode marks the buffer as read-only, and that i have (setq view-read-only t)) not sure why a regular :hook (po-mode . View-exit) doesn’t do it
* emacs: some mm-related gnus tweaks and custom-file updatesAmin Bandali2019-07-042-2/+40
|
* emacs: try out pinentryAmin Bandali2019-07-042-1/+14
| | | | | setting pinentry--socket-dir is needed because /tmp/emacs1000 is a symlink on systemd systems and doesn’t pass server-ensure-safe-dir.
* emacs: update packages and add passAmin Bandali2019-07-042-14/+22
|
* emacs: keep my email signature in init.el instead of ~/.signatureAmin Bandali2019-07-011-1/+6
|
* emacs: change my prefix from a/ to mab/Amin Bandali2019-07-011-69/+69
|
* emacs: update packagesAmin Bandali2019-07-011-3/+3
|
* emacs: experiment with some window-management-related key bindingsAmin Bandali2019-07-011-3/+23
|
* emacs: custom-file updatesAmin Bandali2019-06-301-4/+12
|
* emacs: update packagesAmin Bandali2019-06-301-16/+14
|
* update my gnu addressAmin Bandali2019-06-301-12/+13
| | | | X-GNU: tami
* emacs: don’t hard code msmtp’s location, use executable-find insteadAmin Bandali2019-06-281-1/+1
|
* emacs: gnus: update signaturesAmin Bandali2019-06-281-5/+5
|
* emacs: update packagesAmin Bandali2019-06-281-6/+6
|
* emacs: always use hunspell for ispell, fix swiper-related errorAmin Bandali2019-06-261-2/+4
|
* emacs: update packagesAmin Bandali2019-06-261-9/+9
|
* emacs: update packagesAmin Bandali2019-06-241-13/+13
|
* bndl.org -> shemshak.orgAmin Bandali2019-06-231-8/+8
|
* emacs: bind M-o to other-windowAmin Bandali2019-06-211-2/+3
| | | | and move facemenu-keymap to M-O just in case
* emacs: update packages and disable erc track bindingsAmin Bandali2019-06-212-11/+12
| | | | TODO: add global binding for erc-track-switch-buffer
* emacs: update packagesAmin Bandali2019-06-171-21/+21
|
* emacs: recentf: stop excluding tramp filesAmin Bandali2019-06-171-1/+1
|
* emacs: gnus: subscribe to help-guixAmin Bandali2019-06-171-0/+4
|
* emacs: don’t write body for thankgnus, i use a snippet for that nowAmin Bandali2019-06-091-1/+1
|
* emacs: update packagesAmin Bandali2019-06-091-12/+12
|
* emacs: mode-line-related tweaksAmin Bandali2019-06-061-1/+14
|
* emacs: bump recentf-max-saved-items from 40 to 2000Amin Bandali2019-06-061-1/+1
|
* emacs: gnus: subscribe to guile-user & disable gnus-registry for nowAmin Bandali2019-06-061-3/+7
|
* emacs: update packagesAmin Bandali2019-06-051-24/+23
|
* Revert "emacs: remove slack"Amin Bandali2019-06-052-0/+50
| | | | | | | 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: tweak java-mode printf yasnippetAmin Bandali2019-05-281-1/+1
|
* 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-282-5/+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-282-6/+10
|
* emacs: update packages, subscribe to savannah-{users,hackers-public}Amin Bandali2019-05-282-9/+17
|
* emacs: customize ercAmin Bandali2019-05-252-1/+48
| | | | 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-256-3/+27
|
* 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-252-13/+43
| | | | for more cleanliness and consistency in mode-line