Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-06 | emacs: better simulation keys for abrowser, fix s-N bindings | Amin Bandali | 1 | -3/+3 | |
2019-09-06 | exwm: add local simulation keys for urxvt and abrowser | Amin Bandali | 1 | -0/+17 | |
note: it seems that some composite keys (e.g. C-S-w) don’t work when pressing the caps that was remapped to ctrl using setxkbmap or xmodmap | |||||
2019-09-06 | emacs: refresh exwm systemtray after changing theme | Amin Bandali | 1 | -2/+4 | |
(to have the tray’s background colour match the theme’s) | |||||
2019-09-06 | emacs: try out dmenu, report some bugs | Amin Bandali | 1 | -5/+10 | |
- Duplicated entries: https://github.com/lujun9972/el-dmenu/issues/7 - Be smarter about saving history https://github.com/lujun9972/el-dmenu/issues/8 TODO: remove setting dmenu-history-size to 0 once the bug is fixed | |||||
2019-09-06 | emacs: revamp/rearrange exwm config | Amin Bandali | 1 | -149/+115 | |
2019-09-06 | shell: tweak X settings, add ~/.xsession for starting emacs (exwm) | Amin Bandali | 2 | -0/+6 | |
- set cursor from the default ugly “x” to a left pointer - disable bell - remove annoying one pixel border around emacs (using ‘-ib 0’) | |||||
2019-09-06 | emacs: ebdb: use :demand instead of require, disable mua popup | Amin Bandali | 1 | -6/+4 | |
2019-09-05 | emacs: remove delight and simply use minions | Amin Bandali | 1 | -19/+7 | |
2019-09-05 | emacs: exwm: rearrange and enable some bindings | Amin Bandali | 1 | -85/+54 | |
2019-09-05 | emacs: various exwm tweaks | Amin Bandali | 1 | -58/+71 | |
TODO: fix/improve key bindings | |||||
2019-09-05 | urxvt: small tweaks; most importantly, don’t run as login shell | Amin Bandali | 1 | -4/+5 | |
2019-09-05 | emacs: :demand time and battery | Amin Bandali | 1 | -0/+2 | |
2019-09-05 | emacs: exwm: don’t hardcode 10 for s-N bindings, use # of workspaces | Amin Bandali | 1 | -2/+1 | |
2019-09-05 | emacs: ibuffer: show longer buffer names, add exwm filter group | Amin Bandali | 1 | -4/+5 | |
2019-09-05 | emacs: battery: remove %b, sml uses colour codes to differentiate | Amin Bandali | 1 | -1/+1 | |
2019-09-05 | emacs: display time and battery in mode-line | Amin Bandali | 1 | -9/+11 | |
2019-09-05 | switch to exwm | Amin Bandali | 2 | -32/+85 | |
2019-09-05 | emacs: magit: set magit-diff-refine-hunk | Amin Bandali | 1 | -1/+3 | |
2019-09-04 | emacs: untabify init.el | Amin Bandali | 1 | -4/+4 | |
2019-09-04 | emacs: update packages, experiment with doom-modeline a bit | Amin Bandali | 2 | -9/+16 | |
also disable multi-term (haven’t really been using it) | |||||
2019-09-03 | emacs: improve init-related messages | Amin Bandali | 1 | -7/+14 | |
2019-09-03 | emacs: fix overlapping crux and counsel bindings | Amin Bandali | 1 | -3/+3 | |
2019-09-03 | emacs: improve tex-mode list workflows | Amin Bandali | 5 | -17/+5 | |
type ‘o’ followed by space for enumerate (ordered list), and ‘u’ folloewd by space for itemize (unordered list); insert new \item with M-RET | |||||
2019-09-03 | emacs: update packages | Amin Bandali | 1 | -6/+6 | |
2019-09-02 | emacs: remove newlines around message-elide-ellipsis’s [...] | Amin Bandali | 1 | -1/+2 | |
2019-09-02 | emacs: customize mm-uu-diff-groups-regexp for diff highlighting | Amin Bandali | 1 | -0/+5 | |
i had stumbled upon this by accident a while ago, while using the gnu.* prefix for my group names | |||||
2019-09-02 | emacs: add note for gnus-article-treat-patch and white backgrounds | Amin Bandali | 1 | -0/+2 | |
2019-09-02 | emacs: add back my last exwm config, disabled for now | Amin Bandali | 1 | -0/+170 | |
2019-09-02 | emacs: don’t set initial-major-mode to text-mode | Amin Bandali | 1 | -1/+1 | |
lisp-interaction-mode is fine. i do recall, however, that at some point *scratch* used fundamental-mode though; not sure. | |||||
2019-09-02 | gnus-article-treat-patch.el: update from upstream | Amin Bandali | 1 | -4/+20 | |
Frank kindly added a license header so we all could use gnus-article-treat-patch.el in freedom :) https://www.0x50.de/fterbeck/emacs/commit/1f96ab989980287bd2c5e8b02e1a2be57dcef7de | |||||
2019-09-02 | emacs: update packages | Amin Bandali | 1 | -5/+5 | |
2019-09-02 | zathura: tweak some settings and bindings | Amin Bandali | 1 | -0/+12 | |
2019-09-01 | emacs: ebdb: just set ebdb-gnus-window-size | Amin Bandali | 1 | -7/+1 | |
2019-09-01 | emacs: tweak some bindings | Amin Bandali | 1 | -3/+9 | |
2019-09-01 | shell: set INFOPATH properly | Amin Bandali | 2 | -1/+5 | |
2019-08-31 | emacs: theme: forgot to uncomment load-theme for the dark theme | Amin Bandali | 1 | -1/+1 | |
2019-08-31 | emacs: change footnote prefix from "C-c f" to "C-c f n" | Amin Bandali | 1 | -2/+2 | |
2019-08-31 | emacs: fix typos, add no-littering version, update my znc.el fork | Amin Bandali | 2 | -4/+4 | |
znc.el update for supressing (require 'cl) deprecation warning | |||||
2019-08-31 | emacs: gnus: more granular thread sorting | Amin Bandali | 1 | -1/+5 | |
2019-08-31 | emacs: add gnus-article-treat-patch (leave it disabled) | Amin Bandali | 2 | -0/+457 | |
TODO: figure out why it adds a whole bunch of blank lines to the top | |||||
2019-08-31 | emacs: remove znc.el subproject now that i'm back on straight.el | Amin Bandali | 2 | -3/+0 | |
2019-08-31 | emacs: rearrange and regroup early init settings a bit | Amin Bandali | 1 | -160/+185 | |
2019-08-31 | emacs: use no-littering | Amin Bandali | 1 | -53/+17 | |
2019-08-31 | emacs,gnupg: do pinentry outside emacs | Amin Bandali | 3 | -26/+6 | |
2019-08-31 | emacs: adapt use-package-font-lock-keywords for use-feature | Amin Bandali | 1 | -0/+9 | |
2019-08-31 | emacs: use straight.el for package management again | Amin Bandali | 3 | -148/+283 | |
it seems easier/cleaner to use straight rather than going through all of guix. not sure; might end up using guix again for it at some point. also, fork lean-mode and remove runtime requiring of cl, and use the fork. should submit PR and switch back to upstream once it’s merged. | |||||
2019-08-30 | emacs: pdf-tools: convenient history bindings, more gentle resizing | Amin Bandali | 1 | -2/+5 | |
2019-08-30 | emacs: add some tex-mode hooks for better editing experience | Amin Bandali | 1 | -1/+4 | |
enable: - auto-fill-mode - flyspell-mode disable: - electric-indent-mode (locally) | |||||
2019-08-30 | emacs: add some convenient bindings | Amin Bandali | 1 | -4/+6 | |
2019-08-30 | emacs: yasnippet: "fix" cite | Amin Bandali | 1 | -1/+1 | |