summaryrefslogtreecommitdiffstats
path: root/.emacs.d/etc (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2019-05-13emacs: gnus: uw: only put INBOX-originated replies into Sent ItemsAmin Bandali1-2/+5
2019-05-12emacs: add dired-x and set dired-guess-shell-alist-userAmin Bandali1-0/+11
2019-05-12emacs: let Gnus use full windowAmin Bandali1-3/+5
currently problematic with *EBDB-Gnus* being left around
2019-05-12emacs: fix multi-term C-c C-j bindingAmin Bandali1-3/+2
2019-05-12emacs: add vc-ediff binding, winner-undo on ediff quit, horiz splitAmin Bandali1-0/+8
2019-05-12emacs: add convenient binding for saving and closing frameAmin Bandali1-1/+1
useful when editing a textarea in emacs (from tridactyl)
2019-05-12emacs: open up magit-status in full-screenAmin Bandali1-0/+1
2019-05-12emacs: uncomment and rewrite no-package-initialize thingyAmin Bandali1-1/+3
haven’t tested it on <27 though
2019-05-12emacs: automatically load diff-hlAmin Bandali1-0/+1
for git change indication in the fringe
2019-05-12emacs: multi-term: add some bindings, send more raw keysAmin Bandali1-3/+22
in particular makes using weechat more pleasant
2019-05-12emacs: gnus: fix up posting stylesAmin Bandali1-4/+4
2019-05-12emacs: add gnus-diredAmin Bandali1-0/+5
2019-05-12emacs: gnus: don’t destroy other windowsAmin Bandali1-0/+4
2019-05-12emacs: update packagesAmin Bandali1-7/+7
2019-05-11emacs: set screen’s config file explicitly for multi-termAmin Bandali1-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.
2019-05-11bash: fix config in emacs’s ansi-term and GNU ScreenAmin Bandali2-1/+3
The issue seems to be that ~/.bash_profile isn’t sourced for interactive non-login shells. So, might want to try detecting non-login shells in general rather than fixing only for ansi-term and screen.
2019-05-11screen: add GNU Screen configAmin Bandali2-0/+3
2019-05-11tridactyl and shell: use emacs as default editorAmin Bandali3-1/+6
2019-05-10isync: move mbsyncrc to $XDG_CONFIG_HOME/isyncAmin Bandali3-0/+2
2019-05-10latexmk: move config to $XDG_CONFIG_HOME/latexmkAmin Bandali1-0/+0
may need a recent version: https://tex.stackexchange.com/a/123438