summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-07[emacs] enable company-mode globallyAmin Bandali1-0/+19
2018-05-07[emacs] assimilate and enable dante and its dependency, lcrAmin Bandali4-0/+15
2018-05-06[rc/fontconfig] disable problematic automatic tangling commentsAmin Bandali1-1/+1
They seem to be problematic since the comment in the header comes before the <?xml version="1.0"?> tag and seems to make fontconfig not be able to properly process the file.
2018-05-06[emacs] assimilate and enable which-keyAmin Bandali3-0/+16
2018-05-06[setup] remove out of date setup fileAmin Bandali1-112/+0
2018-05-06[rc/libinput] migrate my libinput xorg configurationAmin Bandali1-0/+16
2018-05-06[other] spring cleaning: remove vestigial and old stuffAmin Bandali7-341/+0
2018-05-06[rc/zsh] add ~/.elan/bin to PATHAmin Bandali1-1/+1
2018-05-06[rc] add TLP configuration for plasmaAmin Bandali1-0/+316
TODO: add for enigma
2018-05-06[rc] add PowerTOP systemd serviceAmin Bandali1-0/+17
2018-05-06[emacs] update 2 dronesAmin Bandali2-0/+0
lib/helm master v2.9.2-37-gbe27fc17 lib/magit master 2.12.1-94-g67ea3006
2018-05-05[emacs] assimilate flycheck-haskellAmin Bandali3-1/+156
Only use 'haskell-hlint checker and disable the other two. Also, add a copy of hs-lint.el, but leave it disabled (I tried it before deciding to use flycheck-haskell).
2018-05-05[emacs] add flycheck's missing deps (pkg-info & epl) & configure itAmin Bandali4-0/+17
2018-05-05[emacs] assimilate hlint-refactorAmin Bandali3-1/+20
2018-05-05[emacs] assimilate haskell-modeAmin Bandali3-1/+13
2018-05-03[emacs] update 5 dronesAmin Bandali5-0/+0
lib/company master 0.9.6-24-g779662f lib/helm master v2.9.2-27-g34f620ff lib/ivy master 0.10.0-195-g222c652 lib/lean-mode master df9c084 lib/magit master 2.12.1-83-g01bb5a4a
2018-05-03[emacs] tangle init.org before bootstrappingAmin Bandali2-1/+2
By making `tangle-init' a prerequisite of `bootstrap'. Adjust build instructions accordingly.
2018-05-03[emacs] further refine my Emacs' unicode font stackAmin Bandali1-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.
2018-05-03[emacs] remove duplicate post-init message and shorten counsel delayAmin Bandali1-5/+1
2018-05-02[emacs] disable EXWMAmin Bandali1-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
2018-05-02[rc] increase rofi-light's width a bitAmin Bandali1-1/+1
2018-05-01[emacs] experiment with EXWM and key bindingsAmin Bandali1-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.
2018-05-01[emacs/ivy] allow wrapping around on first and last candidatesAmin Bandali1-0/+1
2018-05-01[rc/x] disable bellAmin Bandali1-0/+2
It's especially obnoxious through headphones.
2018-04-30[rc/emacs] disable the internal border of Emacs' frameAmin Bandali1-1/+1
See https://github.com/ch11ng/exwm/issues/169
2018-04-30[emacs] unicode font stack around Ubuntu Mono and HackAmin Bandali1-2/+31
Pretty much my ideal font stack for writing Lean.
2018-04-30[emacs] assimilate lean-mode and dependenciesAmin Bandali10-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
2018-04-30[emacs] disable C-{j,k} bindings in ivy-minibuffer-map for nowAmin Bandali1-2/+2
2018-04-30[emacs] stop using EXWM's default config and customize it a bitAmin Bandali1-2/+71
2018-04-30[emacs] display time and battery in mode-lineAmin Bandali1-0/+20
2018-04-30[emacs] update 2 dronesAmin Bandali2-0/+0
Update magit to v2.12.1-81-g47a054f8 Update use-package to v2.3-376-g0a2b82a
2018-04-30[emacs] use fringe-mode with default widthAmin Bandali1-1/+2
Also, don't tangle the installation source block for now.
2018-04-30[emacs] more background infoAmin Bandali1-3/+17
2018-04-30add some documentationAmin Bandali3-15/+35
[emacs] automatically load counsel after 1.5 seconds
2018-04-29[other] remove some of the out of date stuffAmin Bandali7-82/+0
TODO: Makefile rules for setting up my zim-based zsh setup, along with the zsh plugins I use
2018-04-29[rc/zsh] migrate my zsh setup to rc.orgAmin Bandali6-208/+254
2018-04-29[rc/x] migrate my X.Org configurationsAmin Bandali11-302/+389
Also, add missing shebangs for previous scripts.
2018-04-29[rc/{xdg,zathura}] migrate XDG dirs and zathura configs to new setupAmin Bandali4-21/+43
2018-04-29[rc/wp] migrate my little wallpaper changer script to literate setupAmin Bandali5-79/+112
2018-04-29[spacemacs,vim] delete vestigial spacemacs and vim configsAmin Bandali4-998/+0
I haven't used either of them in a very long time and the configs are likely quite outdated.
2018-04-29[rc/{redshift,rofi{,-pass}}] migrate redshift, rofi, rofi-pass dotsAmin Bandali4-156/+180
2018-04-29[rc/{polybar,ranger}] migrate to new literate setupAmin Bandali5-1003/+1036
2018-04-29[rc/{notmuch,offlineimap}] migrate to new literate setupAmin Bandali7-205/+256
2018-04-29[rc/{mpd,msmtp,ncmpcpp}] migrate to new literate setupAmin Bandali5-1008/+1042
2018-04-29[rc/gtk,isync] migrate GTK and isync configsAmin Bandali6-69/+123
2018-04-29[rc/getmail,gnupg] migrate to new literate config setupAmin Bandali5-40/+73
2018-04-29[rc/fun] migrate fun scripts :)Amin Bandali3-95/+112
2018-04-29[rc/{dunst,fontconfig}] migrate dunst & fontconfig configs, clean upAmin Bandali4-327/+243
2018-04-29[rc/{afew,bspwm}] migrate afew and bspwm (and sxhkd) configsAmin Bandali7-295/+458
2018-04-29[emacs] remove previous [experimental] emacs configAmin Bandali5-495/+5
It was based on straight.el.