summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-11Tweak mml-mode lighterKévin Le Gouguec
How did I not remember this guy.
2019-05-09Minor rearrangements to Gnus configurationKévin Le Gouguec
Don't know why I thought those gnus- variables deserved to be in their own setq.
2019-05-09Use symbols rather than strings to give packages to delightKévin Le Gouguec
Would be neat if the constant face could be applied to this last argument, just like it is highlighted in require and provide statements. Alas, those are covered by font-lock rules in lisp-mode.el…
2019-05-09Tweak lighter for zoom-in/zoom-outKévin Le Gouguec
The War For Mode-Line Space continues.
2019-05-08Customize various message-related variablesKévin Le Gouguec
Footnote and MML stuff, mainly. Change magit-blame-mode lighter: the new character is covered by Noto Color Emoji, not the old one.
2019-05-03Simplify call to set-fontset-fontKévin Le Gouguec
AFAICT, the last argument, ADD, will be nil by default, dixit (elisp)Argument List. This changes the semantics since I used to pass 'append explicitly, but I have no idea why I was doing that in the first place, so 🤷
2019-04-05Add documentation to lambdas created by my/make-tablessKévin Le Gouguec
2019-03-24CosmeticsKévin Le Gouguec
… an interesting game of whack-a-quote. I thought ("..." . ?…) might work, but alas…
2019-03-24Add more symbols to my/input-methodKévin Le Gouguec
And start organizing them. I don't really like this hanging '(, but I couldn't find a way to turn it into something along the lines of (list …).
2019-03-23Add ⚠ to my/input-methodKévin Le Gouguec
2019-03-15Stop highlighting long linesKévin Le Gouguec
I use whitespace-mode to check out *whitespace*, not to got on a crusade to enforce the Holy Eighty Rule.
2019-02-24Add date to Gnus summary linesKévin Le Gouguec
2019-02-24Change Gnus summary line formatKévin Le Gouguec
Get rid of - the scoring indicator - the number of lines - the mouse face
2019-02-09Load a few "generic modes" by defaultKévin Le Gouguec
2019-01-13Define my own input method instead of cluttering TeXKévin Le Gouguec
2019-01-12Add a reference to unicode-math-inputKévin Le Gouguec
This package seems to do exactly the kind of thing I would like to do.
2018-12-22Ensure fill-paragraph understands bullet listsKévin Le Gouguec
2018-12-21Change unnecessary when-let* to when-letKévin Le Gouguec
Thereby making the function work with Emacs 25.
2018-12-20Add binding to compile from project root folderKévin Le Gouguec
2018-12-20Add a binding for project-find-fileKévin Le Gouguec
Get rid of electric-pair-mode binding; I can't remember the last time I turned it off.
2018-12-20Fix bugfixKévin Le Gouguec
No idea how I let this one slide.
2018-12-19Make sure frame title evaluation does not mess with query-replaceKévin Le Gouguec
See linked bug report.
2018-12-06Tweak Emacs frames titleKévin Le Gouguec
This is somewhat more informative for me.
2018-12-01Merge branch 'bunsenlabs'Kévin Le Gouguec
Enough with the rebasing shenanigans. If I really need to have per-setup dotfiles, I'll stuff them in separate folders and git-hook my way into automatically updating them.
2018-12-01Change spacing for throughput countersKévin Le Gouguec
Otherwise they start clipping into graphs when the throughput reaches megabytes.
2018-12-01Cleanup some stuffKévin Le Gouguec
- why the hell did I put those backslashes? - align entropy stuff with the rest
2018-12-01Touch up .conkyrcKévin Le Gouguec
- reduce font size to save lines - increase graph height - use only 2 tab stops (30 and 100)
2018-12-01Update CPU display in .conkyrcKévin Le Gouguec
This will make it easier to write a script to generate these graphs from nproc.
2018-12-01Add Conky configuration fileKévin Le Gouguec
Not sure branches are the right way to handle multiple setups… We'll see how this goes.
2018-11-30Make Isearch display match countsKévin Le Gouguec
(Only for Emacs ≥27)
2018-11-30Add ibuffer grouping configurationKévin Le Gouguec
2018-11-23Turn a few Emacs knobsKévin Le Gouguec
2018-11-18Add a wishlist item for GnusKévin Le Gouguec
2018-11-16Delight more minor mode indicatorsKévin Le Gouguec
It'd be really great to make Emacs grok Emoji faces.
2018-11-14Add VC hints in the marginKévin Le Gouguec
2018-11-14Commit some minor stuffKévin Le Gouguec
- fix accidentally committed Emacs 27 customization - add a useful Gnus shortcut when dealing with drafts
2018-11-14Have Org files auto-indented by defaultKévin Le Gouguec
2018-06-24Add trackers from gtk3-devel changelogKévin Le Gouguec
Leaving out: - 'bog' because it looks like a typo, - 'commit' because I cannot think of a way to make it work in the general case.
2018-06-24Add openFATE to recognized bug trackersKévin Le Gouguec
openFATE references are sometimes capitalized (eg Fate#…); this means the captured tracker cannot be used as key directly. I considered going back to the subclasses and class variables, but AFAICT 1. case-insensitivity might be desirable for all trackers anyway, 2. references to other trackers will remain simple enough to parse that they can also be described by a short identifier and a URL template.
2018-06-24Refactor bug-tracker pluginKévin Le Gouguec
Of course, at some point I'll have to deal with a format that does not fit in this simple regex… 🤷
2018-06-24Add Terminator plugin to make bug references clickable on OpenSUSEKévin Le Gouguec
2018-06-21Allow adding new list items with RET in markdown-modeKévin Le Gouguec
Thus making my recent PR pointless. Ah well.
2018-06-20Add ways to run shell commands in the minibufferKévin Le Gouguec
I sometimes need to create a file named $(date +%F).md. This commit introduces two ways to do this: 1. with recursive minibuffers: C-x C-f M-! date +%F RET 2. with a new function to add shell command outputs to the kill ring: C-x C-f C-c k ! date +%F RET C-y
2018-05-21Tweak Magit stuffKévin Le Gouguec
- make magit-blame take less space in mode-line - refine hunks, now that refinements look OK with eighters-theme
2018-05-06Fix typoKévin Le Gouguec
2018-04-15Clean up a few thingsKévin Le Gouguec
- use my/ prefix on every defun - delight whitespace-mode - remove leftover binding in C mode - enable all "confusing" commands
2018-04-15Add key-bindings to copy stuffKévin Le Gouguec
I regularly used C-x C-f M-n C-SPC C-a C-w C-g to get the current buffer's filename in the kill-ring (and the clipboard). This had two issues: 1. It does not work with Ivy: C-a only moves back to the beginning of the basename; 2. M-n runs the find-file-at-point machinery; if point is on a word that looks like a domain (ends with ".com", ".net", …), ffap *attempts to contact the domain*, which is inconvenient for a bunch of reasons (locks up the editor, leaks data by sending it in DNS requests, opens 9/tcp connections to random domains…) The latter can be disabled by customizing ffap-machine-p-known; maybe I'll go ahead and do that someday. In the meantime, defining a proper function instead of relying on side-effects seems like a quick-win. my/kill-ring-pipe-region allows me to quickly run pandoc on a Markdown snippet and paste the resulting HTML in LWN's comment form. I'm sure I will find other uses for it.
2018-03-20Stop calling package-initialize in version 27Kévin Le Gouguec
To prevent Emacs from modifying a user's init file behind their back, the developers have decided that: - by default, Emacs will call package-initialize before loading the user's init file (thereby ensuring that out-of-the-box, when Emacs starts, it activates packages installed in a previous session); - the user can disable packages (among other things) using a new, "early-init" file that will be read before package management kicks in. This has been committed to Emacs's master branch, so versions up to 26 still need to call package-initialize. While in there, tuck package-archives in the Custom file. Hopefully in a few years I can remove all this package cruft from my init file.
2018-03-18Make horizontal scrolling less jumpyKévin Le Gouguec
hscroll-step! Where have you been all my life?
2018-03-15Add icons for Emacs post-compilation notificationKévin Le Gouguec
Also move them to .emacs.d. If some other program needs them, I guess I'll make an ~/.icons folder or something. Also break the 80-column rule 😨