aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Windows-specific settings to oni-magitGravatar Tom Willemse2019-03-031-1/+4
|
* Bump oni-js versionGravatar Tom Willemse2019-03-031-1/+1
|
* Add rjsx-mode to JS configurationGravatar Tom Willemse2019-03-031-1/+4
|
* Add Windows settings to oni-projectileGravatar Tom Willemse2019-03-011-1/+7
|
* Add Windows-specific settings for IvyGravatar Tom Willemse2019-02-281-1/+17
|
* Add oni-ivyGravatar Tom Willemse2019-02-281-0/+39
|
* Add oni-counselGravatar Tom Willemse2019-02-281-0/+43
|
* Properly load oni-makefileGravatar Tom Willemse2019-02-281-1/+3
|
* Add oni-makefileGravatar Tom Willemse2019-02-281-0/+41
|
* Fix typoGravatar Tom Willemse2019-02-271-2/+2
|
* Add oni-data-dirGravatar Tom Willemse2019-02-275-18/+57
|
* Add oni-shrGravatar Tom Willemse2019-02-271-0/+42
|
* Add oni-webGravatar Tom Willemse2019-02-271-0/+53
|
* Fix loading of oni-yasnippetGravatar Tom Willemse2019-02-271-2/+2
| | | | | | By delaying the function call to `yas-global-mode' until Emacs has finished starting up, it won't try to load the diminish package before its autoloads file has been read.
* Add oni-yasnippetGravatar Tom Willemse2019-02-261-0/+43
|
* Add oni-rustGravatar Tom Willemse2019-02-261-0/+37
|
* Add oni-schemeGravatar Tom Willemse2019-02-261-0/+39
|
* Add oni-rubyGravatar Tom Willemse2019-02-261-0/+36
|
* Add oni-gnusGravatar Tom Willemse2019-02-261-0/+85
|
* Automatically load oni-tuiGravatar Tom Willemse2019-02-261-1/+3
|
* Don't run eshell-fringe-status in terminal EmacsGravatar Tom Willemse2019-02-261-2/+4
|
* Show matching parenthesis in oni-uiGravatar Tom Willemse2019-02-261-1/+3
|
* Add oni-eshellGravatar Tom Willemse2019-02-261-0/+58
|
* Add oni-ediffGravatar Tom Willemse2019-02-261-0/+53
|
* Add oni-diredGravatar Tom Willemse2019-02-261-0/+49
|
* Add oni-compilationGravatar Tom Willemse2019-02-261-0/+80
|
* Add oni-cmakeGravatar Tom Willemse2019-02-261-0/+36
|
* Add oni-common-lisp, delete oni-lisp-modeGravatar Tom Willemse2019-02-261-7/+17
|
* Add oni-circe and oni-luiGravatar Tom Willemse2019-02-263-2/+176
|
* Stop the cursor from blinkingGravatar Tom Willemse2019-02-261-1/+3
|
* Add oni-c++Gravatar Tom Willemse2019-02-261-0/+38
|
* Stop shackling MagitGravatar Tom Willemse2019-02-261-3/+2
| | | | ‘display-buffer-alist’ is used instead.
* Add oni-smtGravatar Tom Willemse2019-02-261-0/+254
|
* Add oni-tuiGravatar Tom Willemse2019-02-251-0/+32
|
* Move `scroll-bar-mode' to GUI config, fix warningGravatar Tom Willemse2019-02-252-3/+6
| | | | | | Move `scroll-bar-mode' to `oni-gui` because it isn't defined in the non-GUI version. Fix the warning that `tool-bar-mode' wasn't guaranteed to be defined by requiring the `tool-bar' library.
* Unify JavaScript configuration in oni-jsGravatar Tom Willemse2019-02-241-8/+14
|
* 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
|