aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* spacemacs: Add indentation settings for js and web modesAaron LI2016-10-291-1/+13
|
* spacemacs: Enable the "html" and "javascript" layersAaron LI2016-10-291-0/+2
| | | | For the "javascript" layer, also install NPM packages "tern" and "eslint"
* Install NPM packages to ~/.npm-packagesAaron LI2016-10-292-4/+8
| | | | | | Credit: * https://github.com/glenpike/npm-g_nosudo * https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md
* spacemacs: Enable "colors" layer with nyan cat progress bar! Nyan!Aaron LI2016-10-261-3/+5
|
* spacemacs: enable and config "ranger" layerAaron LI2016-10-081-0/+12
|
* spacemacs: adjust layer settingsAaron LI2016-10-081-2/+2
|
* spacemacs: add custom "music" layer; adjust "clojure" layerAaron LI2016-10-071-1/+3
|
* spacemacs: move tramp settings to "user-init"Aaron LI2016-10-061-9/+11
|
* spacemacs: upgrade to version 0.200Aaron LI2016-10-061-46/+108
|
* spacemacs: add `firacode' config, a monospace font with ligaturesAaron LI2016-10-061-0/+163
|
* spacemacs: workaround a `tramp' bug; add a debug `require'Aaron LI2016-10-061-1/+24
|
* Update redshift configurationsAaron LI2016-10-041-10/+10
|
* vimrc: disable syntastic check on openAaron LI2016-10-041-1/+1
|
* _vimrc.local: add syntastic settingsAaron LI2016-09-091-0/+6
|
* offlineimap.py: remove unused code and fix errors/warningsAaron LI2016-09-091-17/+4
|
* Add _bin/get_mail.sh for better handle of email fetchAaron LI2016-09-091-0/+30
| | | | | | | | Since ``offlineimap`` sometimes just gets stuck, which blocks new instance from running, this little script is composed to better handle this stuck by first force kill existing instance. However, this script in current state cannot work well with ``mu4e``.
* 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
|