1
0
Fork 0
Commit graph

507 commits

Author SHA1 Message Date
1acb64f9c8 Enable recentf-mode in Emacs 2020-02-24 22:08:51 -08:00
3e21fca289 Add ‘rainbow-delimiters-mode’ to C# buffers 2020-02-05 22:42:33 -08:00
d7f3711045 Don’t let me accidentally write in the wrong place 2020-02-03 22:16:34 -08:00
803ea193da (re-)enable forge in Magit 2020-02-03 22:03:13 -08:00
a16cc328fe Don’t use ~/.authinfo for storing credentials 2020-02-03 22:03:13 -08:00
34b78655c2 Enable nxml-mode for .csproj files 2020-01-28 22:15:41 -08:00
76f9a50c45 Add tests for oni-csharp 2020-01-28 21:48:28 -08:00
8009bffa79 Enable nxml-mode for Xaml files 2020-01-28 21:47:34 -08:00
c7606ee498 Enable company-mode in clojure 2020-01-28 19:02:19 -08:00
776ba24f3d Require ol-man to enable linking to man-pages 2020-01-28 19:02:00 -08:00
Tom Willemsen
720ba07bbc Remove org-wild-notifier
It's a little too wild for my Windows machine, it starts a whole bunch of Emacs child processes that eat up all the CPU.
2020-01-27 09:55:55 -08:00
34974a7acf Enable org-wild-notifier-mode in org-mode for notifications 2020-01-26 23:00:19 -08:00
e582c98bf3 Search in multiple places for toast.exe on Windows 2020-01-26 22:59:26 -08:00
00228c6a1a Update settings for oni-alert 2020-01-21 23:14:41 -08:00
cd603d16fe Add dependency on oni-alert for oni-org 2020-01-21 23:13:52 -08:00
353b332b72 Change directory of org documents on Windows
Instead of using u: I should make a symlink to u: from my Documents to keep things consistent.
2020-01-21 21:47:22 -08:00
a2fb6a7609 Add more custom agenda commands 2020-01-14 23:11:37 -08:00
e77c57b998 Add ‘smartparens’ to ‘oni-sh’ 2020-01-14 22:02:08 -08:00
08e73f9cac Fix integration test for ‘oni-cpp’
The output contains more than just the print statement in the test, but it ends
with the result.
2020-01-14 21:25:32 -08:00
78cf5cb514 Fix integration test for oni-cpp
‘oni-c++’ was renamed to ‘oni-cpp’
2020-01-14 08:11:50 -08:00
a4a89f903e Require subr-x in org-mode for ‘when-let’ 2020-01-14 00:22:00 -08:00
294600c8cb Require oni-org for its unit tests 2020-01-13 23:17:38 -08:00
abf97c386a Generate different colors for TODO keywords and tags 2020-01-13 22:51:39 -08:00
214eb35081 Rename oni-c++ to oni-cpp 2020-01-13 21:31:56 -08:00
0e2c70fe67 Add missing autoload to oni-conf 2020-01-13 21:31:38 -08:00
c23059b74e Add integration test for oni-c++ 2020-01-13 18:13:16 -08:00
2bc74ded5b Fix file permissions for oni-bats.bats 2020-01-13 18:05:40 -08:00
dbf4798b1a Add integration test for oni-browse-url 2020-01-13 18:02:41 -08:00
28e10b8e89 Add integration test for oni-conf 2020-01-12 15:34:34 -08:00
5fe2bca5cc Don’t show the default help tooltip on the mode-line 2020-01-10 22:46:54 -08:00
5f49128ed7 Enable spell checking in org-mode 2020-01-08 16:49:25 -08:00
dd2d254e25 Make the wording of the different integration tests more consistent 2020-01-08 16:49:02 -08:00
9a78612a43 Fix the bats auto-insert template
Don’t try to add it if it hasn’t been loaded.
2020-01-08 15:46:53 -08:00
b4dc4d0f9f Print output of oni-bats integration test on failure 2020-01-08 13:07:41 -08:00
3c95635890 Integration test each individual package
In order to differentiate better between the two types of tests, rename the test
commands to unit-test.
2020-01-08 12:13:55 -08:00
bd805dadcb Try running integration tests 2020-01-08 11:56:52 -08:00
a8ae963756 Add Dockerfile
This Dockerfile is used to build the image used for integration tests, it’s the
regular Emacs image, but with the bats package added.
2020-01-08 11:50:18 -08:00
a1e3fb87dc Add docker configuration 2020-01-07 22:43:59 -08:00
e5127ad0d2 Add test loading oni-bookmark 2020-01-07 21:50:50 -08:00
a2a474d87a Add test loading oni-autohotkey 2020-01-07 21:33:56 -08:00
5ea266270d Add auto-insert template for bats-mode 2020-01-07 21:33:42 -08:00
487f25a7a6 Move bats tests to test/integration 2020-01-07 16:27:27 -08:00
e91f599f13 Move test if oni-alert loads into bats test
With bats I can better test Emacs from a clean state.
2020-01-07 16:25:30 -08:00
0115885ae5 Automatically load scheme-mode for scsh files
When the interpreter contains scsh, load ‘scheme-mode’.
2020-01-06 20:09:13 -08:00
39bbfffbd8 Only deploy on the master branch 2019-12-11 22:01:09 -08:00
e62e994630 Switch the Test and Package stages
In order to simplify the testing of each package, do the packaging step first so
that when it gets to the testing stage it can load the packaged files from the
local repository and manage the interdependencies that way.
2019-12-11 21:55:20 -08:00
977f795e03 Enable ‘auto-fill-mode’ for comments in most programming modes
The ones that are already backed by a formatter, such as Java, Python and sh
don’t need it.
2019-12-10 23:16:15 -08:00
cd084ebd2a Use ‘ibuffer-jump’ instead of ‘ibuffer’
‘ibuffer-jump’ moves the point to be on the buffer that you jump from, ‘ibuffer’
doesn’t change point.
2019-12-10 22:11:10 -08:00
b0a6eb533b Fix enabling ‘sh-mode’ for ‘PKGBUILD’ files 2019-11-25 23:21:29 -08:00
13339cbc24 Add bookmarks file in org-mode 2019-11-25 23:20:05 -08:00