aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
Commit message (Collapse)AuthorAgeFilesLines
* Add some settings that should improve performance for ↵Gravatar Tom Willemse2020-02-251-1/+6
| | | | lsp-mode
* Enable recentf-mode in EmacsGravatar Tom Willemse2020-02-241-2/+8
|
* Don’t use ~/.authinfo for storing credentialsGravatar Tom Willemse2020-02-031-1/+3
|
* Don’t show the default help tooltip on the mode-lineGravatar Tom Willemse2020-01-101-1/+4
|
* Use ‘ibuffer-jump’ instead of ‘ibuffer’Gravatar Tom Willemse2019-12-101-2/+2
| | | | | ‘ibuffer-jump’ moves the point to be on the buffer that you jump from, ‘ibuffer’ doesn’t change point.
* Allow ‘fit-window-to-buffer’ to resize windows ↵Gravatar Tom Willemse2019-09-191-1/+2
| | | | horizontally
* Show both "*helpful" and "*Help" buffers in a side windowGravatar Tom Willemse2019-09-191-1/+3
|
* Fix checkdoc warningGravatar Tom Willemse2019-09-181-1/+1
|
* Add some layout management commandsGravatar Tom Willemse2019-09-181-1/+5
| | | | | | | | | After watching a YouTube video[1] on managing window layouts in Emacs I was reminded of ‘winner-mode’ and introduced to the ‘ivy-push-view’ and ‘ivy-switch-view’ commands. As I feel like I frequently end up with setting up and losing layouts, I think these may be useful. [1]: https://www.youtube.com/watch?v=kyllrQiNsyA
* Show help(ful) windows in side windowsGravatar Tom Willemse2019-09-081-1/+7
|
* Change version formatGravatar Tom Willemse2019-09-041-1/+1
| | | | | | | | | | | In order to support my tablet which seems to have a lower maximum integer value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers I was using before. It would turn them into floating point numbers, which adds a ~.0~, this made it impossible to install any package. Any installations I have will need to reinstall all their oni packages so that the new version number is picked up, since the new version number will be lower than the old one.
* Add helpful packageGravatar Tom Willemse2019-04-091-2/+7
|
* Ensure the auto-save directory existsGravatar Tom Willemse2019-03-301-3/+12
| | | | The auto-save functions don't automatically create it.
* Add goto-address-prog-mode to prog-modeGravatar Tom Willemse2019-03-041-1/+2
|
* Add oni-grepGravatar Tom Willemse2019-03-041-4/+1
|
* Add oni-coreGravatar Tom Willemse2019-03-031-0/+106