aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ‘oni-css’ requires yasnippetGravatar Tom Willemse2019-08-241-2/+2
|
* Actually load the snippets for ‘oni-css’Gravatar Tom Willemse2019-08-231-1/+23
|
* Include ‘oni-css’ in packagingGravatar Tom Willemse2019-08-231-1/+1
|
* Add snippets to ‘oni-css’Gravatar Tom Willemse2019-08-235-2/+48
|
* Fix loading of conf-mode snippetsGravatar Tom Willemse2019-08-231-0/+0
|
* Add tests for ‘oni-conf’Gravatar Tom Willemse2019-08-234-17/+64
|
* Fix install for ‘oni-conf’Gravatar Tom Willemse2019-08-231-0/+8
|
* Use the latest version compiled for oni-confGravatar Tom Willemse2019-08-231-1/+1
|
* Simplify .gitlab-ci.yml by moving DEPS to MakefileGravatar Tom Willemse2019-08-232-3/+7
|
* Include ‘oni-css’ in testingGravatar Tom Willemse2019-08-221-2/+6
|
* Add initial tests for ‘oni-css’Gravatar Tom Willemse2019-08-221-0/+44
|
* Load ‘oni-css’ when ‘css-mode’ is loadedGravatar Tom Willemse2019-08-221-1/+3
|
* Split installing and testing packages into separate make ↵Gravatar Tom Willemse2019-08-221-4/+9
| | | | targets
* Add ‘oni-conf’ and the ability to upload multi-file ↵Gravatar Tom Willemse2019-08-206-1/+92
| | | | | | | packages ‘oni-conf’ is the first package to include more than one file, it’s mostly a package to allow distributing snippets.
* Simplify deployment methodGravatar Tom Willemse2019-08-191-6/+2
| | | | | | | Using the File type from the Gitlab CI/CD pipeline options, specify the required files on the command line directly instead of writing to them from a script. SSH won’t accept the identity file specified (‘DEPLOY_KEY’) if its file permissions are more permissive than 600.
* Work around the “Bad Request” error with elpa.gnu.orgGravatar Tom Willemse2019-08-181-1/+6
|
* Switch to IN-PROGRESS when clocking inGravatar Tom Willemse2019-08-151-1/+9
| | | | | When a task is TODO and I clock in, automatically switch it to IN-PROGRESS. Leave it as is if it's any other state.
* Add extra command for ‘counsel-find-file’ to create fileGravatar Tom Willemse2019-07-241-1/+11
| | | | | | | When working on the exercises of the book I’m currently reading, I always have to open a file, save it (to create the directory and file) and then revert the file just so that ‘lsp-mode’ can connect to the server. With this command I can have that done before I open the file.
* Don’t overwrite actions, append to themGravatar Tom Willemse2019-07-241-2/+2
|
* Add extra action to projectile-switch-projectGravatar Tom Willemse2019-07-241-1/+6
| | | | | | I’ve noticed that a lot of the time I want to go directly to a project’s git status, instead of to one of the files. Now I can press ‘M-o’ when switching projects with Ivy and I’ll get a choice of switching to the magit buffer.
* Add auto-insert setting for JavaGravatar Tom Willemse2019-07-231-1/+10
|
* Fix oni-groovyGravatar Tom Willemse2019-07-221-3/+3
| | | | | | | Use the proper argument to ‘define-key’ for adding the ‘groovy-imports-add-import-dwim’ key binding. Fix the autoload cookie to actually reference the right library.
* Add music and books refile targetsGravatar Tom Willemse2019-07-211-2/+4
|
* Add Groovy configurationGravatar Tom Willemse2019-07-201-0/+42
|
* Switch from using PROGRESS to IN-PROGRESSGravatar Tom Willemse2019-07-171-2/+2
| | | | I didn’t rialize dashes were allowed in TODO states when I set this up.
* Add more feedsGravatar Tom Willemse2019-07-171-1/+24
|
* Add more feeds for elfeedGravatar Tom Willemse2019-07-161-2/+13
|
* Add r/emacs and mark any post older than 2 weeks as readGravatar Tom Willemse2019-07-161-2/+7
|
* Enable omnisharp for csharp-modeGravatar Tom Willemse2019-07-161-1/+13
|
* Add Elfeed configurationGravatar Tom Willemse2019-07-121-0/+38
|
* Add rainbow-mode to CSSGravatar Tom Willemse2019-07-111-4/+5
|
* Bring elisp refactor keybinding in line with other languagesGravatar Tom Willemse2019-07-101-2/+2
|
* Add extract method to python refactor hydraGravatar Tom Willemse2019-07-101-2/+3
|
* Add extract method for java refactor hydraGravatar Tom Willemse2019-07-101-2/+3
|
* Use recommended ‘ivy-posframe-mode’Gravatar Tom Willemse2019-07-081-6/+5
|