citypilgrim
citypilgrim
I am currently using 1. Magit 3.1.1 2. Magit-todos 1.5.3 My configuration for both packages are as such ``` (use-package magit :commands (magit-status magit-get-current-branch) :custom (magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)) (use-package magit-todos :ensure...
Hi, I would like to be able to have the minimap all the way to the right, as it is eating into the space of the buffer that I am...
# To Replicate 1. Write a hello world program main.C 2. Build with coverage activated ``` CC=g++ -g -01 -ftest-coverage -fprofile-arcs $CC -c main.C $CC main.o -o main.exe ``` 3....
Hi, Thank you for this awesome tool. I'm loving the ease of use. Just one request, when trying to build an image on top of a base image that already...
### Description My org-roam-dailies files cannot be found via `org-roam-node-from-title-or-alias`. Unless file is saved. #### Steps to Reproduce 1. Load Emacs 2. Run org-roam-dailies-goto-yesterday 3. Save file 4. Close Emacs...