aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated changelogMiquel Sabaté Solà2020-08-031-2/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* helm: do not highlight file extensions diferentlyMiquel Sabaté Solà2020-08-031-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* message: improved support by adding levels of cited-textMiquel Sabaté Solà2020-05-052-0/+13
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for markup-facesMiquel Sabaté Solà2020-04-292-0/+48
| | | | | | This also includes adoc-mode. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Set company-tooltip-annotationMiquel Sabaté Solà2020-04-281-0/+3
| | | | | | This face was missing from the general company support. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed style for info-quotedMiquel Sabaté Solà2020-04-271-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Remove underline from font-lock-variable-name-faceMiquel Sabaté Solà2020-04-271-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated changelogMiquel Sabaté Solà2020-04-241-1/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for company-mode and company-boxMiquel Sabaté Solà2020-04-241-1/+29
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed helm-selection in GNU Emacs 27Miquel Sabaté Solà2020-04-211-2/+1
| | | | | | This face had to be manually extended with the :extend attribute. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for org-drawer and org-special-keywordMiquel Sabaté Solà2020-04-211-0/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for mode-line and doom-modelineMiquel Sabaté Solà2020-04-202-1/+42
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* TypoMiquel Sabaté Solà2020-04-141-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Removed legacy sentence from the readmeMiquel Sabaté Solà2020-04-141-3/+1
| | | | | | | There is now a "Installation" section, there's no need to also specify this on the summary of the package. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: remove the depth flagMiquel Sabaté Solà2020-04-141-0/+3
| | | | | | | | This caused troubles because git-validation checks the commits until the very initial one, which was unavailable when the `--depth` flag was passed by Travis CI. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Version bumpMiquel Sabaté Solà2020-04-142-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Refined install instructions for openSUSEMiquel Sabaté Solà2020-04-141-1/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated README with MELPA infoMiquel Sabaté Solà2020-04-141-3/+21
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Make 'soria-theme-purple-identifiers' interactiveMiquel Sabaté Solà2020-04-143-2/+8
| | | | | | This way users can mess around with this function when trying our this theme. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added installation instructionsMiquel Sabaté Solà2020-04-051-22/+93
| | | | | | I've also improved the customization section. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Version bumpMiquel Sabaté Solà2020-04-053-2/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* make: added a build targetMiquel Sabaté Solà2020-04-051-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Version bumpMiquel Sabaté Solà2020-04-052-1/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Use highlight-numbers-number instead of writing my own number parserMiquel Sabaté Solà2020-04-052-29/+7
| | | | | | | | | | | | This is cleaner, more maintainable, and it has a couple of added benefits: 1. It will no longer be troublesome for people switching between themes, since the hook that we automatically injected would still be there. 2. Lexical binding is not discarded, with all its benefits. As suggested by @riscy in https://github.com/melpa/melpa/pull/6808. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Enable byte compiling and lexical bindingMiquel Sabaté Solà2020-04-052-8/+5
| | | | | | | | | | Moreover, require the minimum GNU Emacs version in the package metadata, not dinamically. Also add 25.1 in the .travis.yml matrix, so the minimum support GNU Emacs is also tested in CI. As recommended by @riscy in https://github.com/melpa/melpa/pull/6808. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* make: added a checkdoc targetMiquel Sabaté Solà2020-04-042-1/+44
| | | | | | The implementation is somewhat dubious, but it does the job... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Make checkdoc happyMiquel Sabaté Solà2020-04-041-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Version bumpMiquel Sabaté Solà2020-04-041-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* screenshots: added more screenshotsMiquel Sabaté Solà2020-04-044-5/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Polished README fileMiquel Sabaté Solà2020-04-041-5/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added changelog and fixed buildMiquel Sabaté Solà2020-04-044-61/+105
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added tests and more documentationMiquel Sabaté Solà2020-04-048-904/+1156
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2020-04-022-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for langtool.elMiquel Sabaté Solà2020-02-131-0/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Makefile's trailing spaces as dark purpleMiquel Sabaté Solà2020-02-111-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added fonts for org modeMiquel Sabaté Solà2019-06-291-4/+44
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for git-timemachineMiquel Sabaté Solà2019-01-251-0/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updating licenseMiquel Sabaté Solà2019-01-222-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2018-01-022-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* helm: added helm-M-x-key face settingMiquel Sabaté Solà2017-12-071-0/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Make flycheck happyMiquel Sabaté Solà2017-02-111-0/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added info modeMiquel Sabaté Solà2017-02-101-0/+34
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed timestamp for ERCMiquel Sabaté Solà2017-02-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added some fixes for ERCMiquel Sabaté Solà2017-02-021-6/+30
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* screenshots: added a readme so it's visualized easilyMiquel Sabaté Solà2017-01-291-0/+13
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added a screenshot in the READMEMiquel Sabaté Solà2017-01-291-6/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Changed the README from md to orgMiquel Sabaté Solà2017-01-291-17/+16
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for circe and ERCMiquel Sabaté Solà2017-01-281-3/+257
| | | | | | I've also added a couple of touches to org mode, but work is yet to be done. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license yearMiquel Sabaté Solà2017-01-012-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* mu4e: added some fixesMiquel Sabaté Solà2016-12-121-5/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>