| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
They are annoying and they will be shown anyways in the modeline.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
|
| |
I have some stuff that I've built locally, and in those cases I'd prefer GNU
Emacs not picking the first stuff that it sees, but instead pick the newest
file, even if that involves stating which file is newer and so on.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
| |
This file will be used by GNU Emacs 27 and later and it be loaded way before
init.el kicks in.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
There were two variables that were long removed from GNU Emacs (since 24.x, I
think). I was setting them anyways and the byte compiler was complaining about
it. I used to ignore this warning, but now I want to play nice.
Moreover, since upgrading to GNU Emacs 27.x I've noticed that sending emails was
broken: it was not able to figure out the GPG key from which to sign
emails. I've fixed this by directly telling `mml' which key to use.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
| |
Defining constants so everything is cleaner, and checking GNU Emacs versions in
some places where they weren't.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
| |
And update the one from the original init.el file.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The font detection was based on the window system, which utterly failed when
starting up on server mode. Thus, we should use the `system-type' variable
instead.
Moreover, I'm taking this oportunity to create two new constants which are
convenient to check the two supported OSes, and I'm also checking the OS at the
very beginning.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
| |
This is much fancier than what I had before. Plus, I was able to get rid off all
the ugly `diminish` calls that never actually worked.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
| |
GNU Emacs 27.x no longer requires the call of `package-initialize`. We can skip
this call from now on.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
|
| |
Subdirectories inside of /usr/share/emacs/site-lisp are automatically added
inside of the `load-path` variable. Thus, there is no need to manually include
it again.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
| |
This is useful in most cases and it reduces clutter.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
| |
Found an error on evil-mu4e after upgrading mu4e. Turns out that the package had
migrated from evil-mu4e into evil-collection.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
| |
Don't ask me, it is now apparently...
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
| |
Apparently elisp-lint also requires that stupid `stdlib-changes' file. Let's
make it happen for this tool too.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
| |
When calling `flyspell-check-next-highlighted-word', expand all headlines, so
flyspell does not struggle with hidden text.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
| |
I've added support for hunspell and languagetool. Moreover, I've redistributed
sections so things were located more logically.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
| |
This package claimed to support GNU Emacs 25 but it's using the `xdg` library,
which is only available since GNU Emacs 26.1.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
|
| |
Following the example set by writer-mode, I feel much more comfortable with the
nix approach of installing GNU Emacs (much more reliable on CI). Plus, I've also
added a Makefile so things are easier to test.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
| |
This applies only to org mode documents.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
| |
Added yet another long institutional name...
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
|
| |
This will be applied in modes such as org mode. This commit not only enables
this mode, but it also tweaks evil mode and it adds a function so everything
runs as expected.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
| |
These avoid some clutter when exporting to either pdf or odt.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
| |
I'm also including some other packages such as dired-x.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
| |
The minimum version supported has been raised to 25.3.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
| |
Quite similar to what I'm doing in emacs-lisp.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
| |
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
| |
|
|
|
|
|
| |
Moreover, I'm also included a couple of fixes of typos and documentation
improvements.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|