aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix oni-diff-hl autoloadGravatar Tom Willemse2019-07-081-1/+1
|
* Add refactoring hydra to oni-javaGravatar Tom Willemse2019-06-231-2/+8
|
* Fix ‘list-packages’ forgetting about archive contentsGravatar Tom Willemse2019-06-221-1/+13
|
* Add functions to show a special capture frame, add ↵Gravatar Tom Willemse2019-06-181-1/+20
| | | | | | | | | | agenda command Add functions to show a capture frame so that I can call it from anywhere and quickly capture some Org notes. Add an agenda command that shows me all the tasks that have been scheduled for today.
* Properly autoload oni-hl-diffGravatar Tom Willemse2019-06-181-1/+3
| | | | | The library wouldn't load properly, so my fix for using it with Perforce didn't turn on.
* Enable ‘electric-quote-local-mode’ in ↵Gravatar Tom Willemse2019-06-131-1/+2
| | | | ‘emacs-lisp-mode’
* Use ‘emacs-lisp-mode’ for Cask filesGravatar Tom Willemse2019-06-131-0/+3
|
* Enable ‘auto-fill-mode’ in JavaGravatar Tom Willemse2019-06-111-3/+9
|
* Don’t use ‘window-system’, use ‘display-graphic-p’Gravatar Tom Willemse2019-05-311-3/+3
| | | | | Apparently ‘window-system’ has been deprecated as a boolean value and I forgot about ‘display-graphic-p’.
* Add esh-autosuggest to eshellGravatar Tom Willemse2019-05-311-3/+5
|
* Enable company mode for ielmGravatar Tom Willemse2019-05-311-1/+2
|
* Add ‘org-tempo’ as a module for ‘org-mode’Gravatar Tom Willemse2019-05-281-1/+2
|
* Move the ‘lsp-java’ data to a better locationGravatar Tom Willemse2019-05-281-3/+13
|
* Expand filenames with oni-data-dirGravatar Tom Willemse2019-05-281-2/+3
| | | | | ‘lsp-java’ doesn’t do this itself, so it made a ‘~’ directory in my project folder.
* Enable company-posframe as late as possibleGravatar Tom Willemse2019-05-231-3/+10
| | | | | | ‘company-posframe’ checks to see if posframe can actually work. Unfortunately it thinks it can’t work when the first frame is created. So instead only enable ‘company-posframe-mode’ when company starts trying to complete something.
* Hide company-posframe from the mode-lineGravatar Tom Willemse2019-05-231-3/+4
|
* Add flycheck-posframe instead of flycheck-inlineGravatar Tom Willemse2019-05-221-19/+6
| | | | | With ‘flycheck-posframe’ I don’t have to worry about turning off ‘fci-mode’ when a warning appears.
* Add company-poscheckGravatar Tom Willemse2019-05-221-32/+4
| | | | | With company-poscheck I can get rid of having to disable ‘fci-mode’ whenever company tries to complete.
* Add ivy-posframeGravatar Tom Willemse2019-05-221-3/+9
|
* Add oni-lsp configurationGravatar Tom Willemse2019-05-121-0/+40
|
* Add test for oni-phpGravatar Tom Willemse2019-05-052-0/+8
|
* Add phpcbf as dependency for oni-phpGravatar Tom Willemse2019-05-051-2/+3
|
* Add highlight-indent-guides configurationGravatar Tom Willemse2019-05-054-2/+46
|
* Add org-bullets characters to speed up their displayGravatar Tom Willemse2019-05-011-1/+6
|
* Fix Font Awesome font rendering on WindowsGravatar Tom Willemse2019-05-011-14/+14
|
* Add flycheck checker for CMake, enable EldocGravatar Tom Willemse2019-05-011-2/+12
|
* Fix index.org location on WindowsGravatar Tom Willemse2019-05-011-2/+2
|
* Specif some more icons that use Font AwesomeGravatar Tom Willemse2019-04-291-1/+13
|