Mathieu Marques
Mathieu Marques
> the point is that people unused to the emacs way of working wouldn't necessarily expect that save file to be there I'm assuming the user is familiar with basic...
> it should remove those backup files Do you mean lock files? Backup files, lock files and auto-save are 3 different things.
When you have different save slots in a game, they don't disappear when you exit the game. :-)
This is regardless of where we should store the backup files. In my analogy, the save slots of your game are `foo.el~`. The auto-save slot (the one you load when...
@phillord I understand that the limiting factor here is the most basic of all users. We could just set `company-backends` to whatever is relevant for said user eg. `company-files` and...
@phillord I've had the opportunity to show new students (and friends) in my school how to be more efficient with Emacs a few years back. One of the first things...
@phillord So I've asked my girlfriend to copy an article found on the Internet with our current defaults but with `company` enabled and `company-ispell` as well. ```elisp M-x text-mode RET...
Also: - Not sure `company` should show up when deleting characters (too visually disruptive) - I didn't investigate the issue with duplicates
Not even for file paths then?
> css-mode is an interactive autoloaded compiled Lisp function in ‘css-mode.el’. > > (css-mode) > > Parent mode: ‘prog-mode’. > > Major mode to edit Cascading Style Sheets. What am...