Nicholas Hubbard

Results 17 issues of Nicholas Hubbard

SurfingKeys: 0.9.74 Browser: Firefox 88.0.1/Linux Firefox uses its own PDF viewer in which none of SurfingKeys keys work. I cannot figure out how to get Firefox to use the SurfingKeys...

Currently there is no way, with the default mode-line indicator, to configure it to always show itself even when you have zero unread emails. I added a variable `mu4e-alert-default-mode-line-always-display` that...

I would like to organize my notes is sub-directories relative to my `deft-directory`: ``` . ├── Project1 │ ├── 2021-12-03-1559\ note1 │ ├── 2021-12-04-1445\ note2 │ ├── 2021-12-05-1110\ note3 │...

enhancement
PR welcome

This is from a plain shell mode. Please note that I have not configured my bash prompt in any way for this example. (I get the same behavior with my...

If I use company-mode with :ssh my typing becomes delayed until the company completion frame pops up. Normally I have company set to pop up in 0.1 seconds but it...

This PR adds a variable `evil-change-prevent-kill-ring` that if non-nil causes the text deleted from a call to `evil-change` to be stored in the void register by default.

I think it would be useful to provide a variable such as `projectile-most-recent-project` that remembers the most recent project that you were working in. It is common that I am...

description of this PR provided here: https://github.com/jordansissel/fpm/pull/1972#issuecomment-1699799723

This is a copy of #1967 that I created for the purpose of allowing both myself and @jordansissel to be able to write to this PR's branch.

This PR fixes a bug in `deb.rb` where adding an upstart configuration file via the `--deb-upstart` flag, causes FPM to output a deb package with an erroneous `conffiles` file. Steps...