summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* emacs: :demand time and batteryAmin Bandali2019-09-051-0/+2
|
* emacs: exwm: don’t hardcode 10 for s-N bindings, use # of workspacesAmin Bandali2019-09-051-2/+1
|
* emacs: ibuffer: show longer buffer names, add exwm filter groupAmin Bandali2019-09-051-4/+5
|
* emacs: battery: remove %b, sml uses colour codes to differentiateAmin Bandali2019-09-051-1/+1
|
* emacs: display time and battery in mode-lineAmin Bandali2019-09-051-9/+11
|
* switch to exwmAmin Bandali2019-09-052-32/+85
|
* emacs: magit: set magit-diff-refine-hunkAmin Bandali2019-09-051-1/+3
|
* emacs: untabify init.elAmin Bandali2019-09-041-4/+4
|
* emacs: update packages, experiment with doom-modeline a bitAmin Bandali2019-09-042-9/+16
| | | | also disable multi-term (haven’t really been using it)
* emacs: improve init-related messagesAmin Bandali2019-09-031-7/+14
|
* emacs: fix overlapping crux and counsel bindingsAmin Bandali2019-09-031-3/+3
|
* emacs: improve tex-mode list workflowsAmin Bandali2019-09-035-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
* emacs: update packagesAmin Bandali2019-09-031-6/+6
|
* emacs: remove newlines around message-elide-ellipsis’s [...]Amin Bandali2019-09-021-1/+2
|
* emacs: customize mm-uu-diff-groups-regexp for diff highlightingAmin Bandali2019-09-021-0/+5
| | | | | i had stumbled upon this by accident a while ago, while using the gnu.* prefix for my group names
* emacs: add note for gnus-article-treat-patch and white backgroundsAmin Bandali2019-09-021-0/+2
|
* emacs: add back my last exwm config, disabled for nowAmin Bandali2019-09-021-0/+170
|
* emacs: don’t set initial-major-mode to text-modeAmin Bandali2019-09-021-1/+1
| | | | | lisp-interaction-mode is fine. i do recall, however, that at some point *scratch* used fundamental-mode though; not sure.
* gnus-article-treat-patch.el: update from upstreamAmin Bandali2019-09-021-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
* emacs: update packagesAmin Bandali2019-09-021-5/+5
|
* zathura: tweak some settings and bindingsAmin Bandali2019-09-021-0/+12
|
* emacs: ebdb: just set ebdb-gnus-window-sizeAmin Bandali2019-09-011-7/+1
|
* emacs: tweak some bindingsAmin Bandali2019-09-011-3/+9
|
* shell: set INFOPATH properlyAmin Bandali2019-09-012-1/+5
|
* emacs: theme: forgot to uncomment load-theme for the dark themeAmin Bandali2019-08-311-1/+1
|
* emacs: change footnote prefix from "C-c f" to "C-c f n"Amin Bandali2019-08-311-2/+2
|
* emacs: fix typos, add no-littering version, update my znc.el forkAmin Bandali2019-08-312-4/+4
| | | | znc.el update for supressing (require 'cl) deprecation warning
* emacs: gnus: more granular thread sortingAmin Bandali2019-08-311-1/+5
|
* emacs: add gnus-article-treat-patch (leave it disabled)Amin Bandali2019-08-312-0/+457
| | | | TODO: figure out why it adds a whole bunch of blank lines to the top
* emacs: remove znc.el subproject now that i'm back on straight.elAmin Bandali2019-08-312-3/+0
|
* emacs: rearrange and regroup early init settings a bitAmin Bandali2019-08-311-160/+185
|
* emacs: use no-litteringAmin Bandali2019-08-311-53/+17
|
* emacs,gnupg: do pinentry outside emacsAmin Bandali2019-08-313-26/+6
|
* emacs: adapt use-package-font-lock-keywords for use-featureAmin Bandali2019-08-311-0/+9
|
* emacs: use straight.el for package management againAmin Bandali2019-08-313-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.
* emacs: pdf-tools: convenient history bindings, more gentle resizingAmin Bandali2019-08-301-2/+5
|
* emacs: add some tex-mode hooks for better editing experienceAmin Bandali2019-08-301-1/+4
| | | | | | | | | enable: - auto-fill-mode - flyspell-mode disable: - electric-indent-mode (locally)
* emacs: add some convenient bindingsAmin Bandali2019-08-301-4/+6
|
* emacs: yasnippet: "fix" citeAmin Bandali2019-08-301-1/+1
|
* emacs: update custom-fileAmin Bandali2019-08-301-12/+13
|
* emacs: yasnippet: don’t expand on SPC in git-commit-modeAmin Bandali2019-08-271-1/+10
| | | | | | | guix provides snippets like ‘add’ [0] which would get auto-expanded in git-commit-mode with SPC, super annoying. [0]: https://git.savannah.gnu.org/cgit/guix.git/tree/etc/snippets/text-mode/guix-commit-message-add-package
* emacs: yasnippet: add some convenience snippets for latex-modeAmin Bandali2019-08-2712-0/+71
|
* emacs: magit: don’t show ignored files for nowAmin Bandali2019-08-271-4/+4
|
* emacs: magit: add magit-insert-ignored-files, use C-c gAmin Bandali2019-08-271-5/+10
|
* emacs: disable typo-mode in tex-modeAmin Bandali2019-08-271-1/+2
|
* emacs: yasnippet: bind SPC to yas-maybe-expand in yas-minor-mode-mapAmin Bandali2019-08-271-0/+1
|
* emacs: overhaul bindings to be more C-based rather than s-basedAmin Bandali2019-08-261-32/+31
|
* emacs: ivy: properly ignore erc-, magit-, and dired-mode buffersAmin Bandali2019-08-261-3/+13
|
* emacs: add reftexAmin Bandali2019-08-261-0/+17
|
* emacs: better buffer-switching bindingsAmin Bandali2019-08-261-3/+3
|