aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Set org-list-description-max-indentGravatar Tom Willemse2019-10-181-1/+8
| | | | | | It's always bothered me that a description list in org-mode might be indented quite a bit if the terms aren't long enough. With this change they'll always indent the same way, using 5 spaces.
* Go back to yoshi-themeGravatar Tom Willemse2019-10-161-3/+3
|
* Add some more key bindings to the java refactor hydraGravatar Tom Willemse2019-10-161-1/+5
|
* Re-enable ‘lsp-ui-doc-mode’ and enable ↵Gravatar Tom Willemse2019-10-162-3/+11
| | | | ‘lsp-lens-mode’
* Add AutoHotKey configurationGravatar Tom Willemse2019-10-101-0/+39
|
* Add function to start ediff from the command-lineGravatar Tom Willemse2019-10-101-1/+9
|
* Fix errors in ‘oni-termux’Gravatar Tom Willemse2019-10-061-4/+18
| | | | | | | | | | | | | For some reason it appears that ‘alert-termux’ is added to the ‘load-path’ after ‘oni-termux’, so that when ‘oni-termux’ calls ‘require’ for ‘alert-termux’ it hasn’t been added to the ‘load-path’ yet and fails. When requiring the ‘battery’ library it seems to immediately try to read some information. Since Termux isn’t actually a linux distribution if fails with a "Permission Denied" error when trying to read ‘/sys/class/power_supply’. To prevent this from happening the ‘battery-status-function’ needs to be set before loading ‘battery’.
* Use Emacs 26.3 to test everythingGravatar Tom Willemse2019-10-021-1/+1
|
* Add some commands to the ‘java-refactor-hydra’Gravatar Tom Willemse2019-10-021-2/+5
|
* Add powershell configurationGravatar Tom Willemse2019-09-271-0/+34
|
* Switch from yoshi-theme to naquadah-themeGravatar Tom Willemse2019-09-241-3/+3
|
* Add alert settings for TermuxGravatar Tom Willemse2019-09-201-0/+5
|
* Add oni-termuxGravatar Tom Willemse2019-09-201-0/+64
|
* Fix error in setting up xterm-color in eshellGravatar Tom Willemse2019-09-201-6/+12
| | | | | | | Apparently when the ‘oni-eshell’ library gets loaded neither ‘eshell-preoutput-filter-functions’ nor ‘eshell-output-filter-functions’ are ready to be used, even though they are defined in the ‘esh-mode’ libary, which is loaded at this point in time.
* 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
|
* Replace ‘ansi-color’ with ‘xterm-color’Gravatar Tom Willemse2019-09-192-11/+27
| | | | | | | According to a tweet from Mickey Petersen[1], ‘xterm-color’ is faster and more accurate. [1]: https://twitter.com/mickeynp/status/1132236557308579840?s=09
* Abstract package uploading into a functionGravatar Tom Willemse2019-09-191-59/+24
|
* Add readmes for multi-file packagesGravatar Tom Willemse2019-09-191-0/+11
|
* Fix checkdoc warningGravatar Tom Willemse2019-09-181-1/+1
|
* Add some layout management commandsGravatar Tom Willemse2019-09-182-2/+9
| | | | | | | | | 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
* Enable Java in org-mode source code blocksGravatar Tom Willemse2019-09-161-1/+4
|
* Use a different image for rsyncGravatar Tom Willemse2019-09-081-1/+1
| | | | | If this works, there’s no need to install rsync separately. There isn’t anything in this step that has anything to do with Emacs, so it should work.
* Show help(ful) windows in side windowsGravatar Tom Willemse2019-09-081-1/+7
|
* Remove shackle dependencyGravatar Tom Willemse2019-09-081-3/+2
| | | | This is now handled by the ‘display-buffer-alist’ setting.
* Show compilation buffers in side windowsGravatar Tom Willemse2019-09-081-5/+6
|
* Show grep windows in a bottom side bufferGravatar Tom Willemse2019-09-081-1/+7
|
* Show IELM buffers in a side-windowGravatar Tom Willemse2019-09-081-1/+7
|
* Open eshell buffers in a side windowGravatar Tom Willemse2019-09-081-1/+7
|
* Change version formatGravatar Tom Willemse2019-09-0466-66/+66
| | | | | | | | | | | 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.
* Fixup .gilab-ci.ymlGravatar Tom Willemse2019-08-291-7/+18
|
* Fix typoGravatar Tom Willemse2019-08-291-7/+7
|
* Fix typoGravatar Tom Willemse2019-08-281-1/+1
|
* Add ‘oni-twig’Gravatar Tom Willemse2019-08-2815-1/+162
| | | | For now this only contains snippets.
* Add snippets for ‘oni-ruby’Gravatar Tom Willemse2019-08-2813-3/+125
|
* Add snippets for ‘oni-python’Gravatar Tom Willemse2019-08-2812-3/+128
|
* Add snippets for ‘oni-php’Gravatar Tom Willemse2019-08-276-3/+95
|
* Add snippets for ‘oni-org’Gravatar Tom Willemse2019-08-278-3/+146
|
* Add snippets to ‘oni-nxml’Gravatar Tom Willemse2019-08-277-2/+83
|
* Add snippets to ‘oni-html’Gravatar Tom Willemse2019-08-279-2/+96
|
* Fix typoGravatar Tom Willemse2019-08-271-2/+2
|
* Add oni-hamlGravatar Tom Willemse2019-08-275-1/+103
| | | | This is just an empty package adding some extra snippets for HAML.
* Fix tests for ‘oni-elisp’Gravatar Tom Willemse2019-08-252-3/+5
|
* Add ‘depends-on-git’ emacs-lisp snippetGravatar Tom Willemse2019-08-251-0/+5
|
* Add missing Cask fileGravatar Tom Willemse2019-08-251-0/+16
|
* Fix typoGravatar Tom Willemse2019-08-251-2/+2
|
* Fix typoGravatar Tom Willemse2019-08-251-1/+1
|
* Add snippets to ‘oni-elisp’Gravatar Tom Willemse2019-08-256-6/+107
|
* Remove ‘less-css-mode’ testGravatar Tom Willemse2019-08-251-8/+0
| | | | | | | Since ‘less-css-mode’ is derived from ‘css-mode’, we should be able to assume that if it works in ‘css-mode’, it’ll work in ‘less-css-mode’. Also if there are going to be any customizations required, I might have to create a new settings file anyway.
* Autoload snippets initialize funcion for ‘oni-css’Gravatar Tom Willemse2019-08-241-1/+2
|