3971fd62bc
‘oni-css’ requires yasnippet
2019-08-24 00:00:26 -07:00
36c65fbe45
Actually load the snippets for ‘oni-css’
2019-08-23 23:48:41 -07:00
6902ce5a33
Include ‘oni-css’ in packaging
2019-08-23 23:42:58 -07:00
ec7dc0b32e
Add snippets to ‘oni-css’
2019-08-23 23:39:07 -07:00
5bb510e659
Fix loading of conf-mode snippets
2019-08-23 23:15:40 -07:00
3719d3e7ad
Add tests for ‘oni-conf’
2019-08-23 23:00:43 -07:00
a86af3f8fa
Fix install for ‘oni-conf’
2019-08-23 23:00:14 -07:00
7d7f6a7de8
Use the latest version compiled for oni-conf
2019-08-23 22:59:55 -07:00
7a2d6c1165
Simplify .gitlab-ci.yml by moving DEPS to Makefile
2019-08-23 22:10:47 -07:00
942ed97232
Include ‘oni-css’ in testing
2019-08-22 23:52:43 -07:00
1ba30c6768
Add initial tests for ‘oni-css’
2019-08-22 23:49:13 -07:00
f721eb5781
Load ‘oni-css’ when ‘css-mode’ is loaded
2019-08-22 23:48:28 -07:00
2a6371296a
Split installing and testing packages into separate make targets
2019-08-22 23:47:45 -07:00
58caf38935
Add ‘oni-conf’ and the ability to upload multi-file packages
...
‘oni-conf’ is the first package to include more than one file, it’s mostly a
package to allow distributing snippets.
2019-08-20 00:21:12 -07:00
2d05019aa6
Simplify deployment method
...
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.
2019-08-19 23:35:54 -07:00
8386052858
Work around the “Bad Request” error with elpa.gnu.org
2019-08-18 17:11:21 -07:00
52797d3917
Switch to IN-PROGRESS when clocking in
...
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.
2019-08-15 16:36:27 -07:00
53d104a44b
Add extra command for ‘counsel-find-file’ to create file
...
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.
2019-07-24 08:12:15 -07:00
ca72f6b172
Don’t overwrite actions, append to them
2019-07-24 08:08:18 -07:00
bd5985f0aa
Add extra action to projectile-switch-project
...
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.
2019-07-24 07:56:15 -07:00
e1ff5ceda5
Add auto-insert setting for Java
2019-07-23 22:54:26 -07:00
63ed432ebb
Fix oni-groovy
...
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.
2019-07-22 23:37:11 -07:00
c10ce9cd13
Add music and books refile targets
2019-07-21 23:54:53 -07:00
f540981de1
Add Groovy configuration
2019-07-20 23:26:41 -07:00
2d96ad6881
Switch from using PROGRESS to IN-PROGRESS
...
I didn’t rialize dashes were allowed in TODO states when I set this up.
2019-07-17 08:26:50 -07:00
c1ab19e918
Add more feeds
2019-07-17 08:10:08 -07:00
b2543abd9d
Add more feeds for elfeed
2019-07-16 22:44:22 -07:00
87e0ca4b73
Add r/emacs and mark any post older than 2 weeks as read
2019-07-16 08:30:30 -07:00
80970dfa47
Enable omnisharp for csharp-mode
2019-07-16 08:30:12 -07:00
1dfbbdeded
Add Elfeed configuration
2019-07-12 08:47:00 -07:00
9ad4f5d4e0
Add rainbow-mode to CSS
2019-07-11 08:00:18 -07:00
b16a0721c2
Bring elisp refactor keybinding in line with other languages
2019-07-10 07:59:03 -07:00
f54af96cfa
Add extract method to python refactor hydra
2019-07-10 07:58:47 -07:00
9a2dd2a8d7
Add extract method for java refactor hydra
2019-07-10 07:58:22 -07:00
d1703ebd74
Use recommended ‘ivy-posframe-mode’
2019-07-08 22:47:11 -07:00
7d1d051086
Fix oni-diff-hl autoload
2019-07-08 22:44:38 -07:00
799566eb32
Add refactoring hydra to oni-java
2019-06-23 09:33:15 -07:00
e584d92941
Fix ‘list-packages’ forgetting about archive contents
2019-06-22 16:27:02 -07:00
46b25df002
Add functions to show a special capture frame, add 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.
2019-06-18 21:59:47 -07:00
b7caee9eb6
Properly autoload oni-hl-diff
...
The library wouldn't load properly, so my fix for using it with Perforce didn't
turn on.
2019-06-18 21:59:47 -07:00
5eabef353b
Enable ‘electric-quote-local-mode’ in ‘emacs-lisp-mode’
2019-06-13 08:21:20 -07:00
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