589485f49c
Use ‘emacs-lisp-mode’ for Cask files
2019-06-13 08:20:40 -07:00
d83e843404
Enable ‘auto-fill-mode’ in Java
2019-06-11 08:26:38 -07:00
585e6b4e76
Don’t use ‘window-system’, use ‘display-graphic-p’
...
Apparently ‘window-system’ has been deprecated as a boolean value and I forgot
about ‘display-graphic-p’.
2019-05-31 07:49:43 -07:00
08cbbcec4d
Add esh-autosuggest to eshell
2019-05-31 07:48:35 -07:00
71d68920fe
Enable company mode for ielm
2019-05-31 07:41:56 -07:00
7b4c471110
Add ‘org-tempo’ as a module for ‘org-mode’
2019-05-28 07:59:20 -07:00
ba82b2a87d
Move the ‘lsp-java’ data to a better location
2019-05-28 07:57:27 -07:00
b3f2604de1
Expand filenames with oni-data-dir
...
‘lsp-java’ doesn’t do this itself, so it made a ‘~’ directory in my project
folder.
2019-05-28 07:56:41 -07:00
893c9e2249
Enable company-posframe as late as possible
...
‘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.
2019-05-23 07:57:01 -07:00
a990b9d4d9
Hide company-posframe from the mode-line
2019-05-23 07:04:38 -07:00
ae490e2a32
Add flycheck-posframe instead of flycheck-inline
...
With ‘flycheck-posframe’ I don’t have to worry about turning off ‘fci-mode’ when
a warning appears.
2019-05-22 21:03:46 -07:00
1c96f6fb98
Add company-poscheck
...
With company-poscheck I can get rid of having to disable ‘fci-mode’ whenever
company tries to complete.
2019-05-22 21:03:46 -07:00
c8985ddead
Add ivy-posframe
2019-05-22 21:03:46 -07:00
8e40cae497
Add oni-lsp configuration
2019-05-12 18:59:15 -07:00
03e41db24a
Add test for oni-php
2019-05-05 20:06:34 -07:00
0977d80d00
Add phpcbf as dependency for oni-php
2019-05-05 20:05:53 -07:00
6c16cb94c1
Add highlight-indent-guides configuration
2019-05-05 00:03:55 -07:00
4c4c552be4
Add org-bullets characters to speed up their display
2019-05-01 16:44:00 -07:00
5a006c911b
Fix Font Awesome font rendering on Windows
2019-05-01 16:42:56 -07:00
2a139282e7
Add flycheck checker for CMake, enable Eldoc
2019-05-01 16:37:58 -07:00
b19178d1a4
Fix index.org location on Windows
2019-05-01 08:47:34 -07:00
c984085a03
Specif some more icons that use Font Awesome
2019-04-29 18:02:15 -07:00
75295d2fae
In GUI Emacs, use special icon for isearch
2019-04-24 00:59:12 -07:00
61e7180311
Add lsp-mode to Java config and stop using JDEE
2019-04-22 01:01:51 -07:00
860cb9b58e
Fix appointments
...
- Put appointment captures under the Appointments header.
- Add TODO keyword so that ‘org-wild-notifier’ picks it up.
2019-04-21 11:56:41 -07:00
6d038f0852
Add org-wild-notifier as dependency for oni-org
...
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.
2019-04-21 11:27:06 -07:00
c8e13e8b24
Fix .gitlab-ci.yml
2019-04-18 00:16:44 -07:00
1866b64805
Change upload directory
2019-04-18 00:14:49 -07:00
e8b70a8549
Fix global skip function for org-mode
2019-04-16 23:45:48 -07:00
a44965490d
Add function to open the index to my personal wiki
2019-04-16 22:36:52 -07:00
c8b5028450
Rename deploy step
2019-04-16 22:05:27 -07:00
d72c62d833
Bring TODO items in capture inline with orgzly ones
...
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.
2019-04-14 13:45:58 -07:00
720c3a84ac
Silence warning about obsolete function for Elisp
2019-04-12 00:56:36 -07:00
63401d1ae7
Fix typo, make annotations disappear when empties
2019-04-09 14:05:49 -07:00
ffae62c08b
Fix C# package
2019-04-09 01:41:59 -07:00
77e25502a1
Add helpful package
2019-04-09 01:09:37 -07:00
51f5e1934d
Add C# configuration
...
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.
2019-04-08 15:25:56 -07:00
b5dd41c664
Enable fill-column-indicator for CMake
2019-04-02 23:26:31 -07:00
1e818c9109
Fix refiling to someday.org
2019-03-30 12:10:25 -07:00
87d03bef94
Ensure the auto-save directory exists
...
The auto-save functions don't automatically create it.
2019-03-30 12:10:25 -07:00
ab1ca612da
Enable tests for oni-grep
2019-03-28 20:26:04 -07:00
68edabde0c
Move test dependencies out of Makefile
2019-03-28 20:24:54 -07:00
052fafd9de
Add tests for oni-grep, disabled for now
2019-03-28 17:43:23 -07:00
24507ce3d8
Fix autoloading for oni-grep
2019-03-28 17:41:56 -07:00
7090f13088
Add a grep alias for cmake files
2019-03-28 17:41:08 -07:00
213169c563
Add compilation regexp for CMake warnings
2019-03-28 16:12:27 -07:00
09c81fbf3c
Add YAML configuration
2019-03-28 00:55:10 -07:00
714f2c6ef7
Add GitLab CI/CD settings
2019-03-28 00:53:55 -07:00
592067ef70
Add oni-bookmark
2019-03-08 23:12:23 -08:00
a600426b89
Add yoshi-theme dependency in oni-gui
2019-03-08 23:10:50 -08:00