| Commit message (Expand) | Author | Age | Files | Lines |
* | Update .spacemacs |  Amin Bandali | 2017-04-26 | 1 | -37/+78 |
* | Spacemacs erc config updates |  Amin Bandali | 2017-02-04 | 1 | -0/+32 |
* | Bind shortcut for counsel-esh-history, also prefer text over html |  Amin Bandali | 2016-12-14 | 2 | -14/+22 |
* | Rely on systemd timers for syncing mail, and re-index every 5 minutes•••Also, delete mail from server when fetching pop3 with getmail
|  Amin Bandali | 2016-12-14 | 1 | -3/+2 |
* | Add my GNU email•••Use getmail to fetch my GNU mail over pop3.
After stowing getmail config, run it like this the first time:
getmail --store-password-in-gnome-keyring
to save the password in the Default gnome keyring.
Then, proceed to run it without arguments, and/or enable and start the systemd
timer for auto-syncing.
Requires:
getmail
gnome-keyring
python2-gnome-keyring
|  Amin Bandali | 2016-12-13 | 2 | -10/+34 |
* | Add missing user-full-name, and set send-mail-function |  Amin Bandali | 2016-12-12 | 1 | -1/+3 |
* | Enable some themes, and use Source Code Pro instead of Inconsolata |  Amin Bandali | 2016-12-12 | 2 | -13/+22 |
* | Add systemd units for calling mbsync every 5 minutes•••To enable:
systemctl --user enable mbsync.timer
systemctl --user start mbsync.timer
Also, use 'pick-first for mu4e-context-policy
|  Amin Bandali | 2016-12-12 | 1 | -1/+2 |
* | Enable mu4e mode-line & notifications; and fix up error in .mbsyncrc |  Amin Bandali | 2016-12-12 | 1 | -1/+6 |
* | Replace my-mu4e-account-alist with mu4e-contexts•••Also, get rid of [Gmail]/ prefix by using separate channels
|  Amin Bandali | 2016-12-12 | 1 | -47/+32 |
* | Add mu4e config•••TODO: switch to using mu4e-contexts
|  Amin Bandali | 2016-12-12 | 3 | -3/+122 |
* | Add ErcBar, also restore channel buffers from logs |  Amin Bandali | 2016-12-11 | 2 | -3/+48 |
* | [spacemacs] Use znc.el for irc (wraps around erc)•••kudos to vincentbernat and rrix
https://github.com/vincentbernat/dot.emacs/blob/master/znc.conf.el
http://doc.rix.si/cce/cce-irc.html
|  Amin Bandali | 2016-12-11 | 3 | -2/+62 |
* | When using evil, start in emacs mode for eshell |  Amin Bandali | 2016-12-11 | 1 | -1/+4 |
* | Actually, disable that for now |  Amin Bandali | 2016-12-11 | 1 | -2/+2 |
* | Sign and sign-off commits by default•••Signed-off-by: Amin Bandali <amin@aminb.org>
|  Amin Bandali | 2016-12-11 | 1 | -1/+2 |
* | Update .spacemacs and add aminb layer |  Amin Bandali | 2016-12-11 | 2 | -94/+200 |
* | [spacemacs] add some layers and stuff from before•••enable some layers, re-add some configurations and comments
also, TODO: think about whether to use a separate custom.el file or not
|  Amin Bandali | 2016-02-13 | 1 | -9/+58 |
* | [spacemacs] use bigger font & slant powerline |  Amin Bandali | 2016-02-13 | 1 | -2/+3 |
* | [spacemacs] start from scratch•••with .spacemacs of develop branch at a111f48
|  Amin Bandali | 2016-02-13 | 7 | -406/+43 |
* | [spacemacs] update dot file w latest dev template |  Amin Bandali | 2015-12-23 | 1 | -123/+149 |
* | [spacemacs] font size 14 |  Amin Bandali | 2015-07-05 | 1 | -1/+1 |
* | [spacemacs] (setq erc-pcomplete-nick-postfix ": ")•••set erc nick completion postfix to ": "
(the empty space after the colon was missing)
|  Amin Bandali | 2015-07-04 | 1 | -0/+2 |
* | [spacemacs] use ZNC.el for irc (wraps around erc)•••kudos to Vincent Bernat for ssl-connector that reads creds from authinfo
|  Amin Bandali | 2015-07-03 | 4 | -0/+114 |
* | [spacemacs] remove the "advice" for git verbose•••new version of magit opens up another buffer that does this
also, use smtpmail-send-it for send-mail-function
|  Amin Bandali | 2015-07-03 | 1 | -4/+2 |
* | use mbsync for syncing mail instead of offlineimap |  Amin Bandali | 2015-07-02 | 1 | -5/+9 |
* | [spacemacs] use erc instead of rcirc•••TODO: znc support
|  Amin Bandali | 2015-07-01 | 1 | -15/+1 |
* | [spacemacs] rcirc znc temporary config•••until I figure out how to properly configure it
|  Amin Bandali | 2015-06-30 | 1 | -0/+15 |
* | [spacemacs] sync up with latest template•••and move my 'evil' customizations into dotspacemacs
|  Amin Bandali | 2015-06-28 | 3 | -93/+95 |
* | [spacemacs] merge new template changes |  Amin Bandali | 2015-06-14 | 1 | -22/+42 |
* | [spacemacs] add rust-lang and shell•••currently in develop
|  Amin Bandali | 2015-05-30 | 1 | -0/+2 |
* | [x,vim,spacemacs] switch back to gotham |  Amin Bandali | 2015-05-26 | 1 | -1/+2 |
* | [spacemacs] enable emacs-lisp & rust config layers•••(also switched to develop branch again)
|  Amin Bandali | 2015-05-24 | 1 | -0/+2 |
* | [spacemacs] switch to solarized (dark)•••and change font size from 13 to 14
|  Amin Bandali | 2015-05-10 | 1 | -2/+2 |
* | mu4e custom signature |  Amin Bandali | 2015-05-03 | 1 | -0/+4 |
* | use Chris Done's style for haskell hindent |  Amin Bandali | 2015-05-03 | 1 | -1/+1 |
* | switch to gotham for emacs and urxvt |  Amin Bandali | 2015-04-25 | 1 | -1/+2 |
* | update .spacemacs (with v0.101.1 template) |  Amin Bandali | 2015-04-13 | 1 | -7/+43 |
* | enable haskell layer |  Amin Bandali | 2015-04-08 | 1 | -1/+1 |
* | add .lein/profiles.clj as part of spacemacs confs |  Amin Bandali | 2015-03-21 | 1 | -0/+4 |
* | newest .spacemacs changes from template (v0.100.0)•••including official logo
|  Amin Bandali | 2015-03-17 | 1 | -7/+12 |
* | use normal Source Code Pro•••instead of the powerline version
|  Amin Bandali | 2015-03-16 | 1 | -2/+2 |
* | [magit] show diff of changes when committing•••https://emacs.stackexchange.com/questions/3893/how-can-i-make-verbose-flag-be-enabled-by-default-in-magit-commit-screen
|  Amin Bandali | 2015-03-09 | 1 | -0/+4 |
* | enable persistent undo in emacs•••reverse of https://github.com/syl20bnr/spacemacs/commit/885d092e72aeaa470253c19831ba42e2eecf3514
|  Amin Bandali | 2015-03-09 | 1 | -0/+6 |
* | use Zathura with AUCTeX in emacs•••https://bbs.archlinux.org/viewtopic.php?id=189071
|  Amin Bandali | 2015-03-09 | 1 | -0/+13 |
* | apply my previous customizations to .spacemacs |  Amin Bandali | 2015-03-03 | 1 | -10/+32 |
* | copy the original .spacemacs template•••due to changes in the file structure
|  Amin Bandali | 2015-03-03 | 1 | -114/+98 |
* | [spacemacs] disable haskell conf layer & set font |  Amin Bandali | 2015-02-28 | 1 | -1/+7 |
* | Disable state-based cursor color•••https://github.com/syl20bnr/spacemacs/issues/601#issuecomment-75703320
|  Amin Bandali | 2015-02-24 | 1 | -1/+2 |
* | [spacemacs] add my evil contrib layer |  Amin Bandali | 2015-02-21 | 2 | -0/+73 |