Results 59 issues of Joseph Turner

Hello! Thank you for this great tool. It makes my life easier regularly. I'm wondering if it would be a good idea to include an option to `hledger reg` which...

A WISH

Thank you for `ace-window`! When I press "C-x ace-window 1 C-x p p", I expect to be prompted to choose a file. Instead, I get the error `aw-execute-command-other-window: Wrong number...

Also, change the wording of "o" action, since I think "delete other windows", the terminology displayed in emacs after "M-o ?", is clearer than the current "maximize current window."

Running emacs 27.2 with just this config: ``` (require 'evil) (evil-mode 1) (setq evil-move-cursor-back nil) ;; Entering and leaving insert mode is idempotent (require 'evil-mc) (global-evil-mc-mode 1) ``` Given a...

Thank you for evil-mc! When running emacs in a terminal, the bar cursor appears as an empty block, which was confusing to me until I stumbled across [this comment](https://github.com/gabesoft/evil-mc/issues/103#issuecomment-771809996) suggesting...

Hello! Thank you for this great component! I am interested in determining in which line the cursor is currently placed, and I thought I might find a solution involving rowCount....

There's a broken link in the online manual: [6.5 Signing and encrypting](https://www.djcbsoftware.nl/code/mu/mu4e/Signing-and-encrypting.html#Signing-and-encrypting) links to [(emacs-mime)Composing)](https://www.djcbsoftware.nl/code/mu/emacs-mime/Composing.html#Composing), which is broken. Apologies if this is not the correctly place to report this.

rfe

Allows users to set arbitrary locations for caldav config and data, without the calcurse-caldav script creating unused `caldav` directories inside $XDG_DATA_HOME/calcurse and $XDG_CONFIG_HOME/calcurse. Addresses #393

First off, thank you! This program works extremely well for me. I'm running commit 2b76604 (tip of `origin/pu`) My calcurse data directory structure looks like ``` $HOME/.config/calcurse/ ├── family │  ...

Thank you for this great program! It's clean and easy to use. I track my dotfiles in a publicly-hosted git repo, and I'd like to track everything inside `~/.config/calcurse`, but...