summaryrefslogtreecommitdiffstats
path: root/.emacs.d/var/eshell/alias (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-09emacs: update packagesAmin Bandali1-12/+12
2019-06-08gnupg: use a gtk3-based pinentry-programAmin Bandali1-1/+1
2019-06-06sway: overhaul some bindingsAmin Bandali1-11/+10
2019-06-06emacs: mode-line-related tweaksAmin Bandali1-1/+14
2019-06-06emacs: bump recentf-max-saved-items from 40 to 2000Amin Bandali1-1/+1
2019-06-06emacs: gnus: subscribe to guile-user & disable gnus-registry for nowAmin Bandali1-3/+7
2019-06-06getmail: decrease deletion days from 14 to 7 daysAmin Bandali1-1/+1
2019-06-06sway: map finger and pen to the internal display on the x220tAmin Bandali1-0/+3
2019-06-06bash: add e and se alias for editing files with emacsAmin Bandali1-0/+2
2019-06-05emacs: update packagesAmin Bandali1-24/+23
2019-06-05Revert "emacs: remove slack"Amin Bandali2-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.
2019-05-28emacs: shorten company’s :delightAmin Bandali1-1/+1
2019-05-28emacs: erc: put customizations into their own sub-packagesAmin Bandali1-7/+20
2019-05-28emacs: gnus: add some more splitting rules for se463-s19Amin Bandali1-2/+2
2019-05-28emacs: open read-only buffers in view-modeAmin Bandali1-0/+4
2019-05-28emacs: tweak java-mode printf yasnippetAmin Bandali1-1/+1
2019-05-28emacs: add a few global mouse-based bindings for convenienceAmin Bandali1-0/+9
2019-05-28emacs: remove ivy-xref, it doesn’t seem to work with latest masterAmin Bandali2-5/+0
recent commits containing “xref” in their subject: - 49a363c875c66f3d937a7d33e1a1451227a1887d - 1cadab78e242834adab0fae3cb1feb691d52f8c5 - 62349fe82ad42d7d2a7fb19e40860ee5d6ebd017 - e309818ecee190727d85c6f3f878c99445d06cfe - 157d506dd73df15b6a80d06f3c15e4a899c4ef81 - 0597c1b94e5206e980865c6513e923280a3c3ce1 - cd7a0bd00802b9331229dfe4a70ea9690d2d70fc - d0df779224f56eef777f6e75063e49bfb434f9e0 - 5ce082d636a6e321994cc807d3dea9374e17d34b - 2843945c5fb7179b96bdab71528f57b2e4a30517
2019-05-28emacs: update packages, add emojify-mode for erc-modeAmin Bandali2-6/+10
2019-05-28emacs: update packages, subscribe to savannah-{users,hackers-public}Amin Bandali2-9/+17
2019-05-25emacs: customize ercAmin Bandali2-1/+48
with this, it fully eliminates my need/use for weechat :)
2019-05-25emacs: gnus: add fancy splitting rules for uw accountAmin Bandali1-1/+10
2019-05-25emacs: gnus: add rules for emacs-tangent listAmin Bandali1-0/+4
2019-05-25emacs: enable yasnippet globally and add a couple of snippetsAmin Bandali6-3/+27
2019-05-25emacs: limit maximum width of page-break-linesAmin Bandali1-0/+4
also, might be cool to enable fill-column-indicator or whitespace-mode (after toning down its distractions, that is)
2019-05-25emacs: enable electric-pair-modeAmin Bandali1-0/+4
2019-05-25emacs: update packages, add delight, and :delight some modesAmin Bandali2-13/+43
for more cleanliness and consistency in mode-line
2019-05-25emacs: update straight.el, transactions are now transparent to usersAmin Bandali2-7/+5
see https://github.com/raxod502/straight.el/commit/3453f364fde3272f81bde28791ac2028a9cf156f
2019-05-25emacs: update packagesAmin Bandali1-17/+17
2019-05-19sway: fix grim invocation for region-select screenshotsAmin Bandali1-1/+1
2019-05-19emacs: gnus: add splitting rule for webmasters{,-comment}@gnu.orgAmin Bandali1-0/+2
2019-05-19shell: export GOPATH="$HOME/src/go" in .profileAmin Bandali1-0/+1
2019-05-19emacs: add go-mode and update packagesAmin Bandali2-2/+6
2019-05-19emacs: update packagesAmin Bandali1-5/+5
2019-05-19emacs: use conf-mode .*rc files, but use sh-mode for .bashrcAmin Bandali1-0/+6
2019-05-19emacs: gnus: add fancy mail splitting, tweak some posting-stylesAmin Bandali1-6/+40
2019-05-19getmail: move getmailrc to $XDG_CONFIG_HOME/getmail, use dovecot-ldaAmin Bandali3-10/+16
2019-05-19emacs: add local gnu accountAmin Bandali1-0/+6
2019-05-19emacs: revamp mail hierarchyAmin Bandali1-34/+49
2019-05-18emacs: add list-identifier for a few mailing list groupsAmin Bandali1-7/+14
… that insist on being annoying and prefix message subjects
2019-05-18emacs: add signatures for my gnu, uw, and csc addressesAmin Bandali1-1/+13
2019-05-18emacs: fix alert-default-style to use emacs’s notifications libraryAmin Bandali1-2/+1
2019-05-18emacs: remove slackAmin Bandali2-52/+0
it’s not needed afterall: the URA cancelled her project for this term
2019-05-18emacs: update packagesAmin Bandali1-15/+15
2019-05-14emacs: fix nil file-name-handler-alist after reloading initAmin Bandali1-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).
2019-05-14emacs: add M-O binding to toggle org link displayAmin Bandali1-0/+1
2019-05-14sway: put monitor back on leftAmin Bandali1-2/+6
2019-05-14git: ignore TAGS files globallyAmin Bandali1-0/+1
2019-05-14emacs: add ivy-xrefAmin Bandali2-0/+5
2019-05-14emacs: update packagesAmin Bandali1-10/+10