aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* In GUI Emacs, use special icon for isearchGravatar Tom Willemse2019-04-241-2/+6
|
* Add lsp-mode to Java config and stop using JDEEGravatar Tom Willemse2019-04-221-4/+10
|
* Fix appointmentsGravatar Tom Willemse2019-04-211-3/+4
| | | | | - Put appointment captures under the Appointments header. - Add TODO keyword so that ‘org-wild-notifier’ picks it up.
* Add org-wild-notifier as dependency for oni-orgGravatar Tom Willemse2019-04-211-2/+2
| | | | | | It’s not used by the package, but it lets other scripts call the ‘org-wild-notifier-check’ function to show notifications for appointments, scheduled tasks and tasks with deadlines.
* Fix .gitlab-ci.ymlGravatar Tom Willemse2019-04-181-1/+1
|
* Change upload directoryGravatar Tom Willemse2019-04-181-1/+1
|
* Fix global skip function for org-modeGravatar Tom Willemse2019-04-161-2/+2
|
* Add function to open the index to my personal wikiGravatar Tom Willemse2019-04-161-1/+10
|
* Rename deploy stepGravatar Tom Willemse2019-04-161-1/+1
|
* Bring TODO items in capture inline with orgzly onesGravatar Tom Willemse2019-04-141-2/+2
| | | | | When Orgzly adds a TODO item in a buffer it also adds a CREATED property along with it. Now this also happens when something is captured through Emacs.
* Silence warning about obsolete function for ElispGravatar Tom Willemse2019-04-121-2/+4
|
* Fix typo, make annotations disappear when emptiesGravatar Tom Willemse2019-04-091-6/+7
|
* Fix C# packageGravatar Tom Willemse2019-04-091-0/+1
|
* Add helpful packageGravatar Tom Willemse2019-04-092-4/+12
|
* Add C# configurationGravatar Tom Willemse2019-04-081-0/+77
| | | | | | This only contains 2 commands for the moment that help me work with Visual Studio solution files. One collects all the names of the projects in the Solution, the other one displays them in the buffer.
* Enable fill-column-indicator for CMakeGravatar Tom Willemse2019-04-021-2/+3
|