aboutsummaryrefslogtreecommitdiffstats
path: root/oni-lua.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove all self-loading autoload cookiesGravatar Tom Willemse2021-11-231-3/+1
| | | | | | | | The big downside of usuing these cookies to inject my configuration into the loading of a package is that it means that I can't load that package without my configuration anymore. This means that when I start ‘emacs -Q’ and then call ‘package-initialize’ it'll load my configuration as well. This makes debugging things very difficult.
* [oni-fci] Remove configurationGravatar Tom Willemse2021-06-221-7/+3
| | | | | ‘fci-mode’ has been completely superseded by the built-in ‘display-fill-column-indicator-mode’.
* Add a fill column indicator for LuaGravatar Tom Willemse2020-09-071-2/+7
|
* Add ‘oni-lua’Gravatar Tom Willemse2020-09-071-0/+34