aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* emacs: nitpickingMiquel Sabaté Solà2016-10-241-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for MagitMiquel Sabaté Solà2016-10-241-4/+272
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added faces of evil mode and some more for helmMiquel Sabaté Solà2016-10-201-0/+23
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Starting with message-mode and mu4eMiquel Sabaté Solà2016-08-061-2/+142
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added colors for custom faces in sh-modeMiquel Sabaté Solà2016-08-061-0/+10
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added highlighting for diff and diff-hl modesMiquel Sabaté Solà2016-07-181-0/+38
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* TypoMiquel Sabaté Solà2016-07-081-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added more support for HelmMiquel Sabaté Solà2016-07-061-0/+15
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added some screenshotsMiquel Sabaté Solà2016-07-064-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added rainbow-delimiters supportMiquel Sabaté Solà2016-06-301-0/+35
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added the `soria-purple-identifiers` functionMiquel Sabaté Solà2016-06-293-5/+38
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>