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
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