Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] remove some unused packages | Amin Bandali | 2018-12-22 | 1 | -25/+7 |
| | |||||
* | [emacs] switch from doom-modeline to smart-mode-line again | Amin Bandali | 2018-12-22 | 1 | -50/+45 |
| | |||||
* | [emacs] don’t display *compilation* on successful builds | Amin Bandali | 2018-12-22 | 1 | -12/+29 |
| | |||||
* | [emacs] remove and ignore {early-,}init.el again | Amin Bandali | 2018-12-22 | 1 | -62/+1 |
| | |||||
* | Revert "[emacs] remove init.org" | Amin Bandali | 2018-12-21 | 1 | -0/+2339 |
| | | | | This reverts commit ed559ffad7f7ce1c26ca65714cfc27152db67587. | ||||
* | [emacs] remove init.org | Amin Bandali | 2018-12-21 | 1 | -2339/+0 |
| | | | | | | | | i love the idea of a literate configuration, but in reality, i’ve been too busy to properly document each section and little thing i add. feel free to reach out to me if you have any questions about anything you see in my init file. | ||||
* | [emacs] add page-break-lines and divide init up into pages | Amin Bandali | 2018-12-21 | 1 | -5/+62 |
| | | | | corresponding to the current Org top-level headings | ||||
* | [emacs] unignore and add {early-}init.el | Amin Bandali | 2018-12-21 | 1 | -52/+48 |
| | |||||
* | [emacs] remove evil and go back to vanilla emacs bindings | Amin Bandali | 2018-12-21 | 1 | -232/+41 |
| | | | | | | it’s become too exhausting to keep thinking if i’m in normal vs. insert mode to choose SPC vs. M-m for as the prefix for the binding i’m about to type | ||||
* | [emacs] remove unneeded borg-insert-update-message C-c b m binding | Amin Bandali | 2018-12-21 | 1 | -1/+0 |
| | | | | C-c C-b is already bound in git-commit-mode-map | ||||
* | [emacs] remove slack and most of its deps | Amin Bandali | 2018-12-20 | 1 | -42/+42 |
| | | | | except alert and ht which may come in handy later | ||||
* | [emacs] remove magithub | Amin Bandali | 2018-12-19 | 1 | -1/+1 |
| | | | | pretty cool, but heavy and slows magit down too much for my taste | ||||
* | [emacs/magit] add SPC g l binding for magit-log-buffer-file | Amin Bandali | 2018-12-17 | 1 | -1/+4 |
| | |||||
* | [emacs] focus follows mouse, except in gnus-summary-mode buffers | Amin Bandali | 2018-12-12 | 1 | -1/+20 |
| | |||||
* | [emacs] disable signature, use motion state for magit-blame-mode | Amin Bandali | 2018-12-12 | 1 | -9/+7 |
| | |||||
* | [emacs] update email | Amin Bandali | 2018-12-11 | 1 | -3/+3 |
| | |||||
* | [emacs] assimilate and add multi-term | Amin Bandali | 2018-12-11 | 1 | -1/+38 |
| | |||||
* | [emacs] don't fail if secrets file not found, but show warning | Amin Bandali | 2018-12-09 | 1 | -1/+4 |
| | |||||
* | [emacs] abbrev in text-mode, default fill-column in message-mode | Amin Bandali | 2018-12-09 | 1 | -3/+4 |
| | |||||
* | [emacs/bbdb] disable bbdb tab completion in message-mode | Amin Bandali | 2018-12-09 | 1 | -3/+4 |
| | | | | | i already use company-bbdb. also, use bbdb-initialize instead of bbdb-insinuate-*. | ||||
* | [emacs/message] lower idle delay for company in message-mode | Amin Bandali | 2018-12-09 | 1 | -2/+5 |
| | |||||
* | [emacs] adjust some load delays | Amin Bandali | 2018-12-09 | 1 | -4/+4 |
| | |||||
* | [emacs] clean up old stuff | Amin Bandali | 2018-12-08 | 1 | -251/+0 |
| | | | | | remove smart-mode-line, supercite, ebdb, gnus-alias, and notmuch configs | ||||
* | [emacs] manually add bbdb into lisp/bbdb/ | Amin Bandali | 2018-12-08 | 1 | -5/+15 |
| | |||||
* | [emacs/{gnus,message}] tweak posting and citation styles | Amin Bandali | 2018-12-06 | 1 | -5/+15 |
| | |||||
* | update email | Amin Bandali | 2018-12-06 | 1 | -4/+4 |
| | |||||
* | [emacs/eshell] clear with C-S-l instead of C-l | Amin Bandali | 2018-12-05 | 1 | -4/+4 |
| | |||||
* | [emacs/evil] enable crossing lines | Amin Bandali | 2018-12-04 | 1 | -1/+2 |
| | |||||
* | [emacs/eshell] various tweaks | Amin Bandali | 2018-12-04 | 1 | -3/+9 |
| | |||||
* | [emacs] update 3 drones | Amin Bandali | 2018-12-04 | 1 | -0/+1 |
| | | | | | | Update lib/doom-modeline to v0.9.1-1-ge466611 Update lib/slack to 53201bd Update lib/unkillable-scratch to 1.0.0 | ||||
* | [emacs] switch from smart-mode-line to doom-{modeline,themes} | Amin Bandali | 2018-12-03 | 1 | -20/+47 |
| | | | | | | | doom-tomorrow-night is great and quite easy on the eyes also, kudos and many thanks to Carlos Pita for his numerous useful tips and enhancements for Org mode + doom-tomorrow-night | ||||
* | [emacs] switch from shell-pop to shell-toggle | Amin Bandali | 2018-12-03 | 1 | -8/+45 |
| | | | | for some reason, shell-pop wouldn’t save eshell history | ||||
* | [emacs] add cpitclaudel's tangomod{,-dark} themes | Amin Bandali | 2018-12-01 | 1 | -2/+34 |
| | | | | | and amin/{dark,light} helpers to switch between them along with corresponding sml mode-line theme | ||||
* | [emacs/gnus] fix archive group | Amin Bandali | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | [emacs] tweak bindings a bit | Amin Bandali | 2018-11-26 | 1 | -2/+4 |
| | |||||
* | [emacs/evil] touch up my mode state mappings | Amin Bandali | 2018-11-24 | 1 | -5/+5 |
| | | | | also, use emacs state for ebdb-mode | ||||
* | [emacs/evil] allow evil-integration, but don't use undo-tree-mode | Amin Bandali | 2018-11-22 | 1 | -12/+8 |
| | | | | | using evil-integration resolves issues like paren highlighting in normal mode when cursor is 'on' the closing paren itself | ||||
* | [emacs/magit] auto-expand unpulled and unpushed sections | Amin Bandali | 2018-11-22 | 1 | -1/+3 |
| | |||||
* | [emacs] include non-ASCII counterparts in search results | Amin Bandali | 2018-11-22 | 1 | -0/+13 |
| | |||||
* | [emacs/evil] unbind C-k (instead use C-S-k) and down-mouse-1 | Amin Bandali | 2018-11-21 | 1 | -1/+8 |
| | | | | | | | | | - i prefer C-k to be kill-line and instead use C-S-k for evil-insert-digraph - unbind down-mouse-1 in evil-motion-state-map, which causes evil to enter visual mode when clicking a link with mouse, for instance in a help buffer | ||||
* | [emacs] try out a custom message-cite-style instead of supercite | Amin Bandali | 2018-11-21 | 1 | -2/+12 |
| | |||||
* | [emacs/magit] auto-expand unmerged into upstream and recent commits | Amin Bandali | 2018-11-21 | 1 | -0/+1 |
| | |||||
* | [emacs] add a few window-related amin--leader-keys bindings | Amin Bandali | 2018-11-19 | 1 | -0/+6 |
| | |||||
* | [emacs] display full date on slack messages | Amin Bandali | 2018-11-19 | 1 | -0/+3 |
| | |||||
* | [emacs/gnus] reply to webmasters-comment on ThankCRMs | Amin Bandali | 2018-11-19 | 1 | -0/+2 |
| | |||||
* | [emacs/supercite] use built-in sc-header-author-writes header style | Amin Bandali | 2018-11-19 | 1 | -11/+23 |
| | |||||
* | [emacs] add evil-{nerd-commenter,surround} | Amin Bandali | 2018-11-18 | 1 | -0/+21 |
| | |||||
* | [emacs] assimilate and add eshell-up, add eshell aliases file | Amin Bandali | 2018-11-18 | 1 | -0/+7 |
| | | | | | eshell aliases file based on https://github.com/dakra/dmacs/blob/master/etc/eshell-aliases | ||||
* | [emacs] more binding customizations | Amin Bandali | 2018-11-18 | 1 | -7/+27 |
| | |||||
* | [emacs] add general and evil{,-escape}, with *lots* of enhancements | Amin Bandali | 2018-11-18 | 1 | -61/+174 |
| | | | | | extremely happy with how this has turned out so far. after all, i may be able to use and stick with evil. |