Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] tangle init.org before bootstrapping | 2018-05-03 | 2 | -1/+2 | |
| | | | | | By making `tangle-init' a prerequisite of `bootstrap'. Adjust build instructions accordingly. | ||||
* | [emacs] further refine my Emacs' unicode font stack | 2018-05-03 | 1 | -6/+17 | |
| | | | | | | | | Ditch Hack and Symbola monospacified. Ubuntu Mono and DejaVu Sans Mono are more than good enough. Also, force DejaVu Sans Mono for greek alphabet, since IMHO they look better than Ubuntu Mono's. For example, DejaVu's `α' looks much better and more distinguishable from `a' than Ubuntu Mono's. | ||||
* | [emacs] remove duplicate post-init message and shorten counsel delay | 2018-05-03 | 1 | -5/+1 | |
| | |||||
* | [emacs] disable EXWM | 2018-05-02 | 1 | -2/+2 | |
| | | | | | | | | | | Having used EXWM for a couple of days, I think bspwm provides an overall more stable and smoother experience, and is more polished. I really am going to miss EXWM's simulation keys though. Thankfully, it seems like xkeysnail [0] is a nice solution for that. [0]: https://github.com/mooz/xkeysnail | ||||
* | [rc] increase rofi-light's width a bit | 2018-05-02 | 1 | -1/+1 | |
| | |||||
* | [emacs] experiment with EXWM and key bindings | 2018-05-01 | 1 | -9/+152 | |
| | | | | | | | | | | | | | - Binding C-w to cut isn't worth the effort. I close tabs way more often. - When launched from within Emacs, Rofi doesn't seem to be able to properly launch programs. I haven't been able to debug the issue. - Rofi seems to have a noticeable lag now under EXWM, compared to back when I was using bspwm. rofi-pass is the main reason I still use it. So, TODO: see if I can port rofi-pass to ivy or helm. - EXWM's `exwm-input-set-key' seems awfully verbose compared to sxhkd. See if there's a shorter and neater way. | ||||
* | [emacs/ivy] allow wrapping around on first and last candidates | 2018-05-01 | 1 | -0/+1 | |
| | |||||
* | [rc/x] disable bell | 2018-05-01 | 1 | -0/+2 | |
| | | | | It's especially obnoxious through headphones. | ||||
* | [rc/emacs] disable the internal border of Emacs' frame | 2018-04-30 | 1 | -1/+1 | |
| | | | | See https://github.com/ch11ng/exwm/issues/169 | ||||
* | [emacs] unicode font stack around Ubuntu Mono and Hack | 2018-04-30 | 1 | -2/+31 | |
| | | | | Pretty much my ideal font stack for writing Lean. | ||||
* | [emacs] assimilate lean-mode and dependencies | 2018-04-30 | 10 | -0/+32 | |
| | | | | | | | | | | | lib/async master v1.9.3-1-g04e1a2c lib/company master 0.9.6-23-gd26ec71 lib/f master v0.20.0 lib/flycheck master 31-118-g0c4bbd1f lib/helm master v2.9.2-24-g56039aaf lib/lean-mode master 6ed7031 lib/popup master v0.5.3-20-g80829dd lib/s master 1.12.0-10-g03410e6 | ||||
* | [emacs] disable C-{j,k} bindings in ivy-minibuffer-map for now | 2018-04-30 | 1 | -2/+2 | |
| | |||||
* | [emacs] stop using EXWM's default config and customize it a bit | 2018-04-30 | 1 | -2/+71 | |
| | |||||
* | [emacs] display time and battery in mode-line | 2018-04-30 | 1 | -0/+20 | |
| | |||||
* | [emacs] update 2 drones | 2018-04-30 | 2 | -0/+0 | |
| | | | | | Update magit to v2.12.1-81-g47a054f8 Update use-package to v2.3-376-g0a2b82a | ||||
* | [emacs] use fringe-mode with default width | 2018-04-30 | 1 | -1/+2 | |
| | | | | Also, don't tangle the installation source block for now. | ||||
* | [emacs] more background info | 2018-04-30 | 1 | -3/+17 | |
| | |||||
* | add some documentation | 2018-04-30 | 3 | -15/+35 | |
| | | | | [emacs] automatically load counsel after 1.5 seconds | ||||
* | [other] remove some of the out of date stuff | 2018-04-29 | 7 | -82/+0 | |
| | | | | | TODO: Makefile rules for setting up my zim-based zsh setup, along with the zsh plugins I use | ||||
* | [rc/zsh] migrate my zsh setup to rc.org | 2018-04-29 | 6 | -208/+254 | |
| | |||||
* | [rc/x] migrate my X.Org configurations | 2018-04-29 | 11 | -302/+389 | |
| | | | | Also, add missing shebangs for previous scripts. | ||||
* | [rc/{xdg,zathura}] migrate XDG dirs and zathura configs to new setup | 2018-04-29 | 4 | -21/+43 | |
| | |||||
* | [rc/wp] migrate my little wallpaper changer script to literate setup | 2018-04-29 | 5 | -79/+112 | |
| | |||||
* | [spacemacs,vim] delete vestigial spacemacs and vim configs | 2018-04-29 | 4 | -998/+0 | |
| | | | | | I haven't used either of them in a very long time and the configs are likely quite outdated. | ||||
* | [rc/{redshift,rofi{,-pass}}] migrate redshift, rofi, rofi-pass dots | 2018-04-29 | 4 | -156/+180 | |
| | |||||
* | [rc/{polybar,ranger}] migrate to new literate setup | 2018-04-29 | 5 | -1003/+1036 | |
| | |||||
* | [rc/{notmuch,offlineimap}] migrate to new literate setup | 2018-04-29 | 7 | -205/+256 | |
| | |||||
* | [rc/{mpd,msmtp,ncmpcpp}] migrate to new literate setup | 2018-04-29 | 5 | -1008/+1042 | |
| | |||||
* | [rc/gtk,isync] migrate GTK and isync configs | 2018-04-29 | 6 | -69/+123 | |
| | |||||
* | [rc/getmail,gnupg] migrate to new literate config setup | 2018-04-29 | 5 | -40/+73 | |
| | |||||
* | [rc/fun] migrate fun scripts :) | 2018-04-29 | 3 | -95/+112 | |
| | |||||
* | [rc/{dunst,fontconfig}] migrate dunst & fontconfig configs, clean up | 2018-04-29 | 4 | -327/+243 | |
| | |||||
* | [rc/{afew,bspwm}] migrate afew and bspwm (and sxhkd) configs | 2018-04-29 | 7 | -295/+458 | |
| | |||||
* | [emacs] remove previous [experimental] emacs config | 2018-04-29 | 5 | -495/+5 | |
| | | | | It was based on straight.el. | ||||
* | [rc] add latexmk config and clean up | 2018-04-28 | 4 | -31/+20 | |
| | |||||
* | [rc] add rc.org for centralized literate configs | 2018-04-28 | 1 | -0/+113 | |
| | | | | Starting with my git configuration. | ||||
* | [make] add ta and ti Makefile rules for more convenient tangle/build | 2018-04-28 | 1 | -0/+4 | |
| | |||||
* | [emacs] assimilate and enable EXWM | 2018-04-28 | 4 | -11/+18 | |
| | |||||
* | [emacs] enable Ivy and friends | 2018-04-28 | 4 | -23/+30 | |
| | |||||
* | [emacs] enable exec-path-from-shell | 2018-04-28 | 3 | -10/+12 | |
| | |||||
* | [emacs] fix post initialization TOC link on GitHub | 2018-04-28 | 1 | -2/+2 | |
| | | | | | | GitHub's Org mode renderer doesn't use the CUSTOM_ID property for generating internal in-file links like Org mode itself does. So, at least for now, the internal link has to match the heading's full name. | ||||
* | [emacs] add Borg's layer/essentials init, with some of my stuff | 2018-04-28 | 3 | -0/+665 | |
| | |||||
* | [emacs] add Borg's layer/essentials current submodules | 2018-04-26 | 19 | -0/+60 | |
| | | | | From https://github.com/emacscollective/emacs.g/blob/e2f9c16c6f8bc830b8ae3d8bf376855c864dc5bd/.gitmodules | ||||
* | [emacs] prepare for Borg-ification | 2018-04-26 | 2 | -0/+9 | |
| | |||||
* | [pentadactyl] remove configuration and vestigial submodule | 2018-04-26 | 5 | -81/+0 | |
| | | | | | I've been using Vimium-FF and previously VimFx after pentadactyl stopped working properly. | ||||
* | [emacs] use exwm-randr so that exwm would pick up screen rotations | 2018-04-26 | 1 | -3/+4 | |
| | |||||
* | [bspwm,x] a few minor changes | 2018-04-26 | 2 | -5/+7 | |
| | | | | TODO: proper hostname-based settings | ||||
* | [emacs] enable and use exwm's system tray | 2018-04-21 | 1 | -1/+3 | |
| | |||||
* | [emacs] update straight versions lockfile | 2018-04-21 | 1 | -2/+13 | |
| | | | | Forgot to include this in the last commit. | ||||
* | [emacs] add core packages | 2018-04-21 | 1 | -8/+111 | |
| |