aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix autoload for Magit's HydraGravatar Tom Willemse2019-02-221-2/+2
|
* Add a Hydra to Org configurationGravatar Tom Willemse2019-02-221-2/+14
|
* Fix regexp to show Magit in full screenGravatar Tom Willemse2019-02-211-2/+2
|
* Add Java configurationGravatar Tom Willemse2019-02-211-0/+40
|
* Add Magit configurationGravatar Tom Willemse2019-02-211-0/+61
|
* Add oni-jabberGravatar Tom Willemse2019-02-211-0/+100
|
* Add oni-shackleGravatar Tom Willemse2019-02-191-0/+41
|
* Add oni-diff-hlGravatar Tom Willemse2019-02-191-0/+44
|
* Add ‘oni-projectile’Gravatar Tom Willemse2019-02-191-0/+52
|
* Add a ‘grep-files-aliases’ entry for JavaScriptGravatar Tom Willemse2019-02-191-2/+11
|
* Add ‘grep-files-aliases’ entry for CSSGravatar Tom Willemse2019-02-191-2/+7
|
* Don’t assume that a proper archive name has been providedGravatar Tom Willemse2019-02-181-3/+5
| | | | | | | It’s possible that someone enters a URL that isn’t part of the ‘package-archives’ variable. If the name entered doesn’t correspond to a name in ‘package-archives’, use it directly, assuming that it was a URL that was specified.
* Use the result of the ‘completing-read’ to get the ↵Gravatar Tom Willemse2019-02-181-2/+3
| | | | | | | archive Instead of asking for the URL of the archive, ask for the name, and get the URL by looking through ‘package-archives’.
* Add ‘erefactor’ dependency for ElispGravatar Tom Willemse2019-02-181-5/+10
|
* Add oni-cssGravatar Tom Willemse2019-02-181-0/+139
|
* Add oni-slackGravatar Tom Willemse2019-02-181-0/+44
|
* Improve ‘package-maint-add-news-item’ by using ↵Gravatar Tom Willemse2019-02-181-2/+6
| | | | | | | | ‘completing-read’ Typos are too easy having to type in the ‘archive-url’ argument every time on its own. Since you’re probably posting to an archive that you also use, reading from the ‘package-archives’ seems appropriate.
* Add magic comment to autoload ‘js2-mode’Gravatar Tom Willemse2019-02-181-1/+2
|
* Add ‘oni-php’ configGravatar Tom Willemse2019-02-181-0/+102
|
* Add ‘clojure-mode’ and ‘cider’ configurationGravatar Tom Willemse2019-02-181-0/+74
|
* Use my configurations for flycheck and companyGravatar Tom Willemse2019-02-131-2/+2
|
* Load oni-elisp when elisp-modeGravatar Tom Willemse2019-02-131-1/+3
|
* Add oni-elispGravatar Tom Willemse2019-02-131-0/+37
|
* Add org mode configurationGravatar Tom Willemse2019-02-121-0/+137
|
* Require oni-company instead of companyGravatar Tom Willemse2019-02-062-4/+4
| | | | This should pull in my ‘company-mode’ configuration, as well as ‘company’.
* Add ‘js2-mode’ configurationGravatar Tom Willemse2019-02-061-0/+61
|
* Add Company configurationGravatar Tom Willemse2019-02-061-0/+78
|
* Require traad for ‘traad-rename’Gravatar Tom Willemse2019-02-061-1/+2
|
* Add traad to Python configurationGravatar Tom Willemse2019-02-041-2/+9
| | | | traad is a Python refactoring library.
* Fix warning in oni-flycheckGravatar Tom Willemse2019-02-041-1/+3
|
* Initialize package when running flycheck for EmacsGravatar Tom Willemse2019-02-041-0/+4
|
* Highlight current line in ‘package-menu-mode’Gravatar Tom Willemse2019-02-041-1/+3
|
* Enable whitespace-mode for PythonGravatar Tom Willemse2019-02-011-1/+10
|
* Pass on line length to BlackGravatar Tom Willemse2019-02-011-2/+2
|
* Set fill-column for Python modeGravatar Tom Willemse2019-01-311-1/+9
|
* Add oni-flycheckGravatar Tom Willemse2019-01-301-0/+59
|
* Properly autoload packagesGravatar Tom Willemse2019-01-304-4/+12
|
* Add ‘electric-indent-local-mode’ to PythonGravatar Tom Willemse2019-01-301-0/+1
|
* Add ‘oni-python’Gravatar Tom Willemse2019-01-301-0/+58
|
* Remove some duplicate configsGravatar Tom Willemse2019-01-283-176/+0
|
* Add ‘oni-typography’Gravatar Tom Willemse2019-01-261-0/+39
|
* Inhibit startup-screen in oni-uiGravatar Tom Willemse2019-01-261-1/+3
|
* Add oni-ui and oni-guiGravatar Tom Willemse2019-01-242-0/+71
|
* Add storage setting for trampGravatar Tom Willemse2019-01-241-1/+6
|
* Indicate some missing dependenciesGravatar Tom Willemse2019-01-241-2/+2
|
* Add ‘oni-private-storage’Gravatar Tom Willemse2019-01-231-0/+67
|
* Add ‘oni-sh’Gravatar Tom Willemse2019-01-221-0/+44
|
* Remove username from ‘package-archive-upload-base’Gravatar Tom Willemse2019-01-221-2/+4
|
* Fix compilation warning for ‘oni-package’Gravatar Tom Willemse2019-01-221-4/+3
|
* Remove unnecessary packageGravatar Tom Willemse2019-01-221-48/+0
| | | | | ‘oni-package-x’ contains nothing that ‘oni-package’ doesn’t already have as well.