aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* spacemacs: fix (previous forgotten) loading of config/aly-org-config.elAaron LI2016-09-041-2/+4
|
* spacemacs: mu4e: tune the mu4e-get-mail-commandAaron LI2016-09-041-2/+2
| | | | | | `offlineimap` sometimes just gets stuck and doesn't exit, which prevent `mu4e` from updating index and getting new mails. Therefore, force kill existing `offlineimap` instance first.
* emacs: import ditaa for org-modeAaron LI2016-09-024-0/+357
|
* spacemacs: add org-babel config and set ditaa path for orgAaron LI2016-09-021-0/+10
|
* spacemacs: fix a typo in init.elAaron LI2016-09-021-1/+1
|
* xfce4-terminal: cancel keybindings of Shift-Down/Up for tmux usageAaron LI2016-08-311-0/+1
|
* mu4e: remove CallLog bookmarkAaron LI2016-08-191-2/+1
|
* zsh: turn off zle_bracketed_paste for DFly cons25Aaron LI2016-08-121-2/+2
|
* Rewrite _asoundrc to fix the sound problem with ALSAAaron LI2016-08-111-12/+13
| | | | | | Some applications (e.g., firefox, flash, mpd) need the default sound device been set, otherwise there is no sound. See the Gentoo ALSA Wiki for more details.
* spacemacs: update mu/mu4e to git20160802Aaron LI2016-08-0213-174/+395
|
* _profile: gpg-agent: drop obsolete option --write-env-fileAaron LI2016-07-301-1/+1
|
* _profile: fix a typoAaron LI2016-07-301-2/+2
|
* tmux: add a keybinding for copy-modeAaron LI2016-07-301-1/+2
|
* tmux: update copy mode settings with vi keybindingsAaron LI2016-07-301-6/+19
|
* _tmux.conf: increase left and right status lengthAaron LI2016-07-261-2/+2
|
* cleanup gitignore; and add _tmux/-related itemsAaron LI2016-07-261-24/+4
|
* Rewrite '_tmux.conf'Aaron LI2016-07-261-104/+104
| | | | | | * Use 'tpm': tmux plugins manager * Tune the status style * Many cleanups
* Add submodule _tmux/plugins/tpmAaron LI2016-07-262-0/+3
|
* vim: turn off spell checkAaron LI2016-07-051-0/+3
|
* Add _vimrc.bundles.local: local bundles for spf13-vimAaron LI2016-07-051-0/+16
|
* vim: do not use system clipboardAaron LI2016-07-051-0/+3
|
* Update _R/Makevars; add documentationAaron LI2016-06-251-4/+33
|
* spacemacs: enable layers: emoji, ess, version-control, and xkcdAaron LI2016-06-251-3/+11
|
* Update Rprofile a bitAaron LI2016-06-251-3/+4
|
* Xresources: minor fixAaron LI2016-06-201-1/+1
|
* Add uzbl browser configuration fileAaron LI2016-06-191-0/+552
|
* Merge branch 'master' of github.com:liweitianux/dotfilesAaron LI2016-06-180-0/+0
|\
| * spacemacs: explain the bug of "fci-mode" with "truncate-lines"Aaron LI2016-06-181-8/+6
| |
* | spacemacs: explain the bug of "fci-mode" with "truncate-lines"Aaron LI2016-06-181-8/+6
|/
* spacemacs: enable visual-line-navigation; minor cleanupAaron LI2016-06-181-10/+12
|
* spacemacs.d/init.el: set the frame sizeAaron LI2016-06-172-1/+8
|
* spacemacs.d/init.el: disable the buggy 'fci-mode'Aaron LI2016-06-171-3/+9
| | | | | | | | | WARNING/XXX: 'fci-mode' has issues with 'truncate-lines' and 'company-mode': * 'fci-mode' will override 'truncate-lines' to 't' * with 'fci-mode' enabled and 'truncate-lines' set to 'nil', when the completion triggered, the 'truncate-lines' will be overridden to 't', which is very annoying.
* spacemacs.d/init.el: minor cleanupAaron LI2016-06-171-19/+16
|
* Add submodule "dotvim" (though deprecated)Aaron LI2016-06-172-0/+3
|
* Add _vimrc.local: local config for the "spf13-vim" bundleAaron LI2016-06-171-0/+19
|
* Add _littleprince.cow for cowsay (credit: aptitude)Aaron LI2016-06-171-0/+33
|
* Add _asoundrc: extra config required for Gentoo @ my T450sAaron LI2016-06-171-0/+20
|
* spacemacs: disable update check; change company settingsAaron LI2016-06-171-7/+6
|
* mpd: disable pulseaudio outputAaron LI2016-06-171-10/+10
|
* ncmpcpp: disable visulizer (need compiling with fftw)Aaron LI2016-06-171-1/+1
|
* Update gpg-agent settingsAaron LI2016-06-173-3/+14
|
* gitconfig: change my email addressAaron LI2016-06-081-1/+1
|
* spacemacs: enable whitespace-mode; some minor cleanupAaron LI2016-06-031-10/+37
|
* zsh: adjust the order of history.zshAaron LI2016-06-031-0/+1
|
* spacemacs: add simple aly-org-config.elAaron LI2016-05-312-2/+37
|
* spacemacs: set custom-fileAaron LI2016-05-311-4/+7
|
* xfce4-terminal: adjust cursor color and fontAaron LI2016-05-291-2/+2
|
* tmux.conf: set "terminal-overrides" to avoid strange charAaron LI2016-05-291-1/+7
| | | | | | | | | | Strange characters '???112' may appear when exited the tmux session, which is caused by the terminal that dose not properly handle the Cr (color reset) control sequence. So use "terminal-overrides" to override this. Environment: SSH to a DragonFly BSD with Xfce4 terminal. (other terminals, e.g., urxvt and konsole, are OK)
* zsh: avoid switching to vi-mode reset bindkey settingsAaron LI2016-05-292-2/+10
|
* zsh: Add 60-zle.zsh and deal with bracketed pasteAaron LI2016-05-291-0/+20
|