summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * init.el(b/duplicate-line-or-region): Remove unused code.Amin Bandali2020-04-211-7/+1
* * init.el(b/duplicate-line-or-region): New convenience function.Amin Bandali2020-04-211-0/+25
* * lisp/bandali-gnus.el: Some automatic processing for incoming spam•••First, display both X-Spam-Flag and X-Spam-Level headers, and move messages to Junk if their X-Spam-Flag is YES. Amin Bandali2020-04-201-0/+4
* * init.el(scroll-conservatively): Use a sensibly large enough valueAmin Bandali2020-04-201-1/+1
* Update 4 drones•••Update amx to v3.3-12-g7fb7b87 Update ebdb to 0.6-119-gdcd6803 Update magit to v2.90.1-961-g8e28a154 Update org to release_9.3.6-522-g152a5ef58 Amin Bandali2020-04-204-0/+0
* Small cleanupAmin Bandali2020-04-182-19/+5
* * init.el: Add b/join-line-top for joining the next line to this oneAmin Bandali2020-04-181-0/+7
* Address a few more byte-compiler warningsAmin Bandali2020-04-163-2/+13
* Assimilate emmet-mode 1.0.8-119-g1acb821Amin Bandali2020-04-163-8/+16
* * rc.org(Xresources): Update Emacs font backend to HarfBuzz•••Xft is deprecated in (version<= "28" emacs-version) and disabled by default when using Cairo. Amin Bandali2020-04-151-1/+1
* Assimilate scpaste 0.6.5-19-gca95a8d•••Now with support for Emacs's htmlfontify library. Amin Bandali2020-04-153-6/+8
* File header and footer updates.•••* init.el: Bump copyright year. * lisp/bandali-dired.el, lisp/bandali-ebdb.el, lisp/bandali-erc.el, lisp/bandali-eshell.el, lisp/bandali-exwm.el, lisp/bandali-gnus.el, lisp/bandali-ibuffer.el, lisp/bandali-ido.el, lisp/bandali-ivy.el, lisp/bandali-message.el, lisp/bandali-org.el: Add header and footer. Amin Bandali2020-04-1412-1/+298
* Update 2 drones•••Update no-littering to v1.0.3-14-gea8d865 Update org to release_9.3.6-487-g0fadd06b7 Amin Bandali2020-04-142-0/+0
* * init.el: Delete old hack; now we have erc-switch-to-buffer-other-windowAmin Bandali2020-04-141-6/+1
* Resolve some byte-compiler warnings, use new ERC buffer switching functions•••* lisp/bandali-erc.el: Sprinkle a few `declare-function's here and there, and use brand new functions `erc-switch-to-buffer-other-window' and `erc-track-switch-buffer-other-window' I just added to emacs-27 in 38f7538d8f62ee287e8271d048f1230d840c11a0 and 13301d4266d26882f9fe7efe3046accd315d7c55 of emacs.git respectively. Amin Bandali2020-04-141-4/+11
* Assimilate org-tanglesync af83a73•••Useful for detecting external changes to tangled blocks upon edit. Amin Bandali2020-04-133-0/+6
* Assimilate alloy-mode 0d05bdd•••And disable flycheck for the time being. Amin Bandali2020-04-133-24/+28
* Add convenience b/move-indentation-or-beginning-of-line, bind to C-aAmin Bandali2020-04-131-0/+12
* Fix sh-mode package name (it's sh-script)Amin Bandali2020-04-131-2/+2
* Assimilate diff-hl 1.8.7-10-ga625033Amin Bandali2020-04-133-2/+8
* Assimilate 4 drones for ERC setup, and move ERC things to lisp/•••Assimilate erc-hl-nicks 1.3.4 Assimilate erc-scrolltoplace 0.1.0-1-gfeb0fbf Assimilate switch-buffer-functions v0.0.1-12-g95a846b Assimilate znc 2fd359e Amin Bandali2020-04-127-76/+89
* Assimilate EBDB and move email setup to separate files in lisp/•••Gnus for reading, message for writing, and EBDB for contacts. Amin Bandali2020-04-126-80/+82
* Add Tridactyl configAmin Bandali2020-04-121-0/+45
* Fix typo in my-i3status script nameAmin Bandali2020-04-121-1/+1
* Move gnus and message settings to lisp/, fix byte-compiler warningsAmin Bandali2020-04-123-478/+502
* Add convenience C-c e p binding for pp-macroexpand-last-sexpAmin Bandali2020-04-121-0/+1
* Move dired, eshell, ibuffer, ido, and ivy to separate files in lisp/Amin Bandali2020-04-126-279/+288
* Fix some byte-compiler warnings and remove some version workaroundsAmin Bandali2020-04-123-15/+4
* Use the default (block) cursor-type, combine two bind-keys callsAmin Bandali2020-04-121-11/+7
* Move Org setup to lisp/bandali-org.el and fix time & battery displayAmin Bandali2020-04-122-105/+107
* Assimilate 11 drones (no-littering, magit, ivy, org, and their deps)•••Assimilate amx v3.3-7-ge512e74 Assimilate async v1.9.4-13-g86aef2c Assimilate dash 2.17.0 Assimilate ivy 0.13.0-189-g64f05f4 Assimilate libgit 6c3b892 Assimilate magit v2.90.1-955-g0f1234e7 Assimilate no-littering v1.0.3-13-g92661bc Assimilate org release_9.3.6-479-g32d8f2f32 Assimilate s 1.12.0-12-g43ba8b5 Assimilate transient v0.2.0-1-gafa0c2f Assimilate with-editor v2.9.1-3-g4fe66d4 Also, move exwm things from init.el out to lisp/bandali-exwm.el. Amin Bandali2020-04-1214-226/+275
* Add Borg and assimilate auto-compile and use-packageAmin Bandali2020-04-127-0/+40
* the repository is now in ~/.emacs.d/Amin Bandali2020-04-121-1/+1
* relax .gitignore a bitAmin Bandali2020-04-111-1/+2
* move emacs files from .emacs.d to .•••this repository's root will be ~/.emacs.d (again) from now on Amin Bandali2020-04-1135-98/+6
* delete old config files•••- compton - dunst - i3status - sway - swaylock - ncmpcpp - pigeonhole Amin Bandali2020-04-1111-2083/+4
* move scripts from ~/.local/bin to rc.orgAmin Bandali2020-04-1110-186/+248
* move non-emacs configs to rc.orgAmin Bandali2020-04-1136-1174/+1499
* emacs/eshell: restore mistakenly deleted custom eshell promptAmin Bandali2020-04-111-0/+15
* emacs: delete many unused and/or disabled packages•••including: - exec-path-from-shell: does not seem necessary anymore - web-mode: i use the built-in mhtml-mode now - java-related things - bbdb: i've been using ebdb and happy with it Amin Bandali2020-04-111-238/+2
* emacs: try setting a smaller gc-cons-threshold initially•••doesn't seem to have an adverse effect on emacs-init-time Amin Bandali2020-04-101-1/+1
* msmtp: update gnu and shemshak tls fingerprintsAmin Bandali2020-04-101-2/+2
* shell: prevent crashing of non-Guix apps on foreign distrosAmin Bandali2020-03-311-0/+1
* scattered updatesAmin Bandali2020-03-318-20/+21
* isync: fix account usernameAmin Bandali2020-03-301-1/+1
* getmail,msmtp: small account-related updatesAmin Bandali2020-03-292-7/+5
* guix,getmail,emacs: update username and mail addressAmin Bandali2020-03-233-8/+8
* emacs: erc: remove moznet; ripAmin Bandali2020-03-191-2/+0
* update gnu addressAmin Bandali2020-03-193-13/+13
* msmtp: update fp tls fingerprint, emacs: minor tweaksAmin Bandali2020-03-132-7/+6