Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-25 | Add and use my new Refinery colour theme | Amin Bandali | 1 | -21/+21 | |
Assimilate 4 drones Assimilate minions v0.3.3-2-gbc1edab Assimilate refinery-theme 71b5501 Assimilate rich-minority 1.0.3-2-ga03e693 Assimilate smart-mode-line 2.13-1-g999be06 * init.el: Move theme-related things from here... * lisp/bandali-theme.el: ...to here. * lisp/bandali-ivy.el: Face customizations now in Refinery. | |||||
2020-04-21 | * init.el(b/duplicate-line-or-region): Remove unused code. | Amin Bandali | 1 | -7/+1 | |
2020-04-21 | * init.el(b/duplicate-line-or-region): New convenience function. | Amin Bandali | 1 | -0/+25 | |
2020-04-20 | * lisp/bandali-gnus.el: Some automatic processing for incoming spam | Amin Bandali | 1 | -0/+4 | |
First, display both X-Spam-Flag and X-Spam-Level headers, and move messages to Junk if their X-Spam-Flag is YES. | |||||
2020-04-20 | * init.el(scroll-conservatively): Use a sensibly large enough value | Amin Bandali | 1 | -1/+1 | |
2020-04-20 | Update 4 drones | Amin Bandali | 4 | -0/+0 | |
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 | |||||
2020-04-18 | Small cleanup | Amin Bandali | 2 | -19/+5 | |
2020-04-18 | * init.el: Add b/join-line-top for joining the next line to this one | Amin Bandali | 1 | -0/+7 | |
2020-04-16 | Address a few more byte-compiler warnings | Amin Bandali | 3 | -2/+13 | |
2020-04-16 | Assimilate emmet-mode 1.0.8-119-g1acb821 | Amin Bandali | 3 | -8/+16 | |
2020-04-15 | * rc.org(Xresources): Update Emacs font backend to HarfBuzz | Amin Bandali | 1 | -1/+1 | |
Xft is deprecated in (version<= "28" emacs-version) and disabled by default when using Cairo. | |||||
2020-04-15 | Assimilate scpaste 0.6.5-19-gca95a8d | Amin Bandali | 3 | -6/+8 | |
Now with support for Emacs's htmlfontify library. | |||||
2020-04-14 | File header and footer updates. | Amin Bandali | 12 | -1/+298 | |
* 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. | |||||
2020-04-14 | Update 2 drones | Amin Bandali | 2 | -0/+0 | |
Update no-littering to v1.0.3-14-gea8d865 Update org to release_9.3.6-487-g0fadd06b7 | |||||
2020-04-14 | * init.el: Delete old hack; now we have erc-switch-to-buffer-other-window | Amin Bandali | 1 | -6/+1 | |
2020-04-14 | Resolve some byte-compiler warnings, use new ERC buffer switching functions | Amin Bandali | 1 | -4/+11 | |
* 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. | |||||
2020-04-13 | Assimilate org-tanglesync af83a73 | Amin Bandali | 3 | -0/+6 | |
Useful for detecting external changes to tangled blocks upon edit. | |||||
2020-04-13 | Assimilate alloy-mode 0d05bdd | Amin Bandali | 3 | -24/+28 | |
And disable flycheck for the time being. | |||||
2020-04-13 | Add convenience b/move-indentation-or-beginning-of-line, bind to C-a | Amin Bandali | 1 | -0/+12 | |
2020-04-13 | Fix sh-mode package name (it's sh-script) | Amin Bandali | 1 | -2/+2 | |
2020-04-13 | Assimilate diff-hl 1.8.7-10-ga625033 | Amin Bandali | 3 | -2/+8 | |
2020-04-12 | Assimilate 4 drones for ERC setup, and move ERC things to lisp/ | Amin Bandali | 7 | -76/+89 | |
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 | |||||
2020-04-12 | Assimilate EBDB and move email setup to separate files in lisp/ | Amin Bandali | 6 | -80/+82 | |
Gnus for reading, message for writing, and EBDB for contacts. | |||||
2020-04-12 | Add Tridactyl config | Amin Bandali | 1 | -0/+45 | |
2020-04-12 | Fix typo in my-i3status script name | Amin Bandali | 1 | -1/+1 | |
2020-04-12 | Move gnus and message settings to lisp/, fix byte-compiler warnings | Amin Bandali | 3 | -478/+502 | |
2020-04-12 | Add convenience C-c e p binding for pp-macroexpand-last-sexp | Amin Bandali | 1 | -0/+1 | |
2020-04-12 | Move dired, eshell, ibuffer, ido, and ivy to separate files in lisp/ | Amin Bandali | 6 | -279/+288 | |
2020-04-12 | Fix some byte-compiler warnings and remove some version workarounds | Amin Bandali | 3 | -15/+4 | |
2020-04-12 | Use the default (block) cursor-type, combine two bind-keys calls | Amin Bandali | 1 | -11/+7 | |
2020-04-12 | Move Org setup to lisp/bandali-org.el and fix time & battery display | Amin Bandali | 2 | -105/+107 | |
2020-04-12 | Assimilate 11 drones (no-littering, magit, ivy, org, and their deps) | Amin Bandali | 14 | -226/+275 | |
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. | |||||
2020-04-12 | Add Borg and assimilate auto-compile and use-package | Amin Bandali | 7 | -0/+40 | |
2020-04-12 | the repository is now in ~/.emacs.d/ | Amin Bandali | 1 | -1/+1 | |
2020-04-11 | relax .gitignore a bit | Amin Bandali | 1 | -1/+2 | |
2020-04-11 | move emacs files from .emacs.d to . | Amin Bandali | 35 | -98/+6 | |
this repository's root will be ~/.emacs.d (again) from now on | |||||
2020-04-11 | delete old config files | Amin Bandali | 11 | -2083/+4 | |
- compton - dunst - i3status - sway - swaylock - ncmpcpp - pigeonhole | |||||
2020-04-11 | move scripts from ~/.local/bin to rc.org | Amin Bandali | 10 | -186/+248 | |
2020-04-11 | move non-emacs configs to rc.org | Amin Bandali | 36 | -1174/+1499 | |
2020-04-11 | emacs/eshell: restore mistakenly deleted custom eshell prompt | Amin Bandali | 1 | -0/+15 | |
2020-04-11 | emacs: delete many unused and/or disabled packages | Amin Bandali | 1 | -238/+2 | |
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 | |||||
2020-04-10 | emacs: try setting a smaller gc-cons-threshold initially | Amin Bandali | 1 | -1/+1 | |
doesn't seem to have an adverse effect on emacs-init-time | |||||
2020-04-10 | msmtp: update gnu and shemshak tls fingerprints | Amin Bandali | 1 | -2/+2 | |
2020-03-31 | shell: prevent crashing of non-Guix apps on foreign distros | Amin Bandali | 1 | -0/+1 | |
2020-03-31 | scattered updates | Amin Bandali | 8 | -20/+21 | |
2020-03-30 | isync: fix account username | Amin Bandali | 1 | -1/+1 | |
2020-03-29 | getmail,msmtp: small account-related updates | Amin Bandali | 2 | -7/+5 | |
2020-03-23 | guix,getmail,emacs: update username and mail address | Amin Bandali | 3 | -8/+8 | |
2020-03-19 | emacs: erc: remove moznet; rip | Amin Bandali | 1 | -2/+0 | |
2020-03-19 | update gnu address | Amin Bandali | 3 | -13/+13 | |