Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * init.el(b/duplicate-line-or-region): New convenience function. | Amin Bandali | 2020-04-21 | 1 | -0/+25 |
| | |||||
* | * init.el(scroll-conservatively): Use a sensibly large enough value | Amin Bandali | 2020-04-20 | 1 | -1/+1 |
| | |||||
* | Small cleanup | Amin Bandali | 2020-04-18 | 1 | -18/+5 |
| | |||||
* | * init.el: Add b/join-line-top for joining the next line to this one | Amin Bandali | 2020-04-18 | 1 | -0/+7 |
| | |||||
* | Assimilate emmet-mode 1.0.8-119-g1acb821 | Amin Bandali | 2020-04-16 | 1 | -8/+13 |
| | |||||
* | Assimilate scpaste 0.6.5-19-gca95a8d | Amin Bandali | 2020-04-15 | 1 | -6/+5 |
| | | | | Now with support for Emacs's htmlfontify library. | ||||
* | File header and footer updates. | Amin Bandali | 2020-04-14 | 1 | -1/+1 |
| | | | | | | | | * 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. | ||||
* | * init.el: Delete old hack; now we have erc-switch-to-buffer-other-window | Amin Bandali | 2020-04-14 | 1 | -6/+1 |
| | |||||
* | Assimilate alloy-mode 0d05bdd | Amin Bandali | 2020-04-13 | 1 | -24/+25 |
| | | | | And disable flycheck for the time being. | ||||
* | Add convenience b/move-indentation-or-beginning-of-line, bind to C-a | Amin Bandali | 2020-04-13 | 1 | -0/+12 |
| | |||||
* | Fix sh-mode package name (it's sh-script) | Amin Bandali | 2020-04-13 | 1 | -2/+2 |
| | |||||
* | Assimilate diff-hl 1.8.7-10-ga625033 | Amin Bandali | 2020-04-13 | 1 | -2/+5 |
| | |||||
* | Assimilate 4 drones for ERC setup, and move ERC things to lisp/ | Amin Bandali | 2020-04-12 | 1 | -76/+3 |
| | | | | | | | 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 | ||||
* | Assimilate EBDB and move email setup to separate files in lisp/ | Amin Bandali | 2020-04-12 | 1 | -80/+2 |
| | | | | Gnus for reading, message for writing, and EBDB for contacts. | ||||
* | Move gnus and message settings to lisp/, fix byte-compiler warnings | Amin Bandali | 2020-04-12 | 1 | -478/+22 |
| | |||||
* | Add convenience C-c e p binding for pp-macroexpand-last-sexp | Amin Bandali | 2020-04-12 | 1 | -0/+1 |
| | |||||
* | Move dired, eshell, ibuffer, ido, and ivy to separate files in lisp/ | Amin Bandali | 2020-04-12 | 1 | -279/+7 |
| | |||||
* | Fix some byte-compiler warnings and remove some version workarounds | Amin Bandali | 2020-04-12 | 1 | -12/+2 |
| | |||||
* | Use the default (block) cursor-type, combine two bind-keys calls | Amin Bandali | 2020-04-12 | 1 | -11/+7 |
| | |||||
* | Move Org setup to lisp/bandali-org.el and fix time & battery display | Amin Bandali | 2020-04-12 | 1 | -105/+10 |
| | |||||
* | Assimilate 11 drones (no-littering, magit, ivy, org, and their deps) | Amin Bandali | 2020-04-12 | 1 | -226/+17 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Add Borg and assimilate auto-compile and use-package | Amin Bandali | 2020-04-12 | 1 | -0/+19 |
| | |||||
* | the repository is now in ~/.emacs.d/ | Amin Bandali | 2020-04-12 | 1 | -1/+1 |
| | |||||
* | move emacs files from .emacs.d to . | Amin Bandali | 2020-04-11 | 1 | -0/+2557 |
| | | | | this repository's root will be ~/.emacs.d (again) from now on | ||||
* | [emacs] remove and ignore {early-,}init.el again | Amin Bandali | 2018-12-22 | 1 | -1349/+0 |
| | |||||
* | [emacs] remove undo-tree | Amin Bandali | 2018-12-21 | 1 | -10/+0 |
| | |||||
* | [emacs] add page-break-lines and divide init up into pages | Amin Bandali | 2018-12-21 | 1 | -5/+38 |
| | | | | corresponding to the current Org top-level headings | ||||
* | [emacs] unignore and add {early-}init.el | Amin Bandali | 2018-12-21 | 1 | -0/+1326 |