aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [oni-lsp] Remove non-existent variableGravatar Tom Willemse2022-02-281-3/+1
|
* [oni-org] Enable ‘org-agenda-log-mode’ by default in ↵Gravatar Tom Willemse2022-02-281-1/+2
| | | | | | Org agendas This will show when I've marked items as done and when I've logged time on tasks.
* [oni-core] Load the ‘generic-x’ libraryGravatar Tom Willemse2022-02-281-1/+2
| | | | | This library defines a few useful generic major modes like ‘etc-fstab-generic-mode’, and ‘java-properties-generic-mode’.
* [oni-vc] Fix function nameGravatar Tom Willemse2022-02-241-2/+2
|
* [oni-core] Bump versionGravatar Tom Willemse2022-02-241-1/+1
|
* [oni-core] Go to the end of the line if a comment isn't ↵Gravatar Tom Willemse2022-02-241-6/+8
| | | | found
* [oni-core] Turn on ‘savehist-mode’ and ↵Gravatar Tom Willemse2022-02-241-0/+4
| | | | ‘save-place-mode’
* [oni-vc] Automatically check out files for PerforceGravatar Tom Willemse2022-02-231-1/+18
| | | | When I start typing, automatically check out the file that I'm working with.
* [oni-browse-url] Add redirect for instagramGravatar Tom Willemse2022-02-231-1/+4
|
* [oni-gnus] Increase the space for a mail's sizeGravatar Tom Willemse2022-02-161-2/+2
| | | | I seem to get large emails occasionally.
* [oni-gnus] Make point always move to the ‘:’ after ↵Gravatar Tom Willemse2022-02-161-0/+18
| | | | the size
* [oni-browse-url] Add some redirections to scribe and yewtubeGravatar Tom Willemse2022-02-161-1/+16
|
* [oni-org] Icrease the duration of a single PomodoroGravatar Tom Willemse2022-02-081-2/+2
| | | | I've been experimenting with using 25 minutes instead of 20 for each Pomodoro.
* [oni-org] Specify some more properties on the capture frameGravatar Tom Willemse2022-02-081-1/+5
| | | | | The name helps to specify in the window manager that it shouldn't be tiled, and the width and height are just stylistic choices.
* [oni-counsel] Add some functions to interact with the OSGravatar Tom Willemse2022-02-081-1/+23
|
* [oni-core] Replace ↵Gravatar Tom Willemse2022-02-081-1/+4
| | | | | | | ‘(upcase|downcase|capitalize)-word’ with dwim The “Do What I Mean” variants will either work on a region or a word, not just a word.
* [oni-browse-url] Add advice to ‘browse-url’ to ↵Gravatar Tom Willemse2022-02-081-1/+31
| | | | | | | | | | | | redirect some URLs There are a couple of free alternative front-ends to certain services: - Scribe for Medium. - Nitter for Twitter. - Invidious for Youtube.
* [oni-cmake] Add function to narrow the buffer to the ↵Gravatar Tom Willemse2022-02-031-1/+15
| | | | current defun
* [oni-csharp] Add csharp-solution-mode major modeGravatar Tom Willemse2022-02-021-49/+59
| | | | | | This major mode will be for viewing and editing the solution file. Right now it just parses the solution file and displays some of the project names instead of the GUIDs to make it more human readable.
* [oni-csharp] Add compilation regular expression for ↵Gravatar Tom Willemse2022-02-021-0/+18
| | | | devenv errors
* [oni-org] Allow refiling to someday.orgGravatar Tom Willemse2022-01-121-2/+9
| | | | | I'm trying to get a little more serious about GTD, and using a someday file is part of that.
* [oni-org] Modify the columns format for the todo listGravatar Tom Willemse2022-01-111-2/+3
| | | | | Since I'm trying out the Pomodoro technique I want to be able to see at how many pomodoro's I've estimated something so that I can choose what to do next.
* [oni-org] Don't change the state of a TODO when I'm ↵Gravatar Tom Willemse2022-01-111-2/+3
| | | | | | | | | capturing it When a capture template is set up to clock in as I'm capturing it, this function would immediately change the state of the item to WIP (or whichever next status there was), but even though I'm spending time on the ticket at that point it's not in progress yet.
* [oni-org] Add a simple Pomodoro durationGravatar Tom Willemse2022-01-101-1/+12
| | | | | | I'm trying out the Pomodoro Technique and one of the things you're supposed to do is estimate your tasks in pomodoros. This change lets me estimate in, for example, 1p (20min) based on my specified pomodoro duration.
* [oni-core] Disable the ‘C-x o’ keybindingGravatar Tom Willemse2022-01-061-1/+2
| | | | | I'm so used to using it that I keep forgetting to use ‘M-o’ for ‘ace-window’ instead. By disabling this keybinding I can train myself to use ‘ace-window’.
* [oni-csharp] Change indentation for argument list ↵Gravatar Tom Willemse2022-01-051-2/+3
| | | | | | | | | | | | | | | | continuations Previously: public void Foo(TypeA arg1, TypeB arg2) { Now: public void Foo(TypeA arg1, TypeB arg2) {
* [oni-org-roam] Add additional properties to ↵Gravatar Tom Willemse2022-01-031-1/+8
| | | | | | | ‘org-mode’ on load Add the ‘ROAM_REFS’ and ‘ROAM_ALIASES’ properties to ‘org-default-properties’ so that they're included for completion when setting properties.
* [oni-org-roam] Enable ‘visual-line-mode’ for roam ↵Gravatar Tom Willemse2022-01-031-0/+3
| | | | buffers
* [oni-package] Remove deprecated ‘org’ package archiveGravatar Tom Willemse2021-12-081-5/+1
| | | | | All distribution of the latest “org-mode” version happens through the “nongnu” package archive now.
* Add ‘ace-window’ dependency and keybindGravatar Tom Willemse2021-12-071-2/+4
|
* [oni-gui] Disable ligatures on WindowsGravatar Tom Willemse2021-12-011-9/+8
| | | | | | I'm trying to fix an issue with loading a C# file that freezes my Emacs on Windows. I've turned off the other functions, but it appears that this still happens. If I have ligatures off, it seems to work ok.
* [oni-gui] Don't use variable pitch or any fancy ↵Gravatar Tom Willemse2021-12-011-6/+8
| | | | characters on WinNT
* [oni-gui] Replace special characters with character codesGravatar Tom Willemse2021-12-011-21/+21
| | | | This is faster on systems where the right fonts haven't been installed.
* Remove lock fileGravatar Tom Willemse2021-12-011-1/+0
| | | | How did I ever submit this? This doesn't belong here...
* Remove autoloads for snippet loadingGravatar Tom Willemse2021-12-0113-39/+13
| | | | | Loading ‘yasnippet’ shouldn't automatically load my package configuration. If my package configuration hasn't been loaded it shouldn't try to include my snippets.
* [oni-git-commit] Enable ‘electric-pair-local-mode’Gravatar Tom Willemse2021-11-301-1/+2
| | | | | With ‘electric-pair-local-mode’ enabled and my inhibit function, this makes for some pretty easy typing of words like “don't”.
* [oni-org] Enable ‘electric-pair-local-mode’Gravatar Tom Willemse2021-11-301-1/+2
| | | | | With ‘electric-pair-local-mode’ and my inhibit function together I get a pretty reasonable way of typing fancy quotes and regular quotes in words like “don't”.
* [oni-org-roam] Don't include headings that are FINISHED ↵Gravatar Tom Willemse2021-11-231-2/+4
| | | | in my agenda
* Remove all self-loading autoload cookiesGravatar Tom Willemse2021-11-2344-136/+99
| | | | | | | | The big downside of usuing these cookies to inject my configuration into the loading of a package is that it means that I can't load that package without my configuration anymore. This means that when I start ‘emacs -Q’ and then call ‘package-initialize’ it'll load my configuration as well. This makes debugging things very difficult.
* [oni-org-roam] Add any files with tasks in them to org ↵Gravatar Tom Willemse2021-11-161-1/+19
| | | | agenda files
* [oni-csharp] Change the location of Omnisharp on WindowsGravatar Tom Willemse2021-11-161-1/+6
|
* [oni-core] Don't fail when either ‘oni-c’ or ↵Gravatar Tom Willemse2021-11-161-3/+3
| | | | | | | ‘oni-cpp’ doesn't load Either or neither can be installed when ‘cc-mode’ is loaded, but it shouldn't be an error when one isn't.
* [oni-core] Add settings for spell checkingGravatar Tom Willemse2021-11-101-1/+15
| | | | | | | - Inhibit the use of the ’ character in case a ' should be used so that spell checking programs don't get confused. - Explicitly use the ‘hunspell’ program to perform spell checking.
* [oni-gui] Use a hook to setup the variable and ↵Gravatar Tom Willemse2021-10-281-4/+5
| | | | | | | | | fixed-pitch faces Since the ‘set-face-attribute’ function documentation says that if you use ‘nil’ as the FRAME argument, you set the face attribute for all current and future frames. However this doesn’t seem to work for my setup at all, the variable pitch font is still “Sans Serif” when I open the first frame.
* [oni-org-roam] Turn on ‘org-roam-db-autosync-mode’Gravatar Tom Willemse2021-10-281-1/+3
|
* [oni-gui] Always setup faces immediatelyGravatar Tom Willemse2021-10-211-5/+4
| | | | | | | Since the functions called in ‘oni-gui-setup-faces’ work on either the given frame or, if given ‘nil’, all future frames, it shouldn’t be a problem to call it when the Emacs daemon is starting. And since my main org file is loaded before a frame is created, it doesn’t use the right font otherwise.
* [oni-org] Don’t require ‘ol-man’Gravatar Tom Willemse2021-10-171-2/+2
| | | | | It seems that ‘ol-man’ was moved from org-contrib to the main org repository, but the version of org hasn’t been updated yet, so my system can’t find it yet.
* [oni-dired] Enable ‘hl-line-mode’ in diredGravatar Tom Willemse2021-10-101-1/+2
|
* [oni-dired] Fix docstring referenceGravatar Tom Willemse2021-10-101-1/+1
|
* [oni-org] Bring back Org RoamGravatar Tom Willemse2021-10-061-5/+6
|